Shades of Smalt #0232A0
Tints of Smalt #0232A0
RGB
CMYK
RGB Variations
Color information
#0232A0 (or 0x0232A0) is known color: Smalt. HEX triplet: 02, 32 and A0. RGB value is (2,50,160). Sum of RGB (Red+Green+Blue) = 2+50+160=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 160 (62.89% from 255 or 75.47% from 212); Max value from RGB is 160 - color contains mainly: blue. Hex color #0232A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0232A0 is #FDCD5F. Grayscale: #2F2F2F. Windows color (decimal): -16633184 or 10498562. OLE color: 10498562.
HSL color Cylindrical-coordinate representation of color #0232A0: hue angle of 221.77º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0232A0 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 2 | 50 | 160 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.37 |
| HSL | 221.77º | 0.98% | 0.32% | - |
| HSV(B) | 221.77º | 0.99% | 0.63% | - |
| XYZ | 7.51 | 4.83 | 33.79 | - |
| YUV | 48.19 | 191.1 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 160 | 0.99 | 0.69 | 0 | 0.37 | 221.77 | 0.98 | 0.32 |
| Hex | 2 | 32 | A0 | 63 | 45 | 0 | 25 | DE | 62 | 20 |
| Octal | 2 | 62 | 240 | 143 | 105 | 0 | 45 | 336 | 142 | 40 |
| Binary | 10 | 110010 | 10100000 | 1100011 | 1000101 | 0 | 100101 | 11011110 | 1100010 | 100000 |
Color Harmonies of #0232A0
Complementary color
Monochromatic Colors of #0232A0
Black with #0232A0
Text Example
Text Example
White with #0232A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0232A0; }
p { color: rgb(2,50,160); }
H1.HeaderClassName
{
color: #0232A0;
}
.AnyTagClassName
{
color: #0232A0;
}
</style>
background-color css
<style>
a { background-color: #0232A0; }
a { background-color: rgb(2,50,160); }
div.DivClassName
{
background-color: #0232A0;
}
.BgClassName
{
background-color: #0232A0;
}
</style>
border-color css
<style>
span { border-color: #0232A0; }
span { border-color: rgb(2,50,160); }
td.TdClassName
{
border-color: #0232A0;
}
.TagClassName
{
border-color: #0232A0;
}
</style>