Shades of Smalt #001E87
Tints of Smalt #001E87
RGB
CMYK
RGB Variations
Color information
#001E87 (or 0x001E87) is known color: Smalt. HEX triplet: 00, 1E and 87. RGB value is (0,30,135). Sum of RGB (Red+Green+Blue) = 0+30+135=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 135 (53.12% from 255 or 81.82% from 165); Max value from RGB is 135 - color contains mainly: blue. Hex color #001E87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001E87 is #FFE178. Grayscale: #202020. Windows color (decimal): -16769401 or 8855040. OLE color: 8855040.
HSL color Cylindrical-coordinate representation of color #001E87: hue angle of 226.67º 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 #001E87 is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 30 | 135 | - |
| CMYK | 1 | 0.78 | 0 | 0.47 |
| HSL | 226.67º | 1% | 0.26% | - |
| HSV(B) | 226.67º | 1% | 0.53% | - |
| XYZ | 4.84 | 2.68 | 23.18 | - |
| YUV | 33 | 185.56 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 135 | 1 | 0.78 | 0 | 0.47 | 226.67 | 1 | 0.26 |
| Hex | 0 | 1E | 87 | 64 | 4E | 0 | 2F | E3 | 64 | 1A |
| Octal | 0 | 36 | 207 | 144 | 116 | 0 | 57 | 343 | 144 | 32 |
| Binary | 0 | 11110 | 10000111 | 1100100 | 1001110 | 0 | 101111 | 11100011 | 1100100 | 11010 |
Color Harmonies of #001E87
Complementary color
Monochromatic Colors of #001E87
Black with #001E87
Text Example
Text Example
White with #001E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001E87; }
p { color: rgb(0,30,135); }
H1.HeaderClassName
{
color: #001E87;
}
.AnyTagClassName
{
color: #001E87;
}
</style>
background-color css
<style>
a { background-color: #001E87; }
a { background-color: rgb(0,30,135); }
div.DivClassName
{
background-color: #001E87;
}
.BgClassName
{
background-color: #001E87;
}
</style>
border-color css
<style>
span { border-color: #001E87; }
span { border-color: rgb(0,30,135); }
td.TdClassName
{
border-color: #001E87;
}
.TagClassName
{
border-color: #001E87;
}
</style>