#04076E

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

Shades of Navy #04076E

Tints of Navy #04076E

Color information

#04076E (or 0x04076E) is unknown color: approx Navy. HEX triplet: 04, 07 and 6E. RGB value is (4,7,110). Sum of RGB (Red+Green+Blue) = 4+7+110=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 110 (43.36% from 255 or 90.91% from 121); Max value from RGB is 110 - color contains mainly: blue. Hex color #04076E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04076E is #FBF891. Grayscale: #111111. Windows color (decimal): -16513170 or 7210756. OLE color: 7210756.

HSL color Cylindrical-coordinate representation of color #04076E: hue angle of 238.3º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04076E is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB47110-
CMYK0.960.9400.57
HSL238.3º92.98%22.35%-
HSV(B)238.3º96.36%43.14%-
XYZ2.941.314.85-
YUV17.84180.01118.12-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.31%
GREEN value IS 7 (3.12% from 255) = 5.79%
BLUE value IS 110 (43.36% from 255) = 90.91%
R=3.31%
G=5.79%
B=90.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal471100.960.9400.57238.392.9822.35
Hex476E605E039ee5d16
Octal4715614013607135613526
Binary100111110111011000001011110011100111101110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04076E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04076E; }

 p { color: rgb(4,7,110); }

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

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

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

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

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

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

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