Shades of Smalt #022390
Tints of Smalt #022390
RGB
CMYK
RGB Variations
Color information
#022390 (or 0x022390) is known color: Smalt. HEX triplet: 02, 23 and 90. RGB value is (2,35,144). Sum of RGB (Red+Green+Blue) = 2+35+144=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 144 (56.64% from 255 or 79.56% from 181); Max value from RGB is 144 - color contains mainly: blue. Hex color #022390 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022390 is #FDDC6F. Grayscale: #252525. Windows color (decimal): -16637040 or 9446146. OLE color: 9446146.
HSL color Cylindrical-coordinate representation of color #022390: hue angle of 226.06º 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 #022390 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 35 | 144 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.44 |
| HSL | 226.06º | 0.97% | 0.29% | - |
| HSV(B) | 226.06º | 0.99% | 0.56% | - |
| XYZ | 5.66 | 3.23 | 26.71 | - |
| YUV | 37.56 | 188.07 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 35 | 144 | 0.99 | 0.76 | 0 | 0.44 | 226.06 | 0.97 | 0.29 |
| Hex | 2 | 23 | 90 | 63 | 4C | 0 | 2C | E2 | 61 | 1D |
| Octal | 2 | 43 | 220 | 143 | 114 | 0 | 54 | 342 | 141 | 35 |
| Binary | 10 | 100011 | 10010000 | 1100011 | 1001100 | 0 | 101100 | 11100010 | 1100001 | 11101 |
Color Harmonies of #022390
Complementary color
Monochromatic Colors of #022390
Black with #022390
Text Example
Text Example
White with #022390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022390; }
p { color: rgb(2,35,144); }
H1.HeaderClassName
{
color: #022390;
}
.AnyTagClassName
{
color: #022390;
}
</style>
background-color css
<style>
a { background-color: #022390; }
a { background-color: rgb(2,35,144); }
div.DivClassName
{
background-color: #022390;
}
.BgClassName
{
background-color: #022390;
}
</style>
border-color css
<style>
span { border-color: #022390; }
span { border-color: rgb(2,35,144); }
td.TdClassName
{
border-color: #022390;
}
.TagClassName
{
border-color: #022390;
}
</style>