#021182

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

Shades of Navy #021182

Tints of Navy #021182

Color information

#021182 (or 0x021182) is unknown color: approx Navy. HEX triplet: 02, 11 and 82. RGB value is (2,17,130). Sum of RGB (Red+Green+Blue) = 2+17+130=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 130 (51.17% from 255 or 87.25% from 149); Max value from RGB is 130 - color contains mainly: blue. Hex color #021182 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021182 is #FDEE7D. Grayscale: #181818. Windows color (decimal): -16641662 or 8524034. OLE color: 8524034.

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

Color convert

RGB217130-
CMYK0.980.8700.49
HSL232.97º96.97%25.88%-
HSV(B)232.97º98.46%50.98%-
XYZ4.252.0321.29-
YUV25.4187.03111.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.34%
GREEN value IS 17 (7.03% from 255) = 11.41%
BLUE value IS 130 (51.17% from 255) = 87.25%
R=1.34%
G=11.41%
B=87.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2171300.980.8700.49232.9796.9725.88
Hex211826257031e9611a
Octal22120214212706135114132
Binary10100011000001011000101010111011000111101001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021182; }

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

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

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

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

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

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

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

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