#04057B

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

Shades of Navy #04057B

Tints of Navy #04057B

Color information

#04057B (or 0x04057B) is unknown color: approx Navy. HEX triplet: 04, 05 and 7B. RGB value is (4,5,123). Sum of RGB (Red+Green+Blue) = 4+5+123=132 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.03% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 123 (48.44% from 255 or 93.18% from 132); Max value from RGB is 123 - color contains mainly: blue. Hex color #04057B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04057B is #FBFA84. Grayscale: #111111. Windows color (decimal): -16513669 or 8062212. OLE color: 8062212.

HSL color Cylindrical-coordinate representation of color #04057B: hue angle of 239.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04057B is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB45123-
CMYK0.970.9600.52
HSL239.5º93.7%24.9%-
HSV(B)239.5º96.75%48.24%-
XYZ3.681.5618.85-
YUV18.15187.17117.91-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.03%
GREEN value IS 5 (2.34% from 255) = 3.79%
BLUE value IS 123 (48.44% from 255) = 93.18%
R=3.03%
G=3.79%
B=93.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal451230.970.9600.52239.593.724.9
Hex457B6160034ef5e19
Octal4517314114006435713631
Binary100101111101111000011100000011010011101111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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