Html Css Color HEX #020773 Navy

📋 copy color: '#020773'

red 2 ◦ green 7 ◦ blue 115

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

Shades of Navy #020773

Tints of Navy #020773

RGB

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

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

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

R = 1.61%
G = 5.65%
B = 92.74%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#020773 (or 0x020773) is known color: Navy. HEX triplet: 02, 07 and 73. RGB value is (2,7,115). Sum of RGB (Red+Green+Blue) = 2+7+115=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 7 (3.12% from 255 or 5.65% from 124); Blue value is 115 (45.31% from 255 or 92.74% from 124); Max value from RGB is 115 - color contains mainly: blue. Hex color #020773 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020773 is #FDF88C. Grayscale: #111111. Windows color (decimal): -16644237 or 7538434. OLE color: 7538434.

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

Color convert

RGB 2 7 115 -
CMYK 0.98 0.94 0 0.55
HSL 237.35º 0.97% 0.23% -
HSV(B) 237.35º 0.98% 0.45% -
XYZ 3.2 1.4 16.32 -
YUV 17.82 182.84 116.72 -
System Red Green Blue C M Y K H S L
Decimal 2 7 115 0.98 0.94 0 0.55 237.35 0.97 0.23
Hex 2 7 73 62 5E 0 37 ED 61 17
Octal 2 7 163 142 136 0 67 355 141 27
Binary 10 111 1110011 1100010 1011110 0 110111 11101101 1100001 10111

Color Harmonies of #020773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020773

Black with #020773

Text Example


Text Example

White with #020773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020773; }

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

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

background-color css

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

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

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

border-color css

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

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

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