Shades of Smalt #013CA0
Tints of Smalt #013CA0
RGB
CMYK
RGB Variations
Color information
#013CA0 (or 0x013CA0) is known color: Smalt. HEX triplet: 01, 3C and A0. RGB value is (1,60,160). Sum of RGB (Red+Green+Blue) = 1+60+160=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 160 (62.89% from 255 or 72.40% from 221); Max value from RGB is 160 - color contains mainly: blue. Hex color #013CA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013CA0 is #FEC35F. Grayscale: #353535. Windows color (decimal): -16696160 or 10501121. OLE color: 10501121.
HSL color Cylindrical-coordinate representation of color #013CA0: hue angle of 217.74º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013CA0 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 60 | 160 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.37 |
| HSL | 217.74º | 0.99% | 0.32% | - |
| HSV(B) | 217.74º | 0.99% | 0.63% | - |
| XYZ | 7.97 | 5.78 | 33.95 | - |
| YUV | 53.76 | 187.95 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 60 | 160 | 0.99 | 0.62 | 0 | 0.37 | 217.74 | 0.99 | 0.32 |
| Hex | 1 | 3C | A0 | 63 | 3E | 0 | 25 | DA | 63 | 20 |
| Octal | 1 | 74 | 240 | 143 | 76 | 0 | 45 | 332 | 143 | 40 |
| Binary | 1 | 111100 | 10100000 | 1100011 | 111110 | 0 | 100101 | 11011010 | 1100011 | 100000 |
Color Harmonies of #013CA0
Complementary color
Monochromatic Colors of #013CA0
Black with #013CA0
Text Example
Text Example
White with #013CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013CA0; }
p { color: rgb(1,60,160); }
H1.HeaderClassName
{
color: #013CA0;
}
.AnyTagClassName
{
color: #013CA0;
}
</style>
background-color css
<style>
a { background-color: #013CA0; }
a { background-color: rgb(1,60,160); }
div.DivClassName
{
background-color: #013CA0;
}
.BgClassName
{
background-color: #013CA0;
}
</style>
border-color css
<style>
span { border-color: #013CA0; }
span { border-color: rgb(1,60,160); }
td.TdClassName
{
border-color: #013CA0;
}
.TagClassName
{
border-color: #013CA0;
}
</style>