Shades of Smalt #0E2F89
Tints of Smalt #0E2F89
RGB
CMYK
RGB Variations
Color information
#0E2F89 (or 0x0E2F89) is known color: Smalt. HEX triplet: 0E, 2F and 89. RGB value is (14,47,137). Sum of RGB (Red+Green+Blue) = 14+47+137=198 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.07% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 137 (53.91% from 255 or 69.19% from 198); Max value from RGB is 137 - color contains mainly: blue. Hex color #0E2F89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2F89 is #F1D076. Grayscale: #2F2F2F. Windows color (decimal): -15847543 or 8990478. OLE color: 8990478.
HSL color Cylindrical-coordinate representation of color #0E2F89: hue angle of 223.9º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E2F89 is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 14 | 47 | 137 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.46 |
| HSL | 223.9º | 0.81% | 0.3% | - |
| HSV(B) | 223.9º | 0.9% | 0.54% | - |
| XYZ | 5.71 | 3.93 | 24.12 | - |
| YUV | 47.39 | 178.57 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 47 | 137 | 0.90 | 0.66 | 0 | 0.46 | 223.9 | 0.81 | 0.3 |
| Hex | E | 2F | 89 | 5A | 42 | 0 | 2E | E0 | 51 | 1E |
| Octal | 16 | 57 | 211 | 132 | 102 | 0 | 56 | 340 | 121 | 36 |
| Binary | 1110 | 101111 | 10001001 | 1011010 | 1000010 | 0 | 101110 | 11100000 | 1010001 | 11110 |
Color Harmonies of #0E2F89
Complementary color
Monochromatic Colors of #0E2F89
Black with #0E2F89
Text Example
Text Example
White with #0E2F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2F89; }
p { color: rgb(14,47,137); }
H1.HeaderClassName
{
color: #0E2F89;
}
.AnyTagClassName
{
color: #0E2F89;
}
</style>
background-color css
<style>
a { background-color: #0E2F89; }
a { background-color: rgb(14,47,137); }
div.DivClassName
{
background-color: #0E2F89;
}
.BgClassName
{
background-color: #0E2F89;
}
</style>
border-color css
<style>
span { border-color: #0E2F89; }
span { border-color: rgb(14,47,137); }
td.TdClassName
{
border-color: #0E2F89;
}
.TagClassName
{
border-color: #0E2F89;
}
</style>