Html Css Color HEX #020779 Navy

📋 copy color: '#020779'

red 2 ◦ green 7 ◦ blue 121

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

Shades of Navy #020779

Tints of Navy #020779

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.38%

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

R = 1.54%
G = 5.38%
B = 93.08%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#020779 (or 0x020779) is known color: Navy. HEX triplet: 02, 07 and 79. RGB value is (2,7,121). Sum of RGB (Red+Green+Blue) = 2+7+121=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 7 (3.12% from 255 or 5.38% from 130); Blue value is 121 (47.66% from 255 or 93.08% from 130); Max value from RGB is 121 - color contains mainly: blue. Hex color #020779 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020779 is #FDF886. Grayscale: #121212. Windows color (decimal): -16644231 or 7931650. OLE color: 7931650.

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

Color convert

RGB 2 7 121 -
CMYK 0.98 0.94 0 0.53
HSL 237.48º 0.97% 0.24% -
HSV(B) 237.48º 0.98% 0.47% -
XYZ 3.55 1.55 18.2 -
YUV 18.5 185.84 116.23 -
System Red Green Blue C M Y K H S L
Decimal 2 7 121 0.98 0.94 0 0.53 237.48 0.97 0.24
Hex 2 7 79 62 5E 0 35 ED 61 18
Octal 2 7 171 142 136 0 65 355 141 30
Binary 10 111 1111001 1100010 1011110 0 110101 11101101 1100001 11000

Color Harmonies of #020779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020779

Black with #020779

Text Example


Text Example

White with #020779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020779; }

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

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

background-color css

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

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

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

border-color css

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

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

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