Html Css Color HEX #020977 Navy

📋 copy color: '#020977'

red 2 ◦ green 9 ◦ blue 119

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

Shades of Navy #020977

Tints of Navy #020977

RGB

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

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

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

R = 1.54%
G = 6.92%
B = 91.54%

CMYK

 C value IS 0.98

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#020977 (or 0x020977) is known color: Navy. HEX triplet: 02, 09 and 77. RGB value is (2,9,119). Sum of RGB (Red+Green+Blue) = 2+9+119=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 119 (46.88% from 255 or 91.54% from 130); Max value from RGB is 119 - color contains mainly: blue. Hex color #020977 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020977 is #FDF688. Grayscale: #131313. Windows color (decimal): -16643721 or 7801090. OLE color: 7801090.

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

Color convert

RGB 2 9 119 -
CMYK 0.98 0.92 0 0.53
HSL 236.41º 0.97% 0.24% -
HSV(B) 236.41º 0.98% 0.47% -
XYZ 3.45 1.54 17.57 -
YUV 19.45 184.18 115.56 -
System Red Green Blue C M Y K H S L
Decimal 2 9 119 0.98 0.92 0 0.53 236.41 0.97 0.24
Hex 2 9 77 62 5C 0 35 EC 61 18
Octal 2 11 167 142 134 0 65 354 141 30
Binary 10 1001 1110111 1100010 1011100 0 110101 11101100 1100001 11000

Color Harmonies of #020977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020977

Black with #020977

Text Example


Text Example

White with #020977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020977; }

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

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

background-color css

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

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

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

border-color css

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

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

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