Shades of Smalt #0E2C83
Tints of Smalt #0E2C83
RGB
CMYK
RGB Variations
Color information
#0E2C83 (or 0x0E2C83) is known color: Smalt. HEX triplet: 0E, 2C and 83. RGB value is (14,44,131). Sum of RGB (Red+Green+Blue) = 14+44+131=189 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.41% from 189); Green value is 44 (17.58% from 255 or 23.28% from 189); Blue value is 131 (51.56% from 255 or 69.31% from 189); Max value from RGB is 131 - color contains mainly: blue. Hex color #0E2C83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2C83 is #F1D37C. Grayscale: #2C2C2C. Windows color (decimal): -15848317 or 8596494. OLE color: 8596494.
HSL color Cylindrical-coordinate representation of color #0E2C83: hue angle of 224.62º 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 #0E2C83 is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 44 | 131 | - |
| CMYK | 0.89 | 0.66 | 0 | 0.49 |
| HSL | 224.62º | 0.81% | 0.28% | - |
| HSV(B) | 224.62º | 0.89% | 0.51% | - |
| XYZ | 5.18 | 3.53 | 21.88 | - |
| YUV | 44.95 | 176.56 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 44 | 131 | 0.89 | 0.66 | 0 | 0.49 | 224.62 | 0.81 | 0.28 |
| Hex | E | 2C | 83 | 59 | 42 | 0 | 31 | E1 | 51 | 1C |
| Octal | 16 | 54 | 203 | 131 | 102 | 0 | 61 | 341 | 121 | 34 |
| Binary | 1110 | 101100 | 10000011 | 1011001 | 1000010 | 0 | 110001 | 11100001 | 1010001 | 11100 |
Color Harmonies of #0E2C83
Complementary color
Monochromatic Colors of #0E2C83
Black with #0E2C83
Text Example
Text Example
White with #0E2C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2C83; }
p { color: rgb(14,44,131); }
H1.HeaderClassName
{
color: #0E2C83;
}
.AnyTagClassName
{
color: #0E2C83;
}
</style>
background-color css
<style>
a { background-color: #0E2C83; }
a { background-color: rgb(14,44,131); }
div.DivClassName
{
background-color: #0E2C83;
}
.BgClassName
{
background-color: #0E2C83;
}
</style>
border-color css
<style>
span { border-color: #0E2C83; }
span { border-color: rgb(14,44,131); }
td.TdClassName
{
border-color: #0E2C83;
}
.TagClassName
{
border-color: #0E2C83;
}
</style>