Html Css Color HEX #020579 Navy

📋 copy color: '#020579'

red 2 ◦ green 5 ◦ blue 121

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

Shades of Navy #020579

Tints of Navy #020579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 94.53%

R = 1.56%
G = 3.91%
B = 94.53%

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

#020579 (or 0x020579) is known color: Navy. HEX triplet: 02, 05 and 79. RGB value is (2,5,121). Sum of RGB (Red+Green+Blue) = 2+5+121=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 121 (47.66% from 255 or 94.53% from 128); Max value from RGB is 121 - color contains mainly: blue. Hex color #020579 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020579 is #FDFA86. Grayscale: #101010. Windows color (decimal): -16644743 or 7931138. OLE color: 7931138.

HSL color Cylindrical-coordinate representation of color #020579: hue angle of 238.49º 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 #020579 is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 2 5 121 -
CMYK 0.98 0.96 0 0.53
HSL 238.49º 0.97% 0.24% -
HSV(B) 238.49º 0.98% 0.47% -
XYZ 3.53 1.5 18.19 -
YUV 17.33 186.51 117.07 -
System Red Green Blue C M Y K H S L
Decimal 2 5 121 0.98 0.96 0 0.53 238.49 0.97 0.24
Hex 2 5 79 62 60 0 35 EE 61 18
Octal 2 5 171 142 140 0 65 356 141 30
Binary 10 101 1111001 1100010 1100000 0 110101 11101110 1100001 11000

Color Harmonies of #020579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020579

Black with #020579

Text Example


Text Example

White with #020579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020579; }

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

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

background-color css

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

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

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

border-color css

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

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

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