Shades of Smalt #013DA1
Tints of Smalt #013DA1
RGB
CMYK
RGB Variations
Color information
#013DA1 (or 0x013DA1) is known color: Smalt. HEX triplet: 01, 3D and A1. RGB value is (1,61,161). Sum of RGB (Red+Green+Blue) = 1+61+161=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 61 (24.22% from 255 or 27.35% from 223); Blue value is 161 (63.28% from 255 or 72.20% from 223); Max value from RGB is 161 - color contains mainly: blue. Hex color #013DA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013DA1 is #FEC25E. Grayscale: #353535. Windows color (decimal): -16695903 or 10566913. OLE color: 10566913.
HSL color Cylindrical-coordinate representation of color #013DA1: hue angle of 217.5º 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 #013DA1 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 61 | 161 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.37 |
| HSL | 217.5º | 0.99% | 0.32% | - |
| HSV(B) | 217.5º | 0.99% | 0.63% | - |
| XYZ | 8.11 | 5.92 | 34.43 | - |
| YUV | 54.46 | 188.12 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 161 | 0.99 | 0.62 | 0 | 0.37 | 217.5 | 0.99 | 0.32 |
| Hex | 1 | 3D | A1 | 63 | 3E | 0 | 25 | DA | 63 | 20 |
| Octal | 1 | 75 | 241 | 143 | 76 | 0 | 45 | 332 | 143 | 40 |
| Binary | 1 | 111101 | 10100001 | 1100011 | 111110 | 0 | 100101 | 11011010 | 1100011 | 100000 |
Color Harmonies of #013DA1
Complementary color
Monochromatic Colors of #013DA1
Black with #013DA1
Text Example
Text Example
White with #013DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013DA1; }
p { color: rgb(1,61,161); }
H1.HeaderClassName
{
color: #013DA1;
}
.AnyTagClassName
{
color: #013DA1;
}
</style>
background-color css
<style>
a { background-color: #013DA1; }
a { background-color: rgb(1,61,161); }
div.DivClassName
{
background-color: #013DA1;
}
.BgClassName
{
background-color: #013DA1;
}
</style>
border-color css
<style>
span { border-color: #013DA1; }
span { border-color: rgb(1,61,161); }
td.TdClassName
{
border-color: #013DA1;
}
.TagClassName
{
border-color: #013DA1;
}
</style>