Shades of Smalt #012186
Tints of Smalt #012186
RGB
CMYK
RGB Variations
Color information
#012186 (or 0x012186) is known color: Smalt. HEX triplet: 01, 21 and 86. RGB value is (1,33,134). Sum of RGB (Red+Green+Blue) = 1+33+134=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 134 (52.73% from 255 or 79.76% from 168); Max value from RGB is 134 - color contains mainly: blue. Hex color #012186 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012186 is #FEDE79. Grayscale: #222222. Windows color (decimal): -16703098 or 8790273. OLE color: 8790273.
HSL color Cylindrical-coordinate representation of color #012186: hue angle of 225.56º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012186 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 33 | 134 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.47 |
| HSL | 225.56º | 0.99% | 0.26% | - |
| HSV(B) | 225.56º | 0.99% | 0.53% | - |
| XYZ | 4.86 | 2.82 | 22.84 | - |
| YUV | 34.95 | 183.9 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 33 | 134 | 0.99 | 0.75 | 0 | 0.47 | 225.56 | 0.99 | 0.26 |
| Hex | 1 | 21 | 86 | 63 | 4B | 0 | 2F | E2 | 63 | 1A |
| Octal | 1 | 41 | 206 | 143 | 113 | 0 | 57 | 342 | 143 | 32 |
| Binary | 1 | 100001 | 10000110 | 1100011 | 1001011 | 0 | 101111 | 11100010 | 1100011 | 11010 |
Color Harmonies of #012186
Complementary color
Monochromatic Colors of #012186
Black with #012186
Text Example
Text Example
White with #012186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012186; }
p { color: rgb(1,33,134); }
H1.HeaderClassName
{
color: #012186;
}
.AnyTagClassName
{
color: #012186;
}
</style>
background-color css
<style>
a { background-color: #012186; }
a { background-color: rgb(1,33,134); }
div.DivClassName
{
background-color: #012186;
}
.BgClassName
{
background-color: #012186;
}
</style>
border-color css
<style>
span { border-color: #012186; }
span { border-color: rgb(1,33,134); }
td.TdClassName
{
border-color: #012186;
}
.TagClassName
{
border-color: #012186;
}
</style>