Shades of Smalt #0E2985
Tints of Smalt #0E2985
RGB
CMYK
RGB Variations
Color information
#0E2985 (or 0x0E2985) is known color: Smalt. HEX triplet: 0E, 29 and 85. RGB value is (14,41,133). Sum of RGB (Red+Green+Blue) = 14+41+133=188 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.45% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 133 (52.34% from 255 or 70.74% from 188); Max value from RGB is 133 - color contains mainly: blue. Hex color #0E2985 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2985 is #F1D67A. Grayscale: #2B2B2B. Windows color (decimal): -15849083 or 8726798. OLE color: 8726798.
HSL color Cylindrical-coordinate representation of color #0E2985: hue angle of 226.39º 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 #0E2985 is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 14 | 41 | 133 | - |
| CMYK | 0.89 | 0.69 | 0 | 0.48 |
| HSL | 226.39º | 0.81% | 0.29% | - |
| HSV(B) | 226.39º | 0.89% | 0.52% | - |
| XYZ | 5.21 | 3.37 | 22.57 | - |
| YUV | 43.42 | 178.55 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 41 | 133 | 0.89 | 0.69 | 0 | 0.48 | 226.39 | 0.81 | 0.29 |
| Hex | E | 29 | 85 | 59 | 45 | 0 | 30 | E2 | 51 | 1D |
| Octal | 16 | 51 | 205 | 131 | 105 | 0 | 60 | 342 | 121 | 35 |
| Binary | 1110 | 101001 | 10000101 | 1011001 | 1000101 | 0 | 110000 | 11100010 | 1010001 | 11101 |
Color Harmonies of #0E2985
Complementary color
Monochromatic Colors of #0E2985
Black with #0E2985
Text Example
Text Example
White with #0E2985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2985; }
p { color: rgb(14,41,133); }
H1.HeaderClassName
{
color: #0E2985;
}
.AnyTagClassName
{
color: #0E2985;
}
</style>
background-color css
<style>
a { background-color: #0E2985; }
a { background-color: rgb(14,41,133); }
div.DivClassName
{
background-color: #0E2985;
}
.BgClassName
{
background-color: #0E2985;
}
</style>
border-color css
<style>
span { border-color: #0E2985; }
span { border-color: rgb(14,41,133); }
td.TdClassName
{
border-color: #0E2985;
}
.TagClassName
{
border-color: #0E2985;
}
</style>