Shades of Smalt #013C98
Tints of Smalt #013C98
RGB
CMYK
RGB Variations
Color information
#013C98 (or 0x013C98) is known color: Smalt. HEX triplet: 01, 3C and 98. RGB value is (1,60,152). Sum of RGB (Red+Green+Blue) = 1+60+152=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 152 (59.77% from 255 or 71.36% from 213); Max value from RGB is 152 - color contains mainly: blue. Hex color #013C98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013C98 is #FEC367. Grayscale: #343434. Windows color (decimal): -16696168 or 9976833. OLE color: 9976833.
HSL color Cylindrical-coordinate representation of color #013C98: hue angle of 216.56º 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 #013C98 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 60 | 152 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.40 |
| HSL | 216.56º | 0.99% | 0.3% | - |
| HSV(B) | 216.56º | 0.99% | 0.6% | - |
| XYZ | 7.3 | 5.51 | 30.38 | - |
| YUV | 52.85 | 183.95 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 60 | 152 | 0.99 | 0.61 | 0 | 0.40 | 216.56 | 0.99 | 0.3 |
| Hex | 1 | 3C | 98 | 63 | 3D | 0 | 28 | D9 | 63 | 1E |
| Octal | 1 | 74 | 230 | 143 | 75 | 0 | 50 | 331 | 143 | 36 |
| Binary | 1 | 111100 | 10011000 | 1100011 | 111101 | 0 | 101000 | 11011001 | 1100011 | 11110 |
Color Harmonies of #013C98
Complementary color
Monochromatic Colors of #013C98
Black with #013C98
Text Example
Text Example
White with #013C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013C98; }
p { color: rgb(1,60,152); }
H1.HeaderClassName
{
color: #013C98;
}
.AnyTagClassName
{
color: #013C98;
}
</style>
background-color css
<style>
a { background-color: #013C98; }
a { background-color: rgb(1,60,152); }
div.DivClassName
{
background-color: #013C98;
}
.BgClassName
{
background-color: #013C98;
}
</style>
border-color css
<style>
span { border-color: #013C98; }
span { border-color: rgb(1,60,152); }
td.TdClassName
{
border-color: #013C98;
}
.TagClassName
{
border-color: #013C98;
}
</style>