#04077C

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

Shades of Navy #04077C

Tints of Navy #04077C

Color information

#04077C (or 0x04077C) is unknown color: approx Navy. HEX triplet: 04, 07 and 7C. RGB value is (4,7,124). Sum of RGB (Red+Green+Blue) = 4+7+124=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 124 (48.83% from 255 or 91.85% from 135); Max value from RGB is 124 - color contains mainly: blue. Hex color #04077C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04077C is #FBF883. Grayscale: #121212. Windows color (decimal): -16513156 or 8128260. OLE color: 8128260.

HSL color Cylindrical-coordinate representation of color #04077C: hue angle of 238.5º 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 #04077C is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB47124-
CMYK0.970.9400.51
HSL238.5º93.75%25.1%-
HSV(B)238.5º96.77%48.63%-
XYZ3.761.6319.19-
YUV19.44187.01116.99-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.96%
GREEN value IS 7 (3.12% from 255) = 5.19%
BLUE value IS 124 (48.83% from 255) = 91.85%
R=2.96%
G=5.19%
B=91.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal471240.970.9400.51238.593.7525.1
Hex477C615E033ee5e19
Octal4717414113606335613631
Binary100111111110011000011011110011001111101110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04077C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04077C; }

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

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

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

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

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

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

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

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