Shades of Smalt #012996
Tints of Smalt #012996
RGB
CMYK
RGB Variations
Color information
#012996 (or 0x012996) is known color: Smalt. HEX triplet: 01, 29 and 96. RGB value is (1,41,150). Sum of RGB (Red+Green+Blue) = 1+41+150=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 150 (58.98% from 255 or 78.12% from 192); Max value from RGB is 150 - color contains mainly: blue. Hex color #012996 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012996 is #FED669. Grayscale: #282828. Windows color (decimal): -16701034 or 9840897. OLE color: 9840897.
HSL color Cylindrical-coordinate representation of color #012996: hue angle of 223.89º 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 #012996 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 41 | 150 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.41 |
| HSL | 223.89º | 0.99% | 0.3% | - |
| HSV(B) | 223.89º | 0.99% | 0.59% | - |
| XYZ | 6.31 | 3.79 | 29.25 | - |
| YUV | 41.47 | 189.25 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 41 | 150 | 0.99 | 0.73 | 0 | 0.41 | 223.89 | 0.99 | 0.3 |
| Hex | 1 | 29 | 96 | 63 | 49 | 0 | 29 | E0 | 63 | 1E |
| Octal | 1 | 51 | 226 | 143 | 111 | 0 | 51 | 340 | 143 | 36 |
| Binary | 1 | 101001 | 10010110 | 1100011 | 1001001 | 0 | 101001 | 11100000 | 1100011 | 11110 |
Color Harmonies of #012996
Complementary color
Monochromatic Colors of #012996
Black with #012996
Text Example
Text Example
White with #012996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012996; }
p { color: rgb(1,41,150); }
H1.HeaderClassName
{
color: #012996;
}
.AnyTagClassName
{
color: #012996;
}
</style>
background-color css
<style>
a { background-color: #012996; }
a { background-color: rgb(1,41,150); }
div.DivClassName
{
background-color: #012996;
}
.BgClassName
{
background-color: #012996;
}
</style>
border-color css
<style>
span { border-color: #012996; }
span { border-color: rgb(1,41,150); }
td.TdClassName
{
border-color: #012996;
}
.TagClassName
{
border-color: #012996;
}
</style>