Shades of Smalt #013D9A
Tints of Smalt #013D9A
RGB
CMYK
RGB Variations
Color information
#013D9A (or 0x013D9A) is known color: Smalt. HEX triplet: 01, 3D and 9A. RGB value is (1,61,154). Sum of RGB (Red+Green+Blue) = 1+61+154=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 61 (24.22% from 255 or 28.24% from 216); Blue value is 154 (60.55% from 255 or 71.30% from 216); Max value from RGB is 154 - color contains mainly: blue. Hex color #013D9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013D9A is #FEC265. Grayscale: #353535. Windows color (decimal): -16695910 or 10108161. OLE color: 10108161.
HSL color Cylindrical-coordinate representation of color #013D9A: hue angle of 216.47º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013D9A is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 61 | 154 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.40 |
| HSL | 216.47º | 0.99% | 0.3% | - |
| HSV(B) | 216.47º | 0.99% | 0.6% | - |
| XYZ | 7.51 | 5.68 | 31.27 | - |
| YUV | 53.66 | 184.62 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 154 | 0.99 | 0.60 | 0 | 0.40 | 216.47 | 0.99 | 0.3 |
| Hex | 1 | 3D | 9A | 63 | 3C | 0 | 28 | D8 | 63 | 1E |
| Octal | 1 | 75 | 232 | 143 | 74 | 0 | 50 | 330 | 143 | 36 |
| Binary | 1 | 111101 | 10011010 | 1100011 | 111100 | 0 | 101000 | 11011000 | 1100011 | 11110 |
Color Harmonies of #013D9A
Complementary color
Monochromatic Colors of #013D9A
Black with #013D9A
Text Example
Text Example
White with #013D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013D9A; }
p { color: rgb(1,61,154); }
H1.HeaderClassName
{
color: #013D9A;
}
.AnyTagClassName
{
color: #013D9A;
}
</style>
background-color css
<style>
a { background-color: #013D9A; }
a { background-color: rgb(1,61,154); }
div.DivClassName
{
background-color: #013D9A;
}
.BgClassName
{
background-color: #013D9A;
}
</style>
border-color css
<style>
span { border-color: #013D9A; }
span { border-color: rgb(1,61,154); }
td.TdClassName
{
border-color: #013D9A;
}
.TagClassName
{
border-color: #013D9A;
}
</style>