Shades of Smalt #012087
Tints of Smalt #012087
RGB
CMYK
RGB Variations
Color information
#012087 (or 0x012087) is known color: Smalt. HEX triplet: 01, 20 and 87. RGB value is (1,32,135). Sum of RGB (Red+Green+Blue) = 1+32+135=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 135 (53.12% from 255 or 80.36% from 168); Max value from RGB is 135 - color contains mainly: blue. Hex color #012087 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012087 is #FEDF78. Grayscale: #222222. Windows color (decimal): -16703353 or 8855553. OLE color: 8855553.
HSL color Cylindrical-coordinate representation of color #012087: hue angle of 226.12º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012087 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 32 | 135 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.47 |
| HSL | 226.12º | 0.99% | 0.27% | - |
| HSV(B) | 226.12º | 0.99% | 0.53% | - |
| XYZ | 4.9 | 2.79 | 23.2 | - |
| YUV | 34.47 | 184.73 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 32 | 135 | 0.99 | 0.76 | 0 | 0.47 | 226.12 | 0.99 | 0.27 |
| Hex | 1 | 20 | 87 | 63 | 4C | 0 | 2F | E2 | 63 | 1B |
| Octal | 1 | 40 | 207 | 143 | 114 | 0 | 57 | 342 | 143 | 33 |
| Binary | 1 | 100000 | 10000111 | 1100011 | 1001100 | 0 | 101111 | 11100010 | 1100011 | 11011 |
Color Harmonies of #012087
Complementary color
Monochromatic Colors of #012087
Black with #012087
Text Example
Text Example
White with #012087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012087; }
p { color: rgb(1,32,135); }
H1.HeaderClassName
{
color: #012087;
}
.AnyTagClassName
{
color: #012087;
}
</style>
background-color css
<style>
a { background-color: #012087; }
a { background-color: rgb(1,32,135); }
div.DivClassName
{
background-color: #012087;
}
.BgClassName
{
background-color: #012087;
}
</style>
border-color css
<style>
span { border-color: #012087; }
span { border-color: rgb(1,32,135); }
td.TdClassName
{
border-color: #012087;
}
.TagClassName
{
border-color: #012087;
}
</style>