Shades of Smalt #0E4595
Tints of Smalt #0E4595
RGB
CMYK
RGB Variations
Color information
#0E4595 (or 0x0E4595) is known color: Smalt. HEX triplet: 0E, 45 and 95. RGB value is (14,69,149). Sum of RGB (Red+Green+Blue) = 14+69+149=232 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.03% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 149 (58.59% from 255 or 64.22% from 232); Max value from RGB is 149 - color contains mainly: blue. Hex color #0E4595 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E4595 is #F1BA6A. Grayscale: #3D3D3D. Windows color (decimal): -15841899 or 9782542. OLE color: 9782542.
HSL color Cylindrical-coordinate representation of color #0E4595: hue angle of 215.56º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E4595 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 69 | 149 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.42 |
| HSL | 215.56º | 0.83% | 0.32% | - |
| HSV(B) | 215.56º | 0.91% | 0.58% | - |
| XYZ | 7.73 | 6.52 | 29.28 | - |
| YUV | 61.68 | 177.28 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 69 | 149 | 0.91 | 0.54 | 0 | 0.42 | 215.56 | 0.83 | 0.32 |
| Hex | E | 45 | 95 | 5B | 36 | 0 | 2A | D8 | 53 | 20 |
| Octal | 16 | 105 | 225 | 133 | 66 | 0 | 52 | 330 | 123 | 40 |
| Binary | 1110 | 1000101 | 10010101 | 1011011 | 110110 | 0 | 101010 | 11011000 | 1010011 | 100000 |
Color Harmonies of #0E4595
Complementary color
Monochromatic Colors of #0E4595
Black with #0E4595
Text Example
Text Example
White with #0E4595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4595; }
p { color: rgb(14,69,149); }
H1.HeaderClassName
{
color: #0E4595;
}
.AnyTagClassName
{
color: #0E4595;
}
</style>
background-color css
<style>
a { background-color: #0E4595; }
a { background-color: rgb(14,69,149); }
div.DivClassName
{
background-color: #0E4595;
}
.BgClassName
{
background-color: #0E4595;
}
</style>
border-color css
<style>
span { border-color: #0E4595; }
span { border-color: rgb(14,69,149); }
td.TdClassName
{
border-color: #0E4595;
}
.TagClassName
{
border-color: #0E4595;
}
</style>