Shades of Smalt #0E3289
Tints of Smalt #0E3289
RGB
CMYK
RGB Variations
Color information
#0E3289 (or 0x0E3289) is known color: Smalt. HEX triplet: 0E, 32 and 89. RGB value is (14,50,137). Sum of RGB (Red+Green+Blue) = 14+50+137=201 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.97% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 137 (53.91% from 255 or 68.16% from 201); Max value from RGB is 137 - color contains mainly: blue. Hex color #0E3289 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3289 is #F1CD76. Grayscale: #303030. Windows color (decimal): -15846775 or 8991246. OLE color: 8991246.
HSL color Cylindrical-coordinate representation of color #0E3289: hue angle of 222.44º 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 #0E3289 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 14 | 50 | 137 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.46 |
| HSL | 222.44º | 0.81% | 0.3% | - |
| HSV(B) | 222.44º | 0.9% | 0.54% | - |
| XYZ | 5.84 | 4.18 | 24.17 | - |
| YUV | 49.15 | 177.57 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 50 | 137 | 0.90 | 0.64 | 0 | 0.46 | 222.44 | 0.81 | 0.3 |
| Hex | E | 32 | 89 | 5A | 40 | 0 | 2E | DE | 51 | 1E |
| Octal | 16 | 62 | 211 | 132 | 100 | 0 | 56 | 336 | 121 | 36 |
| Binary | 1110 | 110010 | 10001001 | 1011010 | 1000000 | 0 | 101110 | 11011110 | 1010001 | 11110 |
Color Harmonies of #0E3289
Complementary color
Monochromatic Colors of #0E3289
Black with #0E3289
Text Example
Text Example
White with #0E3289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3289; }
p { color: rgb(14,50,137); }
H1.HeaderClassName
{
color: #0E3289;
}
.AnyTagClassName
{
color: #0E3289;
}
</style>
background-color css
<style>
a { background-color: #0E3289; }
a { background-color: rgb(14,50,137); }
div.DivClassName
{
background-color: #0E3289;
}
.BgClassName
{
background-color: #0E3289;
}
</style>
border-color css
<style>
span { border-color: #0E3289; }
span { border-color: rgb(14,50,137); }
td.TdClassName
{
border-color: #0E3289;
}
.TagClassName
{
border-color: #0E3289;
}
</style>