#040C71

Color #040C71 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #040C71

Tints of Navy #040C71

Color information

#040C71 (or 0x040C71) is unknown color: approx Navy. HEX triplet: 04, 0C and 71. RGB value is (4,12,113). Sum of RGB (Red+Green+Blue) = 4+12+113=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 12 (5.08% from 255 or 9.30% from 129); Blue value is 113 (44.53% from 255 or 87.60% from 129); Max value from RGB is 113 - color contains mainly: blue. Hex color #040C71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040C71 is #FBF38E. Grayscale: #141414. Windows color (decimal): -16511887 or 7408644. OLE color: 7408644.

HSL color Cylindrical-coordinate representation of color #040C71: hue angle of 235.6º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040C71 is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB412113-
CMYK0.960.8900.56
HSL235.6º93.16%22.94%-
HSV(B)235.6º96.46%44.31%-
XYZ3.161.4815.74-
YUV21.12179.85115.79-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.10%
GREEN value IS 12 (5.08% from 255) = 9.30%
BLUE value IS 113 (44.53% from 255) = 87.60%
R=3.10%
G=9.30%
B=87.60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4121130.960.8900.56235.693.1622.94
Hex4C716059038ec5d17
Octal41416114013107035413527
Binary1001100111000111000001011001011100011101100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040C71; }

 p { color: rgb(4,12,113); }

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

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

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

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

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

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

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