#020576

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

Shades of Navy #020576

Tints of Navy #020576

Color information

#020576 (or 0x020576) is unknown color: approx Navy. HEX triplet: 02, 05 and 76. RGB value is (2,5,118). Sum of RGB (Red+Green+Blue) = 2+5+118=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 118 (46.48% from 255 or 94.4% from 125); Max value from RGB is 118 - color contains mainly: blue. Hex color #020576 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020576 is #FDFA89. Grayscale: #101010. Windows color (decimal): -16644746 or 7734530. OLE color: 7734530.

HSL color Cylindrical-coordinate representation of color #020576: hue angle of 238.45º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020576 is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB25118-
CMYK0.980.9600.54
HSL238.45º96.67%23.53%-
HSV(B)238.45º98.31%46.27%-
XYZ3.351.4317.24-
YUV16.98185.01117.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.6%
GREEN value IS 5 (2.34% from 255) = 4%
BLUE value IS 118 (46.48% from 255) = 94.4%
R=1.6%
G=4%
B=94.4%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal251180.980.9600.54238.4596.6723.53
Hex25766260036ee6118
Octal2516614214006635614130
Binary10101111011011000101100000011011011101110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020576; }

 p { color: rgb(2,5,118); }

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

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

 a { background-color: rgb(2,5,118); }

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

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

 span { border-color: rgb(2,5,118); }

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