Shades of Smalt #013686
Tints of Smalt #013686
RGB
CMYK
RGB Variations
Color information
#013686 (or 0x013686) is known color: Smalt. HEX triplet: 01, 36 and 86. RGB value is (1,54,134). Sum of RGB (Red+Green+Blue) = 1+54+134=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 134 (52.73% from 255 or 70.90% from 189); Max value from RGB is 134 - color contains mainly: blue. Hex color #013686 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013686 is #FEC979. Grayscale: #2E2E2E. Windows color (decimal): -16697722 or 8795649. OLE color: 8795649.
HSL color Cylindrical-coordinate representation of color #013686: hue angle of 216.09º 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 #013686 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 54 | 134 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.47 |
| HSL | 216.09º | 0.99% | 0.26% | - |
| HSV(B) | 216.09º | 0.99% | 0.53% | - |
| XYZ | 5.63 | 4.37 | 23.1 | - |
| YUV | 47.27 | 176.94 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 54 | 134 | 0.99 | 0.60 | 0 | 0.47 | 216.09 | 0.99 | 0.26 |
| Hex | 1 | 36 | 86 | 63 | 3C | 0 | 2F | D8 | 63 | 1A |
| Octal | 1 | 66 | 206 | 143 | 74 | 0 | 57 | 330 | 143 | 32 |
| Binary | 1 | 110110 | 10000110 | 1100011 | 111100 | 0 | 101111 | 11011000 | 1100011 | 11010 |
Color Harmonies of #013686
Complementary color
Monochromatic Colors of #013686
Black with #013686
Text Example
Text Example
White with #013686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013686; }
p { color: rgb(1,54,134); }
H1.HeaderClassName
{
color: #013686;
}
.AnyTagClassName
{
color: #013686;
}
</style>
background-color css
<style>
a { background-color: #013686; }
a { background-color: rgb(1,54,134); }
div.DivClassName
{
background-color: #013686;
}
.BgClassName
{
background-color: #013686;
}
</style>
border-color css
<style>
span { border-color: #013686; }
span { border-color: rgb(1,54,134); }
td.TdClassName
{
border-color: #013686;
}
.TagClassName
{
border-color: #013686;
}
</style>