Shades of Smalt #0E3182
Tints of Smalt #0E3182
RGB
CMYK
RGB Variations
Color information
#0E3182 (or 0x0E3182) is known color: Smalt. HEX triplet: 0E, 31 and 82. RGB value is (14,49,130). Sum of RGB (Red+Green+Blue) = 14+49+130=193 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.25% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 130 (51.17% from 255 or 67.36% from 193); Max value from RGB is 130 - color contains mainly: blue. Hex color #0E3182 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3182 is #F1CE7D. Grayscale: #2F2F2F. Windows color (decimal): -15847038 or 8532238. OLE color: 8532238.
HSL color Cylindrical-coordinate representation of color #0E3182: hue angle of 221.9º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E3182 is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 49 | 130 | - |
| CMYK | 0.89 | 0.62 | 0 | 0.49 |
| HSL | 221.9º | 0.81% | 0.28% | - |
| HSV(B) | 221.9º | 0.89% | 0.51% | - |
| XYZ | 5.31 | 3.9 | 21.59 | - |
| YUV | 47.77 | 174.4 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 49 | 130 | 0.89 | 0.62 | 0 | 0.49 | 221.9 | 0.81 | 0.28 |
| Hex | E | 31 | 82 | 59 | 3E | 0 | 31 | DE | 51 | 1C |
| Octal | 16 | 61 | 202 | 131 | 76 | 0 | 61 | 336 | 121 | 34 |
| Binary | 1110 | 110001 | 10000010 | 1011001 | 111110 | 0 | 110001 | 11011110 | 1010001 | 11100 |
Color Harmonies of #0E3182
Complementary color
Monochromatic Colors of #0E3182
Black with #0E3182
Text Example
Text Example
White with #0E3182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3182; }
p { color: rgb(14,49,130); }
H1.HeaderClassName
{
color: #0E3182;
}
.AnyTagClassName
{
color: #0E3182;
}
</style>
background-color css
<style>
a { background-color: #0E3182; }
a { background-color: rgb(14,49,130); }
div.DivClassName
{
background-color: #0E3182;
}
.BgClassName
{
background-color: #0E3182;
}
</style>
border-color css
<style>
span { border-color: #0E3182; }
span { border-color: rgb(14,49,130); }
td.TdClassName
{
border-color: #0E3182;
}
.TagClassName
{
border-color: #0E3182;
}
</style>