Shades of Smalt #024093
Tints of Smalt #024093
RGB
CMYK
RGB Variations
Color information
#024093 (or 0x024093) is known color: Smalt. HEX triplet: 02, 40 and 93. RGB value is (2,64,147). Sum of RGB (Red+Green+Blue) = 2+64+147=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 147 (57.81% from 255 or 69.01% from 213); Max value from RGB is 147 - color contains mainly: blue. Hex color #024093 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024093 is #FDBF6C. Grayscale: #363636. Windows color (decimal): -16629613 or 9650178. OLE color: 9650178.
HSL color Cylindrical-coordinate representation of color #024093: hue angle of 214.34º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024093 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 64 | 147 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.42 |
| HSL | 214.34º | 0.97% | 0.29% | - |
| HSV(B) | 214.34º | 0.99% | 0.58% | - |
| XYZ | 7.12 | 5.79 | 28.35 | - |
| YUV | 54.92 | 179.96 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 64 | 147 | 0.99 | 0.56 | 0 | 0.42 | 214.34 | 0.97 | 0.29 |
| Hex | 2 | 40 | 93 | 63 | 38 | 0 | 2A | D6 | 61 | 1D |
| Octal | 2 | 100 | 223 | 143 | 70 | 0 | 52 | 326 | 141 | 35 |
| Binary | 10 | 1000000 | 10010011 | 1100011 | 111000 | 0 | 101010 | 11010110 | 1100001 | 11101 |
Color Harmonies of #024093
Complementary color
Monochromatic Colors of #024093
Black with #024093
Text Example
Text Example
White with #024093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024093; }
p { color: rgb(2,64,147); }
H1.HeaderClassName
{
color: #024093;
}
.AnyTagClassName
{
color: #024093;
}
</style>
background-color css
<style>
a { background-color: #024093; }
a { background-color: rgb(2,64,147); }
div.DivClassName
{
background-color: #024093;
}
.BgClassName
{
background-color: #024093;
}
</style>
border-color css
<style>
span { border-color: #024093; }
span { border-color: rgb(2,64,147); }
td.TdClassName
{
border-color: #024093;
}
.TagClassName
{
border-color: #024093;
}
</style>