#040499

Color #040499 New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #040499

Tints of New Midnight Blue #040499

Color information

#040499 (or 0x040499) is unknown color: approx New Midnight Blue. HEX triplet: 04, 04 and 99. RGB value is (4,4,153). Sum of RGB (Red+Green+Blue) = 4+4+153=161 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.48% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 153 (60.16% from 255 or 95.03% from 161); Max value from RGB is 153 - color contains mainly: blue. Hex color #040499 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040499 is #FBFB66. Grayscale: #141414. Windows color (decimal): -16513895 or 10028036. OLE color: 10028036.

HSL color Cylindrical-coordinate representation of color #040499: hue angle of 240º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040499 is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB44153-
CMYK0.970.9700.4
HSL240º94.9%30.78%-
HSV(B)240º97.39%60%-
XYZ5.842.4130.29-
YUV20.99202.5115.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 2.48%
GREEN value IS 4 (1.95% from 255) = 2.48%
BLUE value IS 153 (60.16% from 255) = 95.03%
R=2.48%
G=2.48%
B=95.03%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal441530.970.9700.424094.930.78
Hex44996161028f05f1f
Octal4423114114105036013737
Binary1001001001100111000011100001010100011110000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040499; }

 p { color: rgb(4,4,153); }

 H1.HeaderClassName
 {
   color: #040499;
 }
 .AnyTagClassName
 {
   color: #040499;
 }
</style>
background-color css

<style>
 a { background-color: #040499; }

 a { background-color: rgb(4,4,153); }

 div.DivClassName
 {
   background-color: #040499;
 }
 .BgClassName
 {
   background-color: #040499;
 }
</style>
border-color css

<style>
 span { border-color: #040499; }

 span { border-color: rgb(4,4,153); }

 td.TdClassName
 {
   border-color: #040499;
 }
 .TagClassName
 {
   border-color: #040499;
 }
</style>