Shades of Smalt #0E2F93
Tints of Smalt #0E2F93
RGB
CMYK
RGB Variations
Color information
#0E2F93 (or 0x0E2F93) is known color: Smalt. HEX triplet: 0E, 2F and 93. RGB value is (14,47,147). Sum of RGB (Red+Green+Blue) = 14+47+147=208 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.73% from 208); Green value is 47 (18.75% from 255 or 22.60% from 208); Blue value is 147 (57.81% from 255 or 70.67% from 208); Max value from RGB is 147 - color contains mainly: blue. Hex color #0E2F93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2F93 is #F1D06C. Grayscale: #303030. Windows color (decimal): -15847533 or 9645838. OLE color: 9645838.
HSL color Cylindrical-coordinate representation of color #0E2F93: hue angle of 225.11º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E2F93 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 47 | 147 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.42 |
| HSL | 225.11º | 0.83% | 0.32% | - |
| HSV(B) | 225.11º | 0.9% | 0.58% | - |
| XYZ | 6.46 | 4.23 | 28.08 | - |
| YUV | 48.53 | 183.57 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 47 | 147 | 0.90 | 0.68 | 0 | 0.42 | 225.11 | 0.83 | 0.32 |
| Hex | E | 2F | 93 | 5A | 44 | 0 | 2A | E1 | 53 | 20 |
| Octal | 16 | 57 | 223 | 132 | 104 | 0 | 52 | 341 | 123 | 40 |
| Binary | 1110 | 101111 | 10010011 | 1011010 | 1000100 | 0 | 101010 | 11100001 | 1010011 | 100000 |
Color Harmonies of #0E2F93
Complementary color
Monochromatic Colors of #0E2F93
Black with #0E2F93
Text Example
Text Example
White with #0E2F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2F93; }
p { color: rgb(14,47,147); }
H1.HeaderClassName
{
color: #0E2F93;
}
.AnyTagClassName
{
color: #0E2F93;
}
</style>
background-color css
<style>
a { background-color: #0E2F93; }
a { background-color: rgb(14,47,147); }
div.DivClassName
{
background-color: #0E2F93;
}
.BgClassName
{
background-color: #0E2F93;
}
</style>
border-color css
<style>
span { border-color: #0E2F93; }
span { border-color: rgb(14,47,147); }
td.TdClassName
{
border-color: #0E2F93;
}
.TagClassName
{
border-color: #0E2F93;
}
</style>