Shades of Smalt #0E388B
Tints of Smalt #0E388B
RGB
CMYK
RGB Variations
Color information
#0E388B (or 0x0E388B) is known color: Smalt. HEX triplet: 0E, 38 and 8B. RGB value is (14,56,139). Sum of RGB (Red+Green+Blue) = 14+56+139=209 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.70% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 139 (54.69% from 255 or 66.51% from 209); Max value from RGB is 139 - color contains mainly: blue. Hex color #0E388B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E388B is #F1C774. Grayscale: #343434. Windows color (decimal): -15845237 or 9123854. OLE color: 9123854.
HSL color Cylindrical-coordinate representation of color #0E388B: hue angle of 219.84º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E388B is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 14 | 56 | 139 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.45 |
| HSL | 219.84º | 0.82% | 0.3% | - |
| HSV(B) | 219.84º | 0.9% | 0.55% | - |
| XYZ | 6.26 | 4.79 | 25.02 | - |
| YUV | 52.9 | 176.59 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 56 | 139 | 0.90 | 0.60 | 0 | 0.45 | 219.84 | 0.82 | 0.3 |
| Hex | E | 38 | 8B | 5A | 3C | 0 | 2D | DC | 52 | 1E |
| Octal | 16 | 70 | 213 | 132 | 74 | 0 | 55 | 334 | 122 | 36 |
| Binary | 1110 | 111000 | 10001011 | 1011010 | 111100 | 0 | 101101 | 11011100 | 1010010 | 11110 |
Color Harmonies of #0E388B
Complementary color
Monochromatic Colors of #0E388B
Black with #0E388B
Text Example
Text Example
White with #0E388B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E388B; }
p { color: rgb(14,56,139); }
H1.HeaderClassName
{
color: #0E388B;
}
.AnyTagClassName
{
color: #0E388B;
}
</style>
background-color css
<style>
a { background-color: #0E388B; }
a { background-color: rgb(14,56,139); }
div.DivClassName
{
background-color: #0E388B;
}
.BgClassName
{
background-color: #0E388B;
}
</style>
border-color css
<style>
span { border-color: #0E388B; }
span { border-color: rgb(14,56,139); }
td.TdClassName
{
border-color: #0E388B;
}
.TagClassName
{
border-color: #0E388B;
}
</style>