Shades of Smalt #012991
Tints of Smalt #012991
RGB
CMYK
RGB Variations
Color information
#012991 (or 0x012991) is known color: Smalt. HEX triplet: 01, 29 and 91. RGB value is (1,41,145). Sum of RGB (Red+Green+Blue) = 1+41+145=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 145 (57.03% from 255 or 77.54% from 187); Max value from RGB is 145 - color contains mainly: blue. Hex color #012991 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012991 is #FED66E. Grayscale: #282828. Windows color (decimal): -16701039 or 9513217. OLE color: 9513217.
HSL color Cylindrical-coordinate representation of color #012991: hue angle of 223.33º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012991 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 41 | 145 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.43 |
| HSL | 223.33º | 0.99% | 0.29% | - |
| HSV(B) | 223.33º | 0.99% | 0.57% | - |
| XYZ | 5.92 | 3.64 | 27.18 | - |
| YUV | 40.9 | 186.75 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 41 | 145 | 0.99 | 0.72 | 0 | 0.43 | 223.33 | 0.99 | 0.29 |
| Hex | 1 | 29 | 91 | 63 | 48 | 0 | 2B | DF | 63 | 1D |
| Octal | 1 | 51 | 221 | 143 | 110 | 0 | 53 | 337 | 143 | 35 |
| Binary | 1 | 101001 | 10010001 | 1100011 | 1001000 | 0 | 101011 | 11011111 | 1100011 | 11101 |
Color Harmonies of #012991
Complementary color
Monochromatic Colors of #012991
Black with #012991
Text Example
Text Example
White with #012991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012991; }
p { color: rgb(1,41,145); }
H1.HeaderClassName
{
color: #012991;
}
.AnyTagClassName
{
color: #012991;
}
</style>
background-color css
<style>
a { background-color: #012991; }
a { background-color: rgb(1,41,145); }
div.DivClassName
{
background-color: #012991;
}
.BgClassName
{
background-color: #012991;
}
</style>
border-color css
<style>
span { border-color: #012991; }
span { border-color: rgb(1,41,145); }
td.TdClassName
{
border-color: #012991;
}
.TagClassName
{
border-color: #012991;
}
</style>