#021180

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

Shades of Navy #021180

Tints of Navy #021180

Color information

#021180 (or 0x021180) is unknown color: approx Navy. HEX triplet: 02, 11 and 80. RGB value is (2,17,128). Sum of RGB (Red+Green+Blue) = 2+17+128=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 128 (50.39% from 255 or 87.07% from 147); Max value from RGB is 128 - color contains mainly: blue. Hex color #021180 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021180 is #FDEE7F. Grayscale: #181818. Windows color (decimal): -16641664 or 8392962. OLE color: 8392962.

HSL color Cylindrical-coordinate representation of color #021180: hue angle of 232.86º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021180 is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB217128-
CMYK0.980.8700.50
HSL232.86º96.92%25.49%-
HSV(B)232.86º98.44%50.2%-
XYZ4.121.9720.59-
YUV25.17186.03111.47-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.36%
GREEN value IS 17 (7.03% from 255) = 11.56%
BLUE value IS 128 (50.39% from 255) = 87.07%
R=1.36%
G=11.56%
B=87.07%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2171280.980.8700.50232.8696.9225.49
Hex211806257032e96119
Octal22120014212706235114131
Binary10100011000000011000101010111011001011101001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021180; }

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

 H1.HeaderClassName
 {
   color: #021180;
 }
 .AnyTagClassName
 {
   color: #021180;
 }
</style>
background-color css

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

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

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

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

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

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