Shades of Smalt #002187
Tints of Smalt #002187
RGB
CMYK
RGB Variations
Color information
#002187 (or 0x002187) is known color: Smalt. HEX triplet: 00, 21 and 87. RGB value is (0,33,135). Sum of RGB (Red+Green+Blue) = 0+33+135=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 135 (53.12% from 255 or 80.36% from 168); Max value from RGB is 135 - color contains mainly: blue. Hex color #002187 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002187 is #FFDE78. Grayscale: #222222. Windows color (decimal): -16768633 or 8855808. OLE color: 8855808.
HSL color Cylindrical-coordinate representation of color #002187: hue angle of 225.33º 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 #002187 is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 33 | 135 | - |
| CMYK | 1 | 0.76 | 0 | 0.47 |
| HSL | 225.33º | 1% | 0.26% | - |
| HSV(B) | 225.33º | 1% | 0.53% | - |
| XYZ | 4.92 | 2.84 | 23.21 | - |
| YUV | 34.76 | 184.57 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 33 | 135 | 1 | 0.76 | 0 | 0.47 | 225.33 | 1 | 0.26 |
| Hex | 0 | 21 | 87 | 64 | 4C | 0 | 2F | E1 | 64 | 1A |
| Octal | 0 | 41 | 207 | 144 | 114 | 0 | 57 | 341 | 144 | 32 |
| Binary | 0 | 100001 | 10000111 | 1100100 | 1001100 | 0 | 101111 | 11100001 | 1100100 | 11010 |
Color Harmonies of #002187
Complementary color
Monochromatic Colors of #002187
Black with #002187
Text Example
Text Example
White with #002187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002187; }
p { color: rgb(0,33,135); }
H1.HeaderClassName
{
color: #002187;
}
.AnyTagClassName
{
color: #002187;
}
</style>
background-color css
<style>
a { background-color: #002187; }
a { background-color: rgb(0,33,135); }
div.DivClassName
{
background-color: #002187;
}
.BgClassName
{
background-color: #002187;
}
</style>
border-color css
<style>
span { border-color: #002187; }
span { border-color: rgb(0,33,135); }
td.TdClassName
{
border-color: #002187;
}
.TagClassName
{
border-color: #002187;
}
</style>