#040862

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

Shades of Midnight Blue #040862

Tints of Midnight Blue #040862

Color information

#040862 (or 0x040862) is unknown color: approx Midnight Blue. HEX triplet: 04, 08 and 62. RGB value is (4,8,98). Sum of RGB (Red+Green+Blue) = 4+8+98=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 98 (38.67% from 255 or 89.09% from 110); Max value from RGB is 98 - color contains mainly: blue. Hex color #040862 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040862 is #FBF79D. Grayscale: #101010. Windows color (decimal): -16512926 or 6424580. OLE color: 6424580.

HSL color Cylindrical-coordinate representation of color #040862: hue angle of 237.45º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040862 is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB4898-
CMYK0.960.9200.62
HSL237.45º92.16%20%-
HSV(B)237.45º95.92%38.43%-
XYZ2.341.0811.64-
YUV17.06173.67118.68-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.64%
GREEN value IS 8 (3.52% from 255) = 7.27%
BLUE value IS 98 (38.67% from 255) = 89.09%
R=3.64%
G=7.27%
B=89.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal48980.960.9200.62237.4592.1620
Hex4862605C03Eed5c14
Octal41014214013407635513424
Binary1001000110001011000001011100011111011101101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040862; }

 p { color: rgb(4,8,98); }

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

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

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

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

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

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

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