#040C7E

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

Shades of Navy #040C7E

Tints of Navy #040C7E

Color information

#040C7E (or 0x040C7E) is unknown color: approx Navy. HEX triplet: 04, 0C and 7E. RGB value is (4,12,126). Sum of RGB (Red+Green+Blue) = 4+12+126=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 12 (5.08% from 255 or 8.45% from 142); Blue value is 126 (49.61% from 255 or 88.73% from 142); Max value from RGB is 126 - color contains mainly: blue. Hex color #040C7E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040C7E is #FBF381. Grayscale: #161616. Windows color (decimal): -16511874 or 8260612. OLE color: 8260612.

HSL color Cylindrical-coordinate representation of color #040C7E: hue angle of 236.07º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040C7E is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB412126-
CMYK0.970.9000.51
HSL236.07º93.85%25.49%-
HSV(B)236.07º96.83%49.41%-
XYZ3.951.819.88-
YUV22.6186.35114.73-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.82%
GREEN value IS 12 (5.08% from 255) = 8.45%
BLUE value IS 126 (49.61% from 255) = 88.73%
R=2.82%
G=8.45%
B=88.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4121260.970.9000.51236.0793.8525.49
Hex4C7E615A033ec5e19
Octal41417614113206335413631
Binary1001100111111011000011011010011001111101100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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