Html Css Color HEX #020170 Navy

📋 copy color: '#020170'

red 2 ◦ green 1 ◦ blue 112

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

Shades of Navy #020170

Tints of Navy #020170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 97.39%

R = 1.74%
G = 0.87%
B = 97.39%

CMYK

 C value IS 0.98

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#020170 (or 0x020170) is known color: Navy. HEX triplet: 02, 01 and 70. RGB value is (2,1,112). Sum of RGB (Red+Green+Blue) = 2+1+112=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 112 (44.14% from 255 or 97.39% from 115); Max value from RGB is 112 - color contains mainly: blue. Hex color #020170 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020170 is #FDFE8F. Grayscale: #0D0D0D. Windows color (decimal): -16645776 or 7340290. OLE color: 7340290.

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

Color convert

RGB 2 1 112 -
CMYK 0.98 0.99 0 0.56
HSL 240.54º 0.98% 0.22% -
HSV(B) 240.54º 0.99% 0.44% -
XYZ 2.96 1.2 15.41 -
YUV 13.95 183.33 119.47 -
System Red Green Blue C M Y K H S L
Decimal 2 1 112 0.98 0.99 0 0.56 240.54 0.98 0.22
Hex 2 1 70 62 63 0 38 F1 62 16
Octal 2 1 160 142 143 0 70 361 142 26
Binary 10 1 1110000 1100010 1100011 0 111000 11110001 1100010 10110

Color Harmonies of #020170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020170

Black with #020170

Text Example


Text Example

White with #020170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020170; }

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

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

background-color css

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

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

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

border-color css

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

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

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