Shades of Smalt #002991
Tints of Smalt #002991
RGB
CMYK
RGB Variations
Color information
#002991 (or 0x002991) is known color: Smalt. HEX triplet: 00, 29 and 91. RGB value is (0,41,145). Sum of RGB (Red+Green+Blue) = 0+41+145=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 145 (57.03% from 255 or 77.96% from 186); Max value from RGB is 145 - color contains mainly: blue. Hex color #002991 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002991 is #FFD66E. Grayscale: #282828. Windows color (decimal): -16766575 or 9513216. OLE color: 9513216.
HSL color Cylindrical-coordinate representation of color #002991: hue angle of 223.03º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002991 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 41 | 145 | - |
| CMYK | 1 | 0.72 | 0 | 0.43 |
| HSL | 223.03º | 1% | 0.28% | - |
| HSV(B) | 223.03º | 1% | 0.57% | - |
| XYZ | 5.9 | 3.63 | 27.18 | - |
| YUV | 40.6 | 186.92 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 41 | 145 | 1 | 0.72 | 0 | 0.43 | 223.03 | 1 | 0.28 |
| Hex | 0 | 29 | 91 | 64 | 48 | 0 | 2B | DF | 64 | 1C |
| Octal | 0 | 51 | 221 | 144 | 110 | 0 | 53 | 337 | 144 | 34 |
| Binary | 0 | 101001 | 10010001 | 1100100 | 1001000 | 0 | 101011 | 11011111 | 1100100 | 11100 |
Color Harmonies of #002991
Complementary color
Monochromatic Colors of #002991
Black with #002991
Text Example
Text Example
White with #002991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002991; }
p { color: rgb(0,41,145); }
H1.HeaderClassName
{
color: #002991;
}
.AnyTagClassName
{
color: #002991;
}
</style>
background-color css
<style>
a { background-color: #002991; }
a { background-color: rgb(0,41,145); }
div.DivClassName
{
background-color: #002991;
}
.BgClassName
{
background-color: #002991;
}
</style>
border-color css
<style>
span { border-color: #002991; }
span { border-color: rgb(0,41,145); }
td.TdClassName
{
border-color: #002991;
}
.TagClassName
{
border-color: #002991;
}
</style>