#021589

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

Shades of Dark Blue #021589

Tints of Dark Blue #021589

Color information

#021589 (or 0x021589) is unknown color: approx Dark Blue. HEX triplet: 02, 15 and 89. RGB value is (2,21,137). Sum of RGB (Red+Green+Blue) = 2+21+137=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 137 (53.91% from 255 or 85.62% from 160); Max value from RGB is 137 - color contains mainly: blue. Hex color #021589 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021589 is #FDEA76. Grayscale: #1C1C1C. Windows color (decimal): -16640631 or 8983810. OLE color: 8983810.

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

Color convert

RGB221137-
CMYK0.990.8500.46
HSL231.56º97.12%27.25%-
HSV(B)231.56º98.54%53.73%-
XYZ4.812.3623.87-
YUV28.54189.21109.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.25%
GREEN value IS 21 (8.59% from 255) = 13.12%
BLUE value IS 137 (53.91% from 255) = 85.62%
R=1.25%
G=13.12%
B=85.62%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2211370.990.8500.46231.5697.1227.25
Hex21589635502Ee8611b
Octal22521114312505635014133
Binary10101011000100111000111010101010111011101000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021589; }

 p { color: rgb(2,21,137); }

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

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

 a { background-color: rgb(2,21,137); }

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

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

 span { border-color: rgb(2,21,137); }

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