#021170

Color #021170 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #021170

Tints of Navy #021170

Color information

#021170 (or 0x021170) is unknown color: approx 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

RGB217112-
CMYK0.980.8500.56
HSL231.82º96.49%22.35%-
HSV(B)231.82º98.21%43.92%-
XYZ3.151.5815.47-
YUV23.34178.03112.78-

RGB Variations

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

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.50%
R=1.53%
G=12.98%
B=85.50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2171120.980.8500.56231.8296.4922.35
Hex211706255038e86016
Octal22116014212507035014026
Binary1010001111000011000101010101011100011101000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>