Shades of Smalt #002987
Tints of Smalt #002987
RGB
CMYK
RGB Variations
Color information
#002987 (or 0x002987) is known color: Smalt. HEX triplet: 00, 29 and 87. RGB value is (0,41,135). Sum of RGB (Red+Green+Blue) = 0+41+135=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 135 (53.12% from 255 or 76.70% from 176); Max value from RGB is 135 - color contains mainly: blue. Hex color #002987 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002987 is #FFD678. Grayscale: #272727. Windows color (decimal): -16766585 or 8857856. OLE color: 8857856.
HSL color Cylindrical-coordinate representation of color #002987: hue angle of 221.78º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002987 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 41 | 135 | - |
| CMYK | 1 | 0.70 | 0 | 0.47 |
| HSL | 221.78º | 1% | 0.26% | - |
| HSV(B) | 221.78º | 1% | 0.53% | - |
| XYZ | 5.17 | 3.34 | 23.29 | - |
| YUV | 39.46 | 181.92 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 41 | 135 | 1 | 0.70 | 0 | 0.47 | 221.78 | 1 | 0.26 |
| Hex | 0 | 29 | 87 | 64 | 46 | 0 | 2F | DE | 64 | 1A |
| Octal | 0 | 51 | 207 | 144 | 106 | 0 | 57 | 336 | 144 | 32 |
| Binary | 0 | 101001 | 10000111 | 1100100 | 1000110 | 0 | 101111 | 11011110 | 1100100 | 11010 |
Color Harmonies of #002987
Complementary color
Monochromatic Colors of #002987
Black with #002987
Text Example
Text Example
White with #002987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002987; }
p { color: rgb(0,41,135); }
H1.HeaderClassName
{
color: #002987;
}
.AnyTagClassName
{
color: #002987;
}
</style>
background-color css
<style>
a { background-color: #002987; }
a { background-color: rgb(0,41,135); }
div.DivClassName
{
background-color: #002987;
}
.BgClassName
{
background-color: #002987;
}
</style>
border-color css
<style>
span { border-color: #002987; }
span { border-color: rgb(0,41,135); }
td.TdClassName
{
border-color: #002987;
}
.TagClassName
{
border-color: #002987;
}
</style>