Shades of Smalt #0E3485
Tints of Smalt #0E3485
RGB
CMYK
RGB Variations
Color information
#0E3485 (or 0x0E3485) is known color: Smalt. HEX triplet: 0E, 34 and 85. RGB value is (14,52,133). Sum of RGB (Red+Green+Blue) = 14+52+133=199 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.04% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 133 (52.34% from 255 or 66.83% from 199); Max value from RGB is 133 - color contains mainly: blue. Hex color #0E3485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3485 is #F1CB7A. Grayscale: #313131. Windows color (decimal): -15846267 or 8729614. OLE color: 8729614.
HSL color Cylindrical-coordinate representation of color #0E3485: hue angle of 220.84º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E3485 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 14 | 52 | 133 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.48 |
| HSL | 220.84º | 0.81% | 0.29% | - |
| HSV(B) | 220.84º | 0.89% | 0.52% | - |
| XYZ | 5.64 | 4.24 | 22.71 | - |
| YUV | 49.87 | 174.91 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 52 | 133 | 0.89 | 0.61 | 0 | 0.48 | 220.84 | 0.81 | 0.29 |
| Hex | E | 34 | 85 | 59 | 3D | 0 | 30 | DD | 51 | 1D |
| Octal | 16 | 64 | 205 | 131 | 75 | 0 | 60 | 335 | 121 | 35 |
| Binary | 1110 | 110100 | 10000101 | 1011001 | 111101 | 0 | 110000 | 11011101 | 1010001 | 11101 |
Color Harmonies of #0E3485
Complementary color
Monochromatic Colors of #0E3485
Black with #0E3485
Text Example
Text Example
White with #0E3485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3485; }
p { color: rgb(14,52,133); }
H1.HeaderClassName
{
color: #0E3485;
}
.AnyTagClassName
{
color: #0E3485;
}
</style>
background-color css
<style>
a { background-color: #0E3485; }
a { background-color: rgb(14,52,133); }
div.DivClassName
{
background-color: #0E3485;
}
.BgClassName
{
background-color: #0E3485;
}
</style>
border-color css
<style>
span { border-color: #0E3485; }
span { border-color: rgb(14,52,133); }
td.TdClassName
{
border-color: #0E3485;
}
.TagClassName
{
border-color: #0E3485;
}
</style>