Html Css Color HEX #020973 Navy

📋 copy color: '#020973'

red 2 ◦ green 9 ◦ blue 115

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

Shades of Navy #020973

Tints of Navy #020973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 91.27%

R = 1.59%
G = 7.14%
B = 91.27%

CMYK

 C value IS 0.98

 M value IS 0.92

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#020973 (or 0x020973) is known color: Navy. HEX triplet: 02, 09 and 73. RGB value is (2,9,115). Sum of RGB (Red+Green+Blue) = 2+9+115=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 115 (45.31% from 255 or 91.27% from 126); Max value from RGB is 115 - color contains mainly: blue. Hex color #020973 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020973 is #FDF68C. Grayscale: #121212. Windows color (decimal): -16643725 or 7538946. OLE color: 7538946.

HSL color Cylindrical-coordinate representation of color #020973: hue angle of 236.28º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020973 is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 9 115 -
CMYK 0.98 0.92 0 0.55
HSL 236.28º 0.97% 0.23% -
HSV(B) 236.28º 0.98% 0.45% -
XYZ 3.22 1.45 16.33 -
YUV 18.99 182.18 115.88 -
System Red Green Blue C M Y K H S L
Decimal 2 9 115 0.98 0.92 0 0.55 236.28 0.97 0.23
Hex 2 9 73 62 5C 0 37 EC 61 17
Octal 2 11 163 142 134 0 67 354 141 27
Binary 10 1001 1110011 1100010 1011100 0 110111 11101100 1100001 10111

Color Harmonies of #020973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020973

Black with #020973

Text Example


Text Example

White with #020973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020973; }

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

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

background-color css

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

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

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

border-color css

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

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

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