Shades of Smalt #0E2D87
Tints of Smalt #0E2D87
RGB
CMYK
RGB Variations
Color information
#0E2D87 (or 0x0E2D87) is known color: Smalt. HEX triplet: 0E, 2D and 87. RGB value is (14,45,135). Sum of RGB (Red+Green+Blue) = 14+45+135=194 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.22% from 194); Green value is 45 (17.97% from 255 or 23.20% from 194); Blue value is 135 (53.12% from 255 or 69.59% from 194); Max value from RGB is 135 - color contains mainly: blue. Hex color #0E2D87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2D87 is #F1D278. Grayscale: #2D2D2D. Windows color (decimal): -15848057 or 8858894. OLE color: 8858894.
HSL color Cylindrical-coordinate representation of color #0E2D87: hue angle of 224.63º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E2D87 is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 14 | 45 | 135 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.47 |
| HSL | 224.63º | 0.81% | 0.29% | - |
| HSV(B) | 224.63º | 0.9% | 0.53% | - |
| XYZ | 5.49 | 3.72 | 23.35 | - |
| YUV | 45.99 | 178.23 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 45 | 135 | 0.90 | 0.67 | 0 | 0.47 | 224.63 | 0.81 | 0.29 |
| Hex | E | 2D | 87 | 5A | 43 | 0 | 2F | E1 | 51 | 1D |
| Octal | 16 | 55 | 207 | 132 | 103 | 0 | 57 | 341 | 121 | 35 |
| Binary | 1110 | 101101 | 10000111 | 1011010 | 1000011 | 0 | 101111 | 11100001 | 1010001 | 11101 |
Color Harmonies of #0E2D87
Complementary color
Monochromatic Colors of #0E2D87
Black with #0E2D87
Text Example
Text Example
White with #0E2D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2D87; }
p { color: rgb(14,45,135); }
H1.HeaderClassName
{
color: #0E2D87;
}
.AnyTagClassName
{
color: #0E2D87;
}
</style>
background-color css
<style>
a { background-color: #0E2D87; }
a { background-color: rgb(14,45,135); }
div.DivClassName
{
background-color: #0E2D87;
}
.BgClassName
{
background-color: #0E2D87;
}
</style>
border-color css
<style>
span { border-color: #0E2D87; }
span { border-color: rgb(14,45,135); }
td.TdClassName
{
border-color: #0E2D87;
}
.TagClassName
{
border-color: #0E2D87;
}
</style>