Shades of Smalt #013591
Tints of Smalt #013591
RGB
CMYK
RGB Variations
Color information
#013591 (or 0x013591) is known color: Smalt. HEX triplet: 01, 35 and 91. RGB value is (1,53,145). Sum of RGB (Red+Green+Blue) = 1+53+145=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 145 (57.03% from 255 or 72.86% from 199); Max value from RGB is 145 - color contains mainly: blue. Hex color #013591 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013591 is #FECA6E. Grayscale: #2F2F2F. Windows color (decimal): -16697967 or 9516289. OLE color: 9516289.
HSL color Cylindrical-coordinate representation of color #013591: hue angle of 218.33º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013591 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 53 | 145 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.43 |
| HSL | 218.33º | 0.99% | 0.29% | - |
| HSV(B) | 218.33º | 0.99% | 0.57% | - |
| XYZ | 6.4 | 4.6 | 27.34 | - |
| YUV | 47.94 | 182.77 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 53 | 145 | 0.99 | 0.63 | 0 | 0.43 | 218.33 | 0.99 | 0.29 |
| Hex | 1 | 35 | 91 | 63 | 3F | 0 | 2B | DA | 63 | 1D |
| Octal | 1 | 65 | 221 | 143 | 77 | 0 | 53 | 332 | 143 | 35 |
| Binary | 1 | 110101 | 10010001 | 1100011 | 111111 | 0 | 101011 | 11011010 | 1100011 | 11101 |
Color Harmonies of #013591
Complementary color
Monochromatic Colors of #013591
Black with #013591
Text Example
Text Example
White with #013591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013591; }
p { color: rgb(1,53,145); }
H1.HeaderClassName
{
color: #013591;
}
.AnyTagClassName
{
color: #013591;
}
</style>
background-color css
<style>
a { background-color: #013591; }
a { background-color: rgb(1,53,145); }
div.DivClassName
{
background-color: #013591;
}
.BgClassName
{
background-color: #013591;
}
</style>
border-color css
<style>
span { border-color: #013591; }
span { border-color: rgb(1,53,145); }
td.TdClassName
{
border-color: #013591;
}
.TagClassName
{
border-color: #013591;
}
</style>