Html Css Color HEX #020173 Navy

📋 copy color: '#020173'

red 2 ◦ green 1 ◦ blue 115

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

Shades of Navy #020173

Tints of Navy #020173

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.85%

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

R = 1.69%
G = 0.85%
B = 97.46%

CMYK

 C value IS 0.98

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#020173 (or 0x020173) is known color: Navy. HEX triplet: 02, 01 and 73. RGB value is (2,1,115). Sum of RGB (Red+Green+Blue) = 2+1+115=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 115 (45.31% from 255 or 97.46% from 118); Max value from RGB is 115 - color contains mainly: blue. Hex color #020173 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020173 is #FDFE8C. Grayscale: #0D0D0D. Windows color (decimal): -16645773 or 7536898. OLE color: 7536898.

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

Color convert

RGB 2 1 115 -
CMYK 0.98 0.99 0 0.55
HSL 240.53º 0.98% 0.23% -
HSV(B) 240.53º 0.99% 0.45% -
XYZ 3.13 1.27 16.3 -
YUV 14.3 184.83 119.23 -
System Red Green Blue C M Y K H S L
Decimal 2 1 115 0.98 0.99 0 0.55 240.53 0.98 0.23
Hex 2 1 73 62 63 0 37 F1 62 17
Octal 2 1 163 142 143 0 67 361 142 27
Binary 10 1 1110011 1100010 1100011 0 110111 11110001 1100010 10111

Color Harmonies of #020173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020173

Black with #020173

Text Example


Text Example

White with #020173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020173; }

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

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

background-color css

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

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

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

border-color css

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

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

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