Shades of Smalt #013C91
Tints of Smalt #013C91
RGB
CMYK
RGB Variations
Color information
#013C91 (or 0x013C91) is known color: Smalt. HEX triplet: 01, 3C and 91. RGB value is (1,60,145). Sum of RGB (Red+Green+Blue) = 1+60+145=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 145 (57.03% from 255 or 70.39% from 206); Max value from RGB is 145 - color contains mainly: blue. Hex color #013C91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013C91 is #FEC36E. Grayscale: #333333. Windows color (decimal): -16696175 or 9518081. OLE color: 9518081.
HSL color Cylindrical-coordinate representation of color #013C91: hue angle of 215.42º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013C91 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 60 | 145 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.43 |
| HSL | 215.42º | 0.99% | 0.29% | - |
| HSV(B) | 215.42º | 0.99% | 0.57% | - |
| XYZ | 6.74 | 5.28 | 27.45 | - |
| YUV | 52.05 | 180.45 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 60 | 145 | 0.99 | 0.59 | 0 | 0.43 | 215.42 | 0.99 | 0.29 |
| Hex | 1 | 3C | 91 | 63 | 3B | 0 | 2B | D7 | 63 | 1D |
| Octal | 1 | 74 | 221 | 143 | 73 | 0 | 53 | 327 | 143 | 35 |
| Binary | 1 | 111100 | 10010001 | 1100011 | 111011 | 0 | 101011 | 11010111 | 1100011 | 11101 |
Color Harmonies of #013C91
Complementary color
Monochromatic Colors of #013C91
Black with #013C91
Text Example
Text Example
White with #013C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013C91; }
p { color: rgb(1,60,145); }
H1.HeaderClassName
{
color: #013C91;
}
.AnyTagClassName
{
color: #013C91;
}
</style>
background-color css
<style>
a { background-color: #013C91; }
a { background-color: rgb(1,60,145); }
div.DivClassName
{
background-color: #013C91;
}
.BgClassName
{
background-color: #013C91;
}
</style>
border-color css
<style>
span { border-color: #013C91; }
span { border-color: rgb(1,60,145); }
td.TdClassName
{
border-color: #013C91;
}
.TagClassName
{
border-color: #013C91;
}
</style>