Shades of Smalt #013C8D
Tints of Smalt #013C8D
RGB
CMYK
RGB Variations
Color information
#013C8D (or 0x013C8D) is known color: Smalt. HEX triplet: 01, 3C and 8D. RGB value is (1,60,141). Sum of RGB (Red+Green+Blue) = 1+60+141=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 141 (55.47% from 255 or 69.80% from 202); Max value from RGB is 141 - color contains mainly: blue. Hex color #013C8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013C8D is #FEC372. Grayscale: #333333. Windows color (decimal): -16696179 or 9255937. OLE color: 9255937.
HSL color Cylindrical-coordinate representation of color #013C8D: hue angle of 214.71º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013C8D is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 60 | 141 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.45 |
| HSL | 214.71º | 0.99% | 0.28% | - |
| HSV(B) | 214.71º | 0.99% | 0.55% | - |
| XYZ | 6.44 | 5.16 | 25.86 | - |
| YUV | 51.59 | 178.45 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 60 | 141 | 0.99 | 0.57 | 0 | 0.45 | 214.71 | 0.99 | 0.28 |
| Hex | 1 | 3C | 8D | 63 | 39 | 0 | 2D | D7 | 63 | 1C |
| Octal | 1 | 74 | 215 | 143 | 71 | 0 | 55 | 327 | 143 | 34 |
| Binary | 1 | 111100 | 10001101 | 1100011 | 111001 | 0 | 101101 | 11010111 | 1100011 | 11100 |
Color Harmonies of #013C8D
Complementary color
Monochromatic Colors of #013C8D
Black with #013C8D
Text Example
Text Example
White with #013C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013C8D; }
p { color: rgb(1,60,141); }
H1.HeaderClassName
{
color: #013C8D;
}
.AnyTagClassName
{
color: #013C8D;
}
</style>
background-color css
<style>
a { background-color: #013C8D; }
a { background-color: rgb(1,60,141); }
div.DivClassName
{
background-color: #013C8D;
}
.BgClassName
{
background-color: #013C8D;
}
</style>
border-color css
<style>
span { border-color: #013C8D; }
span { border-color: rgb(1,60,141); }
td.TdClassName
{
border-color: #013C8D;
}
.TagClassName
{
border-color: #013C8D;
}
</style>