Shades of Smalt #013C95
Tints of Smalt #013C95
RGB
CMYK
RGB Variations
Color information
#013C95 (or 0x013C95) is known color: Smalt. HEX triplet: 01, 3C and 95. RGB value is (1,60,149). Sum of RGB (Red+Green+Blue) = 1+60+149=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 149 (58.59% from 255 or 70.95% from 210); Max value from RGB is 149 - color contains mainly: blue. Hex color #013C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013C95 is #FEC36A. Grayscale: #343434. Windows color (decimal): -16696171 or 9780225. OLE color: 9780225.
HSL color Cylindrical-coordinate representation of color #013C95: hue angle of 216.08º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013C95 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 60 | 149 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.42 |
| HSL | 216.08º | 0.99% | 0.29% | - |
| HSV(B) | 216.08º | 0.99% | 0.58% | - |
| XYZ | 7.05 | 5.41 | 29.11 | - |
| YUV | 52.51 | 182.45 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 60 | 149 | 0.99 | 0.60 | 0 | 0.42 | 216.08 | 0.99 | 0.29 |
| Hex | 1 | 3C | 95 | 63 | 3C | 0 | 2A | D8 | 63 | 1D |
| Octal | 1 | 74 | 225 | 143 | 74 | 0 | 52 | 330 | 143 | 35 |
| Binary | 1 | 111100 | 10010101 | 1100011 | 111100 | 0 | 101010 | 11011000 | 1100011 | 11101 |
Color Harmonies of #013C95
Complementary color
Monochromatic Colors of #013C95
Black with #013C95
Text Example
Text Example
White with #013C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013C95; }
p { color: rgb(1,60,149); }
H1.HeaderClassName
{
color: #013C95;
}
.AnyTagClassName
{
color: #013C95;
}
</style>
background-color css
<style>
a { background-color: #013C95; }
a { background-color: rgb(1,60,149); }
div.DivClassName
{
background-color: #013C95;
}
.BgClassName
{
background-color: #013C95;
}
</style>
border-color css
<style>
span { border-color: #013C95; }
span { border-color: rgb(1,60,149); }
td.TdClassName
{
border-color: #013C95;
}
.TagClassName
{
border-color: #013C95;
}
</style>