Shades of Smalt #013585
Tints of Smalt #013585
RGB
CMYK
RGB Variations
Color information
#013585 (or 0x013585) is known color: Smalt. HEX triplet: 01, 35 and 85. RGB value is (1,53,133). Sum of RGB (Red+Green+Blue) = 1+53+133=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 133 (52.34% from 255 or 71.12% from 187); Max value from RGB is 133 - color contains mainly: blue. Hex color #013585 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013585 is #FECA7A. Grayscale: #2E2E2E. Windows color (decimal): -16697979 or 8729857. OLE color: 8729857.
HSL color Cylindrical-coordinate representation of color #013585: hue angle of 216.36º 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 #013585 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 53 | 133 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.48 |
| HSL | 216.36º | 0.99% | 0.26% | - |
| HSV(B) | 216.36º | 0.99% | 0.52% | - |
| XYZ | 5.52 | 4.25 | 22.72 | - |
| YUV | 46.57 | 176.77 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 53 | 133 | 0.99 | 0.60 | 0 | 0.48 | 216.36 | 0.99 | 0.26 |
| Hex | 1 | 35 | 85 | 63 | 3C | 0 | 30 | D8 | 63 | 1A |
| Octal | 1 | 65 | 205 | 143 | 74 | 0 | 60 | 330 | 143 | 32 |
| Binary | 1 | 110101 | 10000101 | 1100011 | 111100 | 0 | 110000 | 11011000 | 1100011 | 11010 |
Color Harmonies of #013585
Complementary color
Monochromatic Colors of #013585
Black with #013585
Text Example
Text Example
White with #013585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013585; }
p { color: rgb(1,53,133); }
H1.HeaderClassName
{
color: #013585;
}
.AnyTagClassName
{
color: #013585;
}
</style>
background-color css
<style>
a { background-color: #013585; }
a { background-color: rgb(1,53,133); }
div.DivClassName
{
background-color: #013585;
}
.BgClassName
{
background-color: #013585;
}
</style>
border-color css
<style>
span { border-color: #013585; }
span { border-color: rgb(1,53,133); }
td.TdClassName
{
border-color: #013585;
}
.TagClassName
{
border-color: #013585;
}
</style>