Html Css Color HEX #020978 Navy

📋 copy color: '#020978'

red 2 ◦ green 9 ◦ blue 120

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

Shades of Navy #020978

Tints of Navy #020978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 91.6%

R = 1.53%
G = 6.87%
B = 91.6%

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

#020978 (or 0x020978) is known color: Navy. HEX triplet: 02, 09 and 78. RGB value is (2,9,120). Sum of RGB (Red+Green+Blue) = 2+9+120=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 120 (47.27% from 255 or 91.60% from 131); Max value from RGB is 120 - color contains mainly: blue. Hex color #020978 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020978 is #FDF687. Grayscale: #131313. Windows color (decimal): -16643720 or 7866626. OLE color: 7866626.

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

Color convert

RGB 2 9 120 -
CMYK 0.98 0.92 0 0.53
HSL 236.44º 0.97% 0.24% -
HSV(B) 236.44º 0.98% 0.47% -
XYZ 3.51 1.56 17.89 -
YUV 19.56 184.68 115.47 -
System Red Green Blue C M Y K H S L
Decimal 2 9 120 0.98 0.92 0 0.53 236.44 0.97 0.24
Hex 2 9 78 62 5C 0 35 EC 61 18
Octal 2 11 170 142 134 0 65 354 141 30
Binary 10 1001 1111000 1100010 1011100 0 110101 11101100 1100001 11000

Color Harmonies of #020978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020978

Black with #020978

Text Example


Text Example

White with #020978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020978; }

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

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

background-color css

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

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

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

border-color css

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

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

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