#021191

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

Shades of Dark Blue #021191

Tints of Dark Blue #021191

Color information

#021191 (or 0x021191) is unknown color: approx Dark Blue. HEX triplet: 02, 11 and 91. RGB value is (2,17,145). Sum of RGB (Red+Green+Blue) = 2+17+145=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 145 (57.03% from 255 or 88.41% from 164); Max value from RGB is 145 - color contains mainly: blue. Hex color #021191 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021191 is #FDEE6E. Grayscale: #1A1A1A. Windows color (decimal): -16641647 or 9507074. OLE color: 9507074.

HSL color Cylindrical-coordinate representation of color #021191: hue angle of 233.71º 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 #021191 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB217145-
CMYK0.990.8800.43
HSL233.71º97.28%28.82%-
HSV(B)233.71º98.62%56.86%-
XYZ5.342.4626.98-
YUV27.11194.53110.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.22%
GREEN value IS 17 (7.03% from 255) = 10.37%
BLUE value IS 145 (57.03% from 255) = 88.41%
R=1.22%
G=10.37%
B=88.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2171450.990.8800.43233.7197.2828.82
Hex21191635802Bea611d
Octal22122114313005335214135
Binary10100011001000111000111011000010101111101010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021191; }

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

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

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

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

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

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

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

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