Html Css Color HEX #020979 Navy

📋 copy color: '#020979'

red 2 ◦ green 9 ◦ blue 121

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

Shades of Navy #020979

Tints of Navy #020979

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.82%

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

R = 1.52%
G = 6.82%
B = 91.67%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#020979 (or 0x020979) is known color: Navy. HEX triplet: 02, 09 and 79. RGB value is (2,9,121). Sum of RGB (Red+Green+Blue) = 2+9+121=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 121 (47.66% from 255 or 91.67% from 132); Max value from RGB is 121 - color contains mainly: blue. Hex color #020979 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020979 is #FDF686. Grayscale: #131313. Windows color (decimal): -16643719 or 7932162. OLE color: 7932162.

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

Color convert

RGB 2 9 121 -
CMYK 0.98 0.93 0 0.53
HSL 236.47º 0.97% 0.24% -
HSV(B) 236.47º 0.98% 0.47% -
XYZ 3.57 1.59 18.21 -
YUV 19.68 185.18 115.39 -
System Red Green Blue C M Y K H S L
Decimal 2 9 121 0.98 0.93 0 0.53 236.47 0.97 0.24
Hex 2 9 79 62 5D 0 35 EC 61 18
Octal 2 11 171 142 135 0 65 354 141 30
Binary 10 1001 1111001 1100010 1011101 0 110101 11101100 1100001 11000

Color Harmonies of #020979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020979

Black with #020979

Text Example


Text Example

White with #020979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020979; }

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

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

background-color css

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

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

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

border-color css

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

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

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