Shades of Smalt #0E3C90
Tints of Smalt #0E3C90
RGB
CMYK
RGB Variations
Color information
#0E3C90 (or 0x0E3C90) is known color: Smalt. HEX triplet: 0E, 3C and 90. RGB value is (14,60,144). Sum of RGB (Red+Green+Blue) = 14+60+144=218 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.42% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 144 (56.64% from 255 or 66.06% from 218); Max value from RGB is 144 - color contains mainly: blue. Hex color #0E3C90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3C90 is #F1C36F. Grayscale: #373737. Windows color (decimal): -15844208 or 9452558. OLE color: 9452558.
HSL color Cylindrical-coordinate representation of color #0E3C90: hue angle of 218.77º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E3C90 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 14 | 60 | 144 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.44 |
| HSL | 218.77º | 0.82% | 0.31% | - |
| HSV(B) | 218.77º | 0.9% | 0.56% | - |
| XYZ | 6.83 | 5.34 | 27.06 | - |
| YUV | 55.82 | 177.76 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 60 | 144 | 0.90 | 0.58 | 0 | 0.44 | 218.77 | 0.82 | 0.31 |
| Hex | E | 3C | 90 | 5A | 3A | 0 | 2C | DB | 52 | 1F |
| Octal | 16 | 74 | 220 | 132 | 72 | 0 | 54 | 333 | 122 | 37 |
| Binary | 1110 | 111100 | 10010000 | 1011010 | 111010 | 0 | 101100 | 11011011 | 1010010 | 11111 |
Color Harmonies of #0E3C90
Complementary color
Monochromatic Colors of #0E3C90
Black with #0E3C90
Text Example
Text Example
White with #0E3C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3C90; }
p { color: rgb(14,60,144); }
H1.HeaderClassName
{
color: #0E3C90;
}
.AnyTagClassName
{
color: #0E3C90;
}
</style>
background-color css
<style>
a { background-color: #0E3C90; }
a { background-color: rgb(14,60,144); }
div.DivClassName
{
background-color: #0E3C90;
}
.BgClassName
{
background-color: #0E3C90;
}
</style>
border-color css
<style>
span { border-color: #0E3C90; }
span { border-color: rgb(14,60,144); }
td.TdClassName
{
border-color: #0E3C90;
}
.TagClassName
{
border-color: #0E3C90;
}
</style>