Html Css Color HEX #020B73 Navy

📋 copy color: '#020B73'

red 2 ◦ green 11 ◦ blue 115

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

Shades of Navy #020B73

Tints of Navy #020B73

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.59%

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

R = 1.56%
G = 8.59%
B = 89.84%

CMYK

 C value IS 0.98

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#020B73 (or 0x020B73) is known color: Navy. HEX triplet: 02, 0B and 73. RGB value is (2,11,115). Sum of RGB (Red+Green+Blue) = 2+11+115=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 11 (4.69% from 255 or 8.59% from 128); Blue value is 115 (45.31% from 255 or 89.84% from 128); Max value from RGB is 115 - color contains mainly: blue. Hex color #020B73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020B73 is #FDF48C. Grayscale: #131313. Windows color (decimal): -16643213 or 7539458. OLE color: 7539458.

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

Color convert

RGB 2 11 115 -
CMYK 0.98 0.90 0 0.55
HSL 235.22º 0.97% 0.23% -
HSV(B) 235.22º 0.98% 0.45% -
XYZ 3.24 1.49 16.34 -
YUV 20.17 181.52 115.04 -
System Red Green Blue C M Y K H S L
Decimal 2 11 115 0.98 0.90 0 0.55 235.22 0.97 0.23
Hex 2 B 73 62 5A 0 37 EB 61 17
Octal 2 13 163 142 132 0 67 353 141 27
Binary 10 1011 1110011 1100010 1011010 0 110111 11101011 1100001 10111

Color Harmonies of #020B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020B73

Black with #020B73

Text Example


Text Example

White with #020B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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