Shades of Smalt #0E3397
Tints of Smalt #0E3397
RGB
CMYK
RGB Variations
Color information
#0E3397 (or 0x0E3397) is known color: Smalt. HEX triplet: 0E, 33 and 97. RGB value is (14,51,151). Sum of RGB (Red+Green+Blue) = 14+51+151=216 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.48% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 151 (59.38% from 255 or 69.91% from 216); Max value from RGB is 151 - color contains mainly: blue. Hex color #0E3397 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3397 is #F1CC68. Grayscale: #323232. Windows color (decimal): -15846505 or 9909006. OLE color: 9909006.
HSL color Cylindrical-coordinate representation of color #0E3397: hue angle of 223.8º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E3397 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 14 | 51 | 151 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.41 |
| HSL | 223.8º | 0.83% | 0.32% | - |
| HSV(B) | 223.8º | 0.91% | 0.59% | - |
| XYZ | 6.95 | 4.7 | 29.82 | - |
| YUV | 51.34 | 184.24 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 51 | 151 | 0.91 | 0.66 | 0 | 0.41 | 223.8 | 0.83 | 0.32 |
| Hex | E | 33 | 97 | 5B | 42 | 0 | 29 | E0 | 53 | 20 |
| Octal | 16 | 63 | 227 | 133 | 102 | 0 | 51 | 340 | 123 | 40 |
| Binary | 1110 | 110011 | 10010111 | 1011011 | 1000010 | 0 | 101001 | 11100000 | 1010011 | 100000 |
Color Harmonies of #0E3397
Complementary color
Monochromatic Colors of #0E3397
Black with #0E3397
Text Example
Text Example
White with #0E3397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3397; }
p { color: rgb(14,51,151); }
H1.HeaderClassName
{
color: #0E3397;
}
.AnyTagClassName
{
color: #0E3397;
}
</style>
background-color css
<style>
a { background-color: #0E3397; }
a { background-color: rgb(14,51,151); }
div.DivClassName
{
background-color: #0E3397;
}
.BgClassName
{
background-color: #0E3397;
}
</style>
border-color css
<style>
span { border-color: #0E3397; }
span { border-color: rgb(14,51,151); }
td.TdClassName
{
border-color: #0E3397;
}
.TagClassName
{
border-color: #0E3397;
}
</style>