Shades of Smalt #014196
Tints of Smalt #014196
RGB
CMYK
RGB Variations
Color information
#014196 (or 0x014196) is known color: Smalt. HEX triplet: 01, 41 and 96. RGB value is (1,65,150). Sum of RGB (Red+Green+Blue) = 1+65+150=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 150 (58.98% from 255 or 69.44% from 216); Max value from RGB is 150 - color contains mainly: blue. Hex color #014196 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014196 is #FEBE69. Grayscale: #373737. Windows color (decimal): -16694890 or 9847041. OLE color: 9847041.
HSL color Cylindrical-coordinate representation of color #014196: hue angle of 214.23º 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 #014196 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 65 | 150 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.41 |
| HSL | 214.23º | 0.99% | 0.3% | - |
| HSV(B) | 214.23º | 0.99% | 0.59% | - |
| XYZ | 7.41 | 5.99 | 29.62 | - |
| YUV | 55.55 | 181.3 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 150 | 0.99 | 0.57 | 0 | 0.41 | 214.23 | 0.99 | 0.3 |
| Hex | 1 | 41 | 96 | 63 | 39 | 0 | 29 | D6 | 63 | 1E |
| Octal | 1 | 101 | 226 | 143 | 71 | 0 | 51 | 326 | 143 | 36 |
| Binary | 1 | 1000001 | 10010110 | 1100011 | 111001 | 0 | 101001 | 11010110 | 1100011 | 11110 |
Color Harmonies of #014196
Complementary color
Monochromatic Colors of #014196
Black with #014196
Text Example
Text Example
White with #014196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014196; }
p { color: rgb(1,65,150); }
H1.HeaderClassName
{
color: #014196;
}
.AnyTagClassName
{
color: #014196;
}
</style>
background-color css
<style>
a { background-color: #014196; }
a { background-color: rgb(1,65,150); }
div.DivClassName
{
background-color: #014196;
}
.BgClassName
{
background-color: #014196;
}
</style>
border-color css
<style>
span { border-color: #014196; }
span { border-color: rgb(1,65,150); }
td.TdClassName
{
border-color: #014196;
}
.TagClassName
{
border-color: #014196;
}
</style>