Html Css Color HEX #020576 Navy

📋 copy color: '#020576'

red 2 ◦ green 5 ◦ blue 118

#020576
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #020576

Tints of Navy #020576

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 value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#020576 (or 0x020576) is known color: 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

RGB 2 5 118 -
CMYK 0.98 0.96 0 0.54
HSL 238.45º 0.97% 0.24% -
HSV(B) 238.45º 0.98% 0.46% -
XYZ 3.35 1.43 17.24 -
YUV 16.99 185.01 117.31 -
System Red Green Blue C M Y K H S L
Decimal 2 5 118 0.98 0.96 0 0.54 238.45 0.97 0.24
Hex 2 5 76 62 60 0 36 EE 61 18
Octal 2 5 166 142 140 0 66 356 141 30
Binary 10 101 1110110 1100010 1100000 0 110110 11101110 1100001 11000

Color Harmonies of #020576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020576

Black with #020576

Text Example


Text Example

White with #020576

Text Example


Text Example

HTML Codes & Css Web 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>