#04057D

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

Shades of Navy #04057D

Tints of Navy #04057D

Color information

#04057D (or 0x04057D) is unknown color: approx Navy. HEX triplet: 04, 05 and 7D. RGB value is (4,5,125). Sum of RGB (Red+Green+Blue) = 4+5+125=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 125 (49.22% from 255 or 93.28% from 134); Max value from RGB is 125 - color contains mainly: blue. Hex color #04057D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04057D is #FBFA82. Grayscale: #111111. Windows color (decimal): -16513667 or 8193284. OLE color: 8193284.

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

Color convert

RGB45125-
CMYK0.970.9600.51
HSL239.5º93.8%25.29%-
HSV(B)239.5º96.8%49.02%-
XYZ3.811.6219.51-
YUV18.38188.17117.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.99%
GREEN value IS 5 (2.34% from 255) = 3.73%
BLUE value IS 125 (49.22% from 255) = 93.28%
R=2.99%
G=3.73%
B=93.28%

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
Decimal451250.970.9600.51239.593.825.29
Hex457D6160033f05e19
Octal4517514114006336013631
Binary100101111110111000011100000011001111110000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04057D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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