Html Css Color HEX #020577 Navy

📋 copy color: '#020577'

red 2 ◦ green 5 ◦ blue 119

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

Shades of Navy #020577

Tints of Navy #020577

RGB

 RED value IS 2 (1.17% from 255) = 1.59%

 GREEN value IS 5 (2.34% from 255) = 3.97%

 BLUE value IS 119 (46.88% from 255) = 94.44%

R = 1.59%
G = 3.97%
B = 94.44%

CMYK

 C value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#020577 (or 0x020577) is known color: Navy. HEX triplet: 02, 05 and 77. RGB value is (2,5,119). Sum of RGB (Red+Green+Blue) = 2+5+119=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 119 (46.88% from 255 or 94.44% from 126); Max value from RGB is 119 - color contains mainly: blue. Hex color #020577 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020577 is #FDFA88. Grayscale: #101010. Windows color (decimal): -16644745 or 7800066. OLE color: 7800066.

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

Color convert

RGB 2 5 119 -
CMYK 0.98 0.96 0 0.53
HSL 238.46º 0.97% 0.24% -
HSV(B) 238.46º 0.98% 0.47% -
XYZ 3.41 1.45 17.55 -
YUV 17.1 185.51 117.23 -
System Red Green Blue C M Y K H S L
Decimal 2 5 119 0.98 0.96 0 0.53 238.46 0.97 0.24
Hex 2 5 77 62 60 0 35 EE 61 18
Octal 2 5 167 142 140 0 65 356 141 30
Binary 10 101 1110111 1100010 1100000 0 110101 11101110 1100001 11000

Color Harmonies of #020577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020577

Black with #020577

Text Example


Text Example

White with #020577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020577; }

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

 H1.HeaderClassName
 {
   color: #020577;
 }
 .AnyTagClassName
 {
   color: #020577;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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