Shades of Smalt #002891
Tints of Smalt #002891
RGB
CMYK
RGB Variations
Color information
#002891 (or 0x002891) is known color: Smalt. HEX triplet: 00, 28 and 91. RGB value is (0,40,145). Sum of RGB (Red+Green+Blue) = 0+40+145=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 145 (57.03% from 255 or 78.38% from 185); Max value from RGB is 145 - color contains mainly: blue. Hex color #002891 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002891 is #FFD76E. Grayscale: #272727. Windows color (decimal): -16766831 or 9512960. OLE color: 9512960.
HSL color Cylindrical-coordinate representation of color #002891: hue angle of 223.45º 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 #002891 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 40 | 145 | - |
| CMYK | 1 | 0.72 | 0 | 0.43 |
| HSL | 223.45º | 1% | 0.28% | - |
| HSV(B) | 223.45º | 1% | 0.57% | - |
| XYZ | 5.87 | 3.56 | 27.17 | - |
| YUV | 40.01 | 187.25 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 145 | 1 | 0.72 | 0 | 0.43 | 223.45 | 1 | 0.28 |
| Hex | 0 | 28 | 91 | 64 | 48 | 0 | 2B | DF | 64 | 1C |
| Octal | 0 | 50 | 221 | 144 | 110 | 0 | 53 | 337 | 144 | 34 |
| Binary | 0 | 101000 | 10010001 | 1100100 | 1001000 | 0 | 101011 | 11011111 | 1100100 | 11100 |
Color Harmonies of #002891
Complementary color
Monochromatic Colors of #002891
Black with #002891
Text Example
Text Example
White with #002891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002891; }
p { color: rgb(0,40,145); }
H1.HeaderClassName
{
color: #002891;
}
.AnyTagClassName
{
color: #002891;
}
</style>
background-color css
<style>
a { background-color: #002891; }
a { background-color: rgb(0,40,145); }
div.DivClassName
{
background-color: #002891;
}
.BgClassName
{
background-color: #002891;
}
</style>
border-color css
<style>
span { border-color: #002891; }
span { border-color: rgb(0,40,145); }
td.TdClassName
{
border-color: #002891;
}
.TagClassName
{
border-color: #002891;
}
</style>