Shades of Smalt #024496
Tints of Smalt #024496
RGB
CMYK
RGB Variations
Color information
#024496 (or 0x024496) is known color: Smalt. HEX triplet: 02, 44 and 96. RGB value is (2,68,150). Sum of RGB (Red+Green+Blue) = 2+68+150=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 150 (58.98% from 255 or 68.18% from 220); Max value from RGB is 150 - color contains mainly: blue. Hex color #024496 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024496 is #FDBB69. Grayscale: #393939. Windows color (decimal): -16628586 or 9847810. OLE color: 9847810.
HSL color Cylindrical-coordinate representation of color #024496: hue angle of 213.24º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024496 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 2 | 68 | 150 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.41 |
| HSL | 213.24º | 0.97% | 0.3% | - |
| HSV(B) | 213.24º | 0.99% | 0.59% | - |
| XYZ | 7.6 | 6.35 | 29.68 | - |
| YUV | 57.61 | 180.13 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 68 | 150 | 0.99 | 0.55 | 0 | 0.41 | 213.24 | 0.97 | 0.3 |
| Hex | 2 | 44 | 96 | 63 | 37 | 0 | 29 | D5 | 61 | 1E |
| Octal | 2 | 104 | 226 | 143 | 67 | 0 | 51 | 325 | 141 | 36 |
| Binary | 10 | 1000100 | 10010110 | 1100011 | 110111 | 0 | 101001 | 11010101 | 1100001 | 11110 |
Color Harmonies of #024496
Complementary color
Monochromatic Colors of #024496
Black with #024496
Text Example
Text Example
White with #024496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024496; }
p { color: rgb(2,68,150); }
H1.HeaderClassName
{
color: #024496;
}
.AnyTagClassName
{
color: #024496;
}
</style>
background-color css
<style>
a { background-color: #024496; }
a { background-color: rgb(2,68,150); }
div.DivClassName
{
background-color: #024496;
}
.BgClassName
{
background-color: #024496;
}
</style>
border-color css
<style>
span { border-color: #024496; }
span { border-color: rgb(2,68,150); }
td.TdClassName
{
border-color: #024496;
}
.TagClassName
{
border-color: #024496;
}
</style>