Shades of Smalt #013185
Tints of Smalt #013185
RGB
CMYK
RGB Variations
Color information
#013185 (or 0x013185) is known color: Smalt. HEX triplet: 01, 31 and 85. RGB value is (1,49,133). Sum of RGB (Red+Green+Blue) = 1+49+133=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 133 (52.34% from 255 or 72.68% from 183); Max value from RGB is 133 - color contains mainly: blue. Hex color #013185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013185 is #FECE7A. Grayscale: #2B2B2B. Windows color (decimal): -16699003 or 8728833. OLE color: 8728833.
HSL color Cylindrical-coordinate representation of color #013185: hue angle of 218.18º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013185 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 49 | 133 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.48 |
| HSL | 218.18º | 0.99% | 0.26% | - |
| HSV(B) | 218.18º | 0.99% | 0.52% | - |
| XYZ | 5.34 | 3.9 | 22.66 | - |
| YUV | 44.22 | 178.1 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 49 | 133 | 0.99 | 0.63 | 0 | 0.48 | 218.18 | 0.99 | 0.26 |
| Hex | 1 | 31 | 85 | 63 | 3F | 0 | 30 | DA | 63 | 1A |
| Octal | 1 | 61 | 205 | 143 | 77 | 0 | 60 | 332 | 143 | 32 |
| Binary | 1 | 110001 | 10000101 | 1100011 | 111111 | 0 | 110000 | 11011010 | 1100011 | 11010 |
Color Harmonies of #013185
Complementary color
Monochromatic Colors of #013185
Black with #013185
Text Example
Text Example
White with #013185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013185; }
p { color: rgb(1,49,133); }
H1.HeaderClassName
{
color: #013185;
}
.AnyTagClassName
{
color: #013185;
}
</style>
background-color css
<style>
a { background-color: #013185; }
a { background-color: rgb(1,49,133); }
div.DivClassName
{
background-color: #013185;
}
.BgClassName
{
background-color: #013185;
}
</style>
border-color css
<style>
span { border-color: #013185; }
span { border-color: rgb(1,49,133); }
td.TdClassName
{
border-color: #013185;
}
.TagClassName
{
border-color: #013185;
}
</style>