Html Css Color HEX #021170 Navy

📋 copy color: '#021170'

red 2 ◦ green 17 ◦ blue 112

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

Shades of Navy #021170

Tints of Navy #021170

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.98%

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

R = 1.53%
G = 12.98%
B = 85.5%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#021170 (or 0x021170) is known color: Navy. HEX triplet: 02, 11 and 70. RGB value is (2,17,112). Sum of RGB (Red+Green+Blue) = 2+17+112=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 112 (44.14% from 255 or 85.50% from 131); Max value from RGB is 112 - color contains mainly: blue. Hex color #021170 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021170 is #FDEE8F. Grayscale: #161616. Windows color (decimal): -16641680 or 7344386. OLE color: 7344386.

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

Color convert

RGB 2 17 112 -
CMYK 0.98 0.85 0 0.56
HSL 231.82º 0.96% 0.22% -
HSV(B) 231.82º 0.98% 0.44% -
XYZ 3.15 1.58 15.47 -
YUV 23.35 178.03 112.78 -
System Red Green Blue C M Y K H S L
Decimal 2 17 112 0.98 0.85 0 0.56 231.82 0.96 0.22
Hex 2 11 70 62 55 0 38 E8 60 16
Octal 2 21 160 142 125 0 70 350 140 26
Binary 10 10001 1110000 1100010 1010101 0 111000 11101000 1100000 10110

Color Harmonies of #021170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021170

Black with #021170

Text Example


Text Example

White with #021170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021170; }

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

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

background-color css

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

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

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

border-color css

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

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

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