#021889

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

Shades of Dark Blue #021889

Tints of Dark Blue #021889

Color information

#021889 (or 0x021889) is unknown color: approx Dark Blue. HEX triplet: 02, 18 and 89. RGB value is (2,24,137). Sum of RGB (Red+Green+Blue) = 2+24+137=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 137 (53.91% from 255 or 84.05% from 163); Max value from RGB is 137 - color contains mainly: blue. Hex color #021889 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021889 is #FDE776. Grayscale: #1D1D1D. Windows color (decimal): -16639863 or 8984578. OLE color: 8984578.

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

Color convert

RGB224137-
CMYK0.990.8200.46
HSL230.22º97.12%27.25%-
HSV(B)230.22º98.54%53.73%-
XYZ4.872.4723.89-
YUV30.3188.21107.81-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.23%
GREEN value IS 24 (9.77% from 255) = 14.72%
BLUE value IS 137 (53.91% from 255) = 84.05%
R=1.23%
G=14.72%
B=84.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2241370.990.8200.46230.2297.1227.25
Hex21889635202Ee6611b
Octal23021114312205634614133
Binary10110001000100111000111010010010111011100110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021889; }

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

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

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

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

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

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

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

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