Shades of Smalt #014197
Tints of Smalt #014197
RGB
CMYK
RGB Variations
Color information
#014197 (or 0x014197) is known color: Smalt. HEX triplet: 01, 41 and 97. RGB value is (1,65,151). Sum of RGB (Red+Green+Blue) = 1+65+151=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 151 (59.38% from 255 or 69.59% from 217); Max value from RGB is 151 - color contains mainly: blue. Hex color #014197 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014197 is #FEBE68. Grayscale: #373737. Windows color (decimal): -16694889 or 9912577. OLE color: 9912577.
HSL color Cylindrical-coordinate representation of color #014197: hue angle of 214.4º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014197 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 65 | 151 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.41 |
| HSL | 214.4º | 0.99% | 0.3% | - |
| HSV(B) | 214.4º | 0.99% | 0.59% | - |
| XYZ | 7.49 | 6.02 | 30.05 | - |
| YUV | 55.67 | 181.8 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 151 | 0.99 | 0.57 | 0 | 0.41 | 214.4 | 0.99 | 0.3 |
| Hex | 1 | 41 | 97 | 63 | 39 | 0 | 29 | D6 | 63 | 1E |
| Octal | 1 | 101 | 227 | 143 | 71 | 0 | 51 | 326 | 143 | 36 |
| Binary | 1 | 1000001 | 10010111 | 1100011 | 111001 | 0 | 101001 | 11010110 | 1100011 | 11110 |
Color Harmonies of #014197
Complementary color
Monochromatic Colors of #014197
Black with #014197
Text Example
Text Example
White with #014197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014197; }
p { color: rgb(1,65,151); }
H1.HeaderClassName
{
color: #014197;
}
.AnyTagClassName
{
color: #014197;
}
</style>
background-color css
<style>
a { background-color: #014197; }
a { background-color: rgb(1,65,151); }
div.DivClassName
{
background-color: #014197;
}
.BgClassName
{
background-color: #014197;
}
</style>
border-color css
<style>
span { border-color: #014197; }
span { border-color: rgb(1,65,151); }
td.TdClassName
{
border-color: #014197;
}
.TagClassName
{
border-color: #014197;
}
</style>