Html Css Color HEX #020A73 Navy

📋 copy color: '#020A73'

red 2 ◦ green 10 ◦ blue 115

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

Shades of Navy #020A73

Tints of Navy #020A73

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.87%

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

R = 1.57%
G = 7.87%
B = 90.55%

CMYK

 C value IS 0.98

 M value IS 0.91

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#020A73 (or 0x020A73) is known color: Navy. HEX triplet: 02, 0A and 73. RGB value is (2,10,115). Sum of RGB (Red+Green+Blue) = 2+10+115=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 10 (4.30% from 255 or 7.87% from 127); Blue value is 115 (45.31% from 255 or 90.55% from 127); Max value from RGB is 115 - color contains mainly: blue. Hex color #020A73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020A73 is #FDF58C. Grayscale: #131313. Windows color (decimal): -16643469 or 7539202. OLE color: 7539202.

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

Color convert

RGB 2 10 115 -
CMYK 0.98 0.91 0 0.55
HSL 235.75º 0.97% 0.23% -
HSV(B) 235.75º 0.98% 0.45% -
XYZ 3.23 1.47 16.33 -
YUV 19.58 181.85 115.46 -
System Red Green Blue C M Y K H S L
Decimal 2 10 115 0.98 0.91 0 0.55 235.75 0.97 0.23
Hex 2 A 73 62 5B 0 37 EC 61 17
Octal 2 12 163 142 133 0 67 354 141 27
Binary 10 1010 1110011 1100010 1011011 0 110111 11101100 1100001 10111

Color Harmonies of #020A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020A73

Black with #020A73

Text Example


Text Example

White with #020A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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