#04057C

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

Shades of Navy #04057C

Tints of Navy #04057C

Color information

#04057C (or 0x04057C) is unknown color: approx Navy. HEX triplet: 04, 05 and 7C. RGB value is (4,5,124). Sum of RGB (Red+Green+Blue) = 4+5+124=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 124 (48.83% from 255 or 93.23% from 133); Max value from RGB is 124 - color contains mainly: blue. Hex color #04057C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04057C is #FBFA83. Grayscale: #111111. Windows color (decimal): -16513668 or 8127748. OLE color: 8127748.

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

Color convert

RGB45124-
CMYK0.970.9600.51
HSL239.5º93.75%25.1%-
HSV(B)239.5º96.77%48.63%-
XYZ3.741.5919.18-
YUV18.27187.67117.82-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.01%
GREEN value IS 5 (2.34% from 255) = 3.76%
BLUE value IS 124 (48.83% from 255) = 93.23%
R=3.01%
G=3.76%
B=93.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal451240.970.9600.51239.593.7525.1
Hex457C6160033f05e19
Octal4517414114006336013631
Binary100101111110011000011100000011001111110000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04057C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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