Shades of Smalt #0132A0
Tints of Smalt #0132A0
RGB
CMYK
RGB Variations
Color information
#0132A0 (or 0x0132A0) is known color: Smalt. HEX triplet: 01, 32 and A0. RGB value is (1,50,160). Sum of RGB (Red+Green+Blue) = 1+50+160=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 160 (62.89% from 255 or 75.83% from 211); Max value from RGB is 160 - color contains mainly: blue. Hex color #0132A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0132A0 is #FECD5F. Grayscale: #2F2F2F. Windows color (decimal): -16698720 or 10498561. OLE color: 10498561.
HSL color Cylindrical-coordinate representation of color #0132A0: hue angle of 221.51º degrees, saturation: 0.99, 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 #0132A0 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 50 | 160 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.37 |
| HSL | 221.51º | 0.99% | 0.32% | - |
| HSV(B) | 221.51º | 0.99% | 0.63% | - |
| XYZ | 7.5 | 4.83 | 33.79 | - |
| YUV | 47.89 | 191.27 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 50 | 160 | 0.99 | 0.69 | 0 | 0.37 | 221.51 | 0.99 | 0.32 |
| Hex | 1 | 32 | A0 | 63 | 45 | 0 | 25 | DE | 63 | 20 |
| Octal | 1 | 62 | 240 | 143 | 105 | 0 | 45 | 336 | 143 | 40 |
| Binary | 1 | 110010 | 10100000 | 1100011 | 1000101 | 0 | 100101 | 11011110 | 1100011 | 100000 |
Color Harmonies of #0132A0
Complementary color
Monochromatic Colors of #0132A0
Black with #0132A0
Text Example
Text Example
White with #0132A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0132A0; }
p { color: rgb(1,50,160); }
H1.HeaderClassName
{
color: #0132A0;
}
.AnyTagClassName
{
color: #0132A0;
}
</style>
background-color css
<style>
a { background-color: #0132A0; }
a { background-color: rgb(1,50,160); }
div.DivClassName
{
background-color: #0132A0;
}
.BgClassName
{
background-color: #0132A0;
}
</style>
border-color css
<style>
span { border-color: #0132A0; }
span { border-color: rgb(1,50,160); }
td.TdClassName
{
border-color: #0132A0;
}
.TagClassName
{
border-color: #0132A0;
}
</style>