#021089

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

Shades of Dark Blue #021089

Tints of Dark Blue #021089

Color information

#021089 (or 0x021089) is unknown color: approx Dark Blue. HEX triplet: 02, 10 and 89. RGB value is (2,16,137). Sum of RGB (Red+Green+Blue) = 2+16+137=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 137 (53.91% from 255 or 88.39% from 155); Max value from RGB is 137 - color contains mainly: blue. Hex color #021089 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021089 is #FDEF76. Grayscale: #191919. Windows color (decimal): -16641911 or 8982530. OLE color: 8982530.

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

Color convert

RGB216137-
CMYK0.990.8800.46
HSL233.78º97.12%27.25%-
HSV(B)233.78º98.54%53.73%-
XYZ4.732.1923.84-
YUV25.61190.86111.16-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.29%
GREEN value IS 16 (6.64% from 255) = 10.32%
BLUE value IS 137 (53.91% from 255) = 88.39%
R=1.29%
G=10.32%
B=88.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2161370.990.8800.46233.7897.1227.25
Hex21089635802Eea611b
Octal22021114313005635214133
Binary10100001000100111000111011000010111011101010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021089; }

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

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

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

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

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

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

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

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