Shades of Smalt #024090
Tints of Smalt #024090
RGB
CMYK
RGB Variations
Color information
#024090 (or 0x024090) is known color: Smalt. HEX triplet: 02, 40 and 90. RGB value is (2,64,144). Sum of RGB (Red+Green+Blue) = 2+64+144=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 144 (56.64% from 255 or 68.57% from 210); Max value from RGB is 144 - color contains mainly: blue. Hex color #024090 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024090 is #FDBF6F. Grayscale: #363636. Windows color (decimal): -16629616 or 9453570. OLE color: 9453570.
HSL color Cylindrical-coordinate representation of color #024090: hue angle of 213.8º 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 #024090 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 64 | 144 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.44 |
| HSL | 213.8º | 0.97% | 0.29% | - |
| HSV(B) | 213.8º | 0.99% | 0.56% | - |
| XYZ | 6.89 | 5.69 | 27.12 | - |
| YUV | 54.58 | 178.46 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 64 | 144 | 0.99 | 0.56 | 0 | 0.44 | 213.8 | 0.97 | 0.29 |
| Hex | 2 | 40 | 90 | 63 | 38 | 0 | 2C | D6 | 61 | 1D |
| Octal | 2 | 100 | 220 | 143 | 70 | 0 | 54 | 326 | 141 | 35 |
| Binary | 10 | 1000000 | 10010000 | 1100011 | 111000 | 0 | 101100 | 11010110 | 1100001 | 11101 |
Color Harmonies of #024090
Complementary color
Monochromatic Colors of #024090
Black with #024090
Text Example
Text Example
White with #024090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024090; }
p { color: rgb(2,64,144); }
H1.HeaderClassName
{
color: #024090;
}
.AnyTagClassName
{
color: #024090;
}
</style>
background-color css
<style>
a { background-color: #024090; }
a { background-color: rgb(2,64,144); }
div.DivClassName
{
background-color: #024090;
}
.BgClassName
{
background-color: #024090;
}
</style>
border-color css
<style>
span { border-color: #024090; }
span { border-color: rgb(2,64,144); }
td.TdClassName
{
border-color: #024090;
}
.TagClassName
{
border-color: #024090;
}
</style>