Shades of Smalt #024493
Tints of Smalt #024493
RGB
CMYK
RGB Variations
Color information
#024493 (or 0x024493) is known color: Smalt. HEX triplet: 02, 44 and 93. RGB value is (2,68,147). Sum of RGB (Red+Green+Blue) = 2+68+147=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 147 (57.81% from 255 or 67.74% from 217); Max value from RGB is 147 - color contains mainly: blue. Hex color #024493 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024493 is #FDBB6C. Grayscale: #383838. Windows color (decimal): -16628589 or 9651202. OLE color: 9651202.
HSL color Cylindrical-coordinate representation of color #024493: hue angle of 212.69º 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 #024493 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 68 | 147 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.42 |
| HSL | 212.69º | 0.97% | 0.29% | - |
| HSV(B) | 212.69º | 0.99% | 0.58% | - |
| XYZ | 7.36 | 6.25 | 28.42 | - |
| YUV | 57.27 | 178.63 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 68 | 147 | 0.99 | 0.54 | 0 | 0.42 | 212.69 | 0.97 | 0.29 |
| Hex | 2 | 44 | 93 | 63 | 36 | 0 | 2A | D5 | 61 | 1D |
| Octal | 2 | 104 | 223 | 143 | 66 | 0 | 52 | 325 | 141 | 35 |
| Binary | 10 | 1000100 | 10010011 | 1100011 | 110110 | 0 | 101010 | 11010101 | 1100001 | 11101 |
Color Harmonies of #024493
Complementary color
Monochromatic Colors of #024493
Black with #024493
Text Example
Text Example
White with #024493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024493; }
p { color: rgb(2,68,147); }
H1.HeaderClassName
{
color: #024493;
}
.AnyTagClassName
{
color: #024493;
}
</style>
background-color css
<style>
a { background-color: #024493; }
a { background-color: rgb(2,68,147); }
div.DivClassName
{
background-color: #024493;
}
.BgClassName
{
background-color: #024493;
}
</style>
border-color css
<style>
span { border-color: #024493; }
span { border-color: rgb(2,68,147); }
td.TdClassName
{
border-color: #024493;
}
.TagClassName
{
border-color: #024493;
}
</style>