Html Css Color HEX #020179 Navy

📋 copy color: '#020179'

red 2 ◦ green 1 ◦ blue 121

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

Shades of Navy #020179

Tints of Navy #020179

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.81%

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

R = 1.61%
G = 0.81%
B = 97.58%

CMYK

 C value IS 0.98

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#020179 (or 0x020179) is known color: Navy. HEX triplet: 02, 01 and 79. RGB value is (2,1,121). Sum of RGB (Red+Green+Blue) = 2+1+121=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 121 (47.66% from 255 or 97.58% from 124); Max value from RGB is 121 - color contains mainly: blue. Hex color #020179 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020179 is #FDFE86. Grayscale: #0E0E0E. Windows color (decimal): -16645767 or 7930114. OLE color: 7930114.

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

Color convert

RGB 2 1 121 -
CMYK 0.98 0.99 0 0.53
HSL 240.5º 0.98% 0.24% -
HSV(B) 240.5º 0.99% 0.47% -
XYZ 3.49 1.42 18.18 -
YUV 14.98 187.83 118.74 -
System Red Green Blue C M Y K H S L
Decimal 2 1 121 0.98 0.99 0 0.53 240.5 0.98 0.24
Hex 2 1 79 62 63 0 35 F0 62 18
Octal 2 1 171 142 143 0 65 360 142 30
Binary 10 1 1111001 1100010 1100011 0 110101 11110000 1100010 11000

Color Harmonies of #020179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020179

Black with #020179

Text Example


Text Example

White with #020179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020179; }

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

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

background-color css

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

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

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

border-color css

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

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

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