#021390

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

Shades of Dark Blue #021390

Tints of Dark Blue #021390

Color information

#021390 (or 0x021390) is unknown color: approx Dark Blue. HEX triplet: 02, 13 and 90. RGB value is (2,19,144). Sum of RGB (Red+Green+Blue) = 2+19+144=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 144 (56.64% from 255 or 87.27% from 165); Max value from RGB is 144 - color contains mainly: blue. Hex color #021390 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021390 is #FDEC6F. Grayscale: #1B1B1B. Windows color (decimal): -16641136 or 9442050. OLE color: 9442050.

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

Color convert

RGB219144-
CMYK0.990.8700.44
HSL232.82º97.26%28.63%-
HSV(B)232.82º98.61%56.47%-
XYZ5.292.4926.59-
YUV28.17193.37109.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.21%
GREEN value IS 19 (7.81% from 255) = 11.52%
BLUE value IS 144 (56.64% from 255) = 87.27%
R=1.21%
G=11.52%
B=87.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2191440.990.8700.44232.8297.2628.63
Hex21390635702Ce9611d
Octal22322014312705435114135
Binary10100111001000011000111010111010110011101001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021390; }

 p { color: rgb(2,19,144); }

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

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

 a { background-color: rgb(2,19,144); }

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

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

 span { border-color: rgb(2,19,144); }

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