Shades of Smalt #013DA0
Tints of Smalt #013DA0
RGB
CMYK
RGB Variations
Color information
#013DA0 (or 0x013DA0) is known color: Smalt. HEX triplet: 01, 3D and A0. RGB value is (1,61,160). Sum of RGB (Red+Green+Blue) = 1+61+160=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 61 (24.22% from 255 or 27.48% from 222); Blue value is 160 (62.89% from 255 or 72.07% from 222); Max value from RGB is 160 - color contains mainly: blue. Hex color #013DA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013DA0 is #FEC25F. Grayscale: #353535. Windows color (decimal): -16695904 or 10501377. OLE color: 10501377.
HSL color Cylindrical-coordinate representation of color #013DA0: hue angle of 217.36º 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 #013DA0 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 61 | 160 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.37 |
| HSL | 217.36º | 0.99% | 0.32% | - |
| HSV(B) | 217.36º | 0.99% | 0.63% | - |
| XYZ | 8.03 | 5.88 | 33.97 | - |
| YUV | 54.35 | 187.62 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 160 | 0.99 | 0.62 | 0 | 0.37 | 217.36 | 0.99 | 0.32 |
| Hex | 1 | 3D | A0 | 63 | 3E | 0 | 25 | D9 | 63 | 20 |
| Octal | 1 | 75 | 240 | 143 | 76 | 0 | 45 | 331 | 143 | 40 |
| Binary | 1 | 111101 | 10100000 | 1100011 | 111110 | 0 | 100101 | 11011001 | 1100011 | 100000 |
Color Harmonies of #013DA0
Complementary color
Monochromatic Colors of #013DA0
Black with #013DA0
Text Example
Text Example
White with #013DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013DA0; }
p { color: rgb(1,61,160); }
H1.HeaderClassName
{
color: #013DA0;
}
.AnyTagClassName
{
color: #013DA0;
}
</style>
background-color css
<style>
a { background-color: #013DA0; }
a { background-color: rgb(1,61,160); }
div.DivClassName
{
background-color: #013DA0;
}
.BgClassName
{
background-color: #013DA0;
}
</style>
border-color css
<style>
span { border-color: #013DA0; }
span { border-color: rgb(1,61,160); }
td.TdClassName
{
border-color: #013DA0;
}
.TagClassName
{
border-color: #013DA0;
}
</style>