Shades of Smalt #013D98
Tints of Smalt #013D98
RGB
CMYK
RGB Variations
Color information
#013D98 (or 0x013D98) is known color: Smalt. HEX triplet: 01, 3D and 98. RGB value is (1,61,152). Sum of RGB (Red+Green+Blue) = 1+61+152=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 152 (59.77% from 255 or 71.03% from 214); Max value from RGB is 152 - color contains mainly: blue. Hex color #013D98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013D98 is #FEC267. Grayscale: #353535. Windows color (decimal): -16695912 or 9977089. OLE color: 9977089.
HSL color Cylindrical-coordinate representation of color #013D98: hue angle of 216.16º 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 #013D98 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 61 | 152 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.40 |
| HSL | 216.16º | 0.99% | 0.3% | - |
| HSV(B) | 216.16º | 0.99% | 0.6% | - |
| XYZ | 7.35 | 5.61 | 30.4 | - |
| YUV | 53.43 | 183.62 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 152 | 0.99 | 0.60 | 0 | 0.40 | 216.16 | 0.99 | 0.3 |
| Hex | 1 | 3D | 98 | 63 | 3C | 0 | 28 | D8 | 63 | 1E |
| Octal | 1 | 75 | 230 | 143 | 74 | 0 | 50 | 330 | 143 | 36 |
| Binary | 1 | 111101 | 10011000 | 1100011 | 111100 | 0 | 101000 | 11011000 | 1100011 | 11110 |
Color Harmonies of #013D98
Complementary color
Monochromatic Colors of #013D98
Black with #013D98
Text Example
Text Example
White with #013D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013D98; }
p { color: rgb(1,61,152); }
H1.HeaderClassName
{
color: #013D98;
}
.AnyTagClassName
{
color: #013D98;
}
</style>
background-color css
<style>
a { background-color: #013D98; }
a { background-color: rgb(1,61,152); }
div.DivClassName
{
background-color: #013D98;
}
.BgClassName
{
background-color: #013D98;
}
</style>
border-color css
<style>
span { border-color: #013D98; }
span { border-color: rgb(1,61,152); }
td.TdClassName
{
border-color: #013D98;
}
.TagClassName
{
border-color: #013D98;
}
</style>