Shades of Smalt #024595
Tints of Smalt #024595
RGB
CMYK
RGB Variations
Color information
#024595 (or 0x024595) is known color: Smalt. HEX triplet: 02, 45 and 95. RGB value is (2,69,149). Sum of RGB (Red+Green+Blue) = 2+69+149=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 149 (58.59% from 255 or 67.73% from 220); Max value from RGB is 149 - color contains mainly: blue. Hex color #024595 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024595 is #FDBA6A. Grayscale: #393939. Windows color (decimal): -16628331 or 9782530. OLE color: 9782530.
HSL color Cylindrical-coordinate representation of color #024595: hue angle of 212.65º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024595 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 69 | 149 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.42 |
| HSL | 212.65º | 0.97% | 0.3% | - |
| HSV(B) | 212.65º | 0.99% | 0.58% | - |
| XYZ | 7.58 | 6.44 | 29.28 | - |
| YUV | 58.09 | 179.3 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 69 | 149 | 0.99 | 0.54 | 0 | 0.42 | 212.65 | 0.97 | 0.3 |
| Hex | 2 | 45 | 95 | 63 | 36 | 0 | 2A | D5 | 61 | 1E |
| Octal | 2 | 105 | 225 | 143 | 66 | 0 | 52 | 325 | 141 | 36 |
| Binary | 10 | 1000101 | 10010101 | 1100011 | 110110 | 0 | 101010 | 11010101 | 1100001 | 11110 |
Color Harmonies of #024595
Complementary color
Monochromatic Colors of #024595
Black with #024595
Text Example
Text Example
White with #024595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024595; }
p { color: rgb(2,69,149); }
H1.HeaderClassName
{
color: #024595;
}
.AnyTagClassName
{
color: #024595;
}
</style>
background-color css
<style>
a { background-color: #024595; }
a { background-color: rgb(2,69,149); }
div.DivClassName
{
background-color: #024595;
}
.BgClassName
{
background-color: #024595;
}
</style>
border-color css
<style>
span { border-color: #024595; }
span { border-color: rgb(2,69,149); }
td.TdClassName
{
border-color: #024595;
}
.TagClassName
{
border-color: #024595;
}
</style>