Shades of Smalt #014199
Tints of Smalt #014199
RGB
CMYK
RGB Variations
Color information
#014199 (or 0x014199) is known color: Smalt. HEX triplet: 01, 41 and 99. RGB value is (1,65,153). Sum of RGB (Red+Green+Blue) = 1+65+153=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 153 (60.16% from 255 or 69.86% from 219); Max value from RGB is 153 - color contains mainly: blue. Hex color #014199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014199 is #FEBE66. Grayscale: #373737. Windows color (decimal): -16694887 or 10043649. OLE color: 10043649.
HSL color Cylindrical-coordinate representation of color #014199: hue angle of 214.74º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014199 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 65 | 153 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.4 |
| HSL | 214.74º | 0.99% | 0.3% | - |
| HSV(B) | 214.74º | 0.99% | 0.6% | - |
| XYZ | 7.65 | 6.09 | 30.91 | - |
| YUV | 55.9 | 182.8 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 153 | 0.99 | 0.58 | 0 | 0.4 | 214.74 | 0.99 | 0.3 |
| Hex | 1 | 41 | 99 | 63 | 3A | 0 | 28 | D7 | 63 | 1E |
| Octal | 1 | 101 | 231 | 143 | 72 | 0 | 50 | 327 | 143 | 36 |
| Binary | 1 | 1000001 | 10011001 | 1100011 | 111010 | 0 | 101000 | 11010111 | 1100011 | 11110 |
Color Harmonies of #014199
Complementary color
Monochromatic Colors of #014199
Black with #014199
Text Example
Text Example
White with #014199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014199; }
p { color: rgb(1,65,153); }
H1.HeaderClassName
{
color: #014199;
}
.AnyTagClassName
{
color: #014199;
}
</style>
background-color css
<style>
a { background-color: #014199; }
a { background-color: rgb(1,65,153); }
div.DivClassName
{
background-color: #014199;
}
.BgClassName
{
background-color: #014199;
}
</style>
border-color css
<style>
span { border-color: #014199; }
span { border-color: rgb(1,65,153); }
td.TdClassName
{
border-color: #014199;
}
.TagClassName
{
border-color: #014199;
}
</style>