#021691

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

Shades of Dark Blue #021691

Tints of Dark Blue #021691

Color information

#021691 (or 0x021691) is unknown color: approx Dark Blue. HEX triplet: 02, 16 and 91. RGB value is (2,22,145). Sum of RGB (Red+Green+Blue) = 2+22+145=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 145 (57.03% from 255 or 85.80% from 169); Max value from RGB is 145 - color contains mainly: blue. Hex color #021691 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021691 is #FDE96E. Grayscale: #1D1D1D. Windows color (decimal): -16640367 or 9508354. OLE color: 9508354.

HSL color Cylindrical-coordinate representation of color #021691: hue angle of 231.61º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021691 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB222145-
CMYK0.990.8500.43
HSL231.61º97.28%28.82%-
HSV(B)231.61º98.62%56.86%-
XYZ5.422.6327.01-
YUV30.04192.87108-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 22 (8.98% from 255) = 13.02%
BLUE value IS 145 (57.03% from 255) = 85.80%
R=1.18%
G=13.02%
B=85.80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2221450.990.8500.43231.6197.2828.82
Hex21691635502Be8611d
Octal22622114312505335014135
Binary10101101001000111000111010101010101111101000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021691; }

 p { color: rgb(2,22,145); }

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

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

 a { background-color: rgb(2,22,145); }

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

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

 span { border-color: rgb(2,22,145); }

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