Shades of Smalt #013A8E
Tints of Smalt #013A8E
RGB
CMYK
RGB Variations
Color information
#013A8E (or 0x013A8E) is known color: Smalt. HEX triplet: 01, 3A and 8E. RGB value is (1,58,142). Sum of RGB (Red+Green+Blue) = 1+58+142=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 58 (23.05% from 255 or 28.86% from 201); Blue value is 142 (55.86% from 255 or 70.65% from 201); Max value from RGB is 142 - color contains mainly: blue. Hex color #013A8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013A8E is #FEC571. Grayscale: #323232. Windows color (decimal): -16696690 or 9320961. OLE color: 9320961.
HSL color Cylindrical-coordinate representation of color #013A8E: hue angle of 215.74º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013A8E is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 58 | 142 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.44 |
| HSL | 215.74º | 0.99% | 0.28% | - |
| HSV(B) | 215.74º | 0.99% | 0.56% | - |
| XYZ | 6.41 | 4.99 | 26.22 | - |
| YUV | 50.53 | 179.62 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 58 | 142 | 0.99 | 0.59 | 0 | 0.44 | 215.74 | 0.99 | 0.28 |
| Hex | 1 | 3A | 8E | 63 | 3B | 0 | 2C | D8 | 63 | 1C |
| Octal | 1 | 72 | 216 | 143 | 73 | 0 | 54 | 330 | 143 | 34 |
| Binary | 1 | 111010 | 10001110 | 1100011 | 111011 | 0 | 101100 | 11011000 | 1100011 | 11100 |
Color Harmonies of #013A8E
Complementary color
Monochromatic Colors of #013A8E
Black with #013A8E
Text Example
Text Example
White with #013A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013A8E; }
p { color: rgb(1,58,142); }
H1.HeaderClassName
{
color: #013A8E;
}
.AnyTagClassName
{
color: #013A8E;
}
</style>
background-color css
<style>
a { background-color: #013A8E; }
a { background-color: rgb(1,58,142); }
div.DivClassName
{
background-color: #013A8E;
}
.BgClassName
{
background-color: #013A8E;
}
</style>
border-color css
<style>
span { border-color: #013A8E; }
span { border-color: rgb(1,58,142); }
td.TdClassName
{
border-color: #013A8E;
}
.TagClassName
{
border-color: #013A8E;
}
</style>