#04177D

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

Shades of Navy #04177D

Tints of Navy #04177D

Color information

#04177D (or 0x04177D) is unknown color: approx Navy. HEX triplet: 04, 17 and 7D. RGB value is (4,23,125). Sum of RGB (Red+Green+Blue) = 4+23+125=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 125 (49.22% from 255 or 82.24% from 152); Max value from RGB is 125 - color contains mainly: blue. Hex color #04177D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04177D is #FBE882. Grayscale: #1C1C1C. Windows color (decimal): -16509059 or 8197892. OLE color: 8197892.

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

Color convert

RGB423125-
CMYK0.970.8200.51
HSL230.58º93.8%25.29%-
HSV(B)230.58º96.8%49.02%-
XYZ4.062.1219.6-
YUV28.95182.21110.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.63%
GREEN value IS 23 (9.38% from 255) = 15.13%
BLUE value IS 125 (49.22% from 255) = 82.24%
R=2.63%
G=15.13%
B=82.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4231250.970.8200.51230.5893.825.29
Hex4177D6152033e75e19
Octal42717514112206334713631
Binary10010111111110111000011010010011001111100111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04177D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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