#022490

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

Shades of Smalt #022490

Tints of Smalt #022490

Color information

#022490 (or 0x022490) is unknown color: approx Smalt. HEX triplet: 02, 24 and 90. RGB value is (2,36,144). Sum of RGB (Red+Green+Blue) = 2+36+144=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 144 (56.64% from 255 or 79.12% from 182); Max value from RGB is 144 - color contains mainly: blue. Hex color #022490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022490 is #FDDB6F. Grayscale: #252525. Windows color (decimal): -16636784 or 9446402. OLE color: 9446402.

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

Color convert

RGB236144-
CMYK0.990.7500.44
HSL225.63º97.26%28.63%-
HSV(B)225.63º98.61%56.47%-
XYZ5.693.2926.72-
YUV38.15187.74102.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.10%
GREEN value IS 36 (14.45% from 255) = 19.78%
BLUE value IS 144 (56.64% from 255) = 79.12%
R=1.10%
G=19.78%
B=79.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2361440.990.7500.44225.6397.2628.63
Hex22490634B02Ce2611d
Octal24422014311305434214135
Binary101001001001000011000111001011010110011100010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022490; }

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

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

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

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

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

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

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

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