Shades of Smalt #023589
Tints of Smalt #023589
RGB
CMYK
RGB Variations
Color information
#023589 (or 0x023589) is known color: Smalt. HEX triplet: 02, 35 and 89. RGB value is (2,53,137). Sum of RGB (Red+Green+Blue) = 2+53+137=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 137 (53.91% from 255 or 71.35% from 192); Max value from RGB is 137 - color contains mainly: blue. Hex color #023589 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023589 is #FDCA76. Grayscale: #2E2E2E. Windows color (decimal): -16632439 or 8992002. OLE color: 8992002.
HSL color Cylindrical-coordinate representation of color #023589: hue angle of 217.33º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023589 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 2 | 53 | 137 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.46 |
| HSL | 217.33º | 0.97% | 0.27% | - |
| HSV(B) | 217.33º | 0.99% | 0.54% | - |
| XYZ | 5.81 | 4.37 | 24.2 | - |
| YUV | 47.33 | 178.6 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 53 | 137 | 0.99 | 0.61 | 0 | 0.46 | 217.33 | 0.97 | 0.27 |
| Hex | 2 | 35 | 89 | 63 | 3D | 0 | 2E | D9 | 61 | 1B |
| Octal | 2 | 65 | 211 | 143 | 75 | 0 | 56 | 331 | 141 | 33 |
| Binary | 10 | 110101 | 10001001 | 1100011 | 111101 | 0 | 101110 | 11011001 | 1100001 | 11011 |
Color Harmonies of #023589
Complementary color
Monochromatic Colors of #023589
Black with #023589
Text Example
Text Example
White with #023589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023589; }
p { color: rgb(2,53,137); }
H1.HeaderClassName
{
color: #023589;
}
.AnyTagClassName
{
color: #023589;
}
</style>
background-color css
<style>
a { background-color: #023589; }
a { background-color: rgb(2,53,137); }
div.DivClassName
{
background-color: #023589;
}
.BgClassName
{
background-color: #023589;
}
</style>
border-color css
<style>
span { border-color: #023589; }
span { border-color: rgb(2,53,137); }
td.TdClassName
{
border-color: #023589;
}
.TagClassName
{
border-color: #023589;
}
</style>