#021290

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

Shades of Dark Blue #021290

Tints of Dark Blue #021290

Color information

#021290 (or 0x021290) is unknown color: approx Dark Blue. HEX triplet: 02, 12 and 90. RGB value is (2,18,144). Sum of RGB (Red+Green+Blue) = 2+18+144=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 144 (56.64% from 255 or 87.80% from 164); Max value from RGB is 144 - color contains mainly: blue. Hex color #021290 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021290 is #FDED6F. Grayscale: #1B1B1B. Windows color (decimal): -16641392 or 9441794. OLE color: 9441794.

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

Color convert

RGB218144-
CMYK0.990.8800.44
HSL233.24º97.26%28.63%-
HSV(B)233.24º98.61%56.47%-
XYZ5.282.4626.58-
YUV27.58193.7109.75-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.22%
GREEN value IS 18 (7.42% from 255) = 10.98%
BLUE value IS 144 (56.64% from 255) = 87.80%
R=1.22%
G=10.98%
B=87.80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2181440.990.8800.44233.2497.2628.63
Hex21290635802Ce9611d
Octal22222014313005435114135
Binary10100101001000011000111011000010110011101001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021290; }

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

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

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

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

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

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

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

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