Shades of Smalt #024091
Tints of Smalt #024091
RGB
CMYK
RGB Variations
Color information
#024091 (or 0x024091) is known color: Smalt. HEX triplet: 02, 40 and 91. RGB value is (2,64,145). Sum of RGB (Red+Green+Blue) = 2+64+145=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 145 (57.03% from 255 or 68.72% from 211); Max value from RGB is 145 - color contains mainly: blue. Hex color #024091 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024091 is #FDBF6E. Grayscale: #363636. Windows color (decimal): -16629615 or 9519106. OLE color: 9519106.
HSL color Cylindrical-coordinate representation of color #024091: hue angle of 213.99º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024091 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 64 | 145 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.43 |
| HSL | 213.99º | 0.97% | 0.29% | - |
| HSV(B) | 213.99º | 0.99% | 0.57% | - |
| XYZ | 6.97 | 5.72 | 27.53 | - |
| YUV | 54.7 | 178.96 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 64 | 145 | 0.99 | 0.56 | 0 | 0.43 | 213.99 | 0.97 | 0.29 |
| Hex | 2 | 40 | 91 | 63 | 38 | 0 | 2B | D6 | 61 | 1D |
| Octal | 2 | 100 | 221 | 143 | 70 | 0 | 53 | 326 | 141 | 35 |
| Binary | 10 | 1000000 | 10010001 | 1100011 | 111000 | 0 | 101011 | 11010110 | 1100001 | 11101 |
Color Harmonies of #024091
Complementary color
Monochromatic Colors of #024091
Black with #024091
Text Example
Text Example
White with #024091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024091; }
p { color: rgb(2,64,145); }
H1.HeaderClassName
{
color: #024091;
}
.AnyTagClassName
{
color: #024091;
}
</style>
background-color css
<style>
a { background-color: #024091; }
a { background-color: rgb(2,64,145); }
div.DivClassName
{
background-color: #024091;
}
.BgClassName
{
background-color: #024091;
}
</style>
border-color css
<style>
span { border-color: #024091; }
span { border-color: rgb(2,64,145); }
td.TdClassName
{
border-color: #024091;
}
.TagClassName
{
border-color: #024091;
}
</style>