Shades of Smalt #0E3698
Tints of Smalt #0E3698
RGB
CMYK
RGB Variations
Color information
#0E3698 (or 0x0E3698) is known color: Smalt. HEX triplet: 0E, 36 and 98. RGB value is (14,54,152). Sum of RGB (Red+Green+Blue) = 14+54+152=220 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.36% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 152 (59.77% from 255 or 69.09% from 220); Max value from RGB is 152 - color contains mainly: blue. Hex color #0E3698 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3698 is #F1C967. Grayscale: #343434. Windows color (decimal): -15845736 or 9975310. OLE color: 9975310.
HSL color Cylindrical-coordinate representation of color #0E3698: hue angle of 222.61º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E3698 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 14 | 54 | 152 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.40 |
| HSL | 222.61º | 0.83% | 0.33% | - |
| HSV(B) | 222.61º | 0.91% | 0.6% | - |
| XYZ | 7.17 | 5 | 30.29 | - |
| YUV | 53.21 | 183.75 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 54 | 152 | 0.91 | 0.64 | 0 | 0.40 | 222.61 | 0.83 | 0.33 |
| Hex | E | 36 | 98 | 5B | 40 | 0 | 28 | DF | 53 | 21 |
| Octal | 16 | 66 | 230 | 133 | 100 | 0 | 50 | 337 | 123 | 41 |
| Binary | 1110 | 110110 | 10011000 | 1011011 | 1000000 | 0 | 101000 | 11011111 | 1010011 | 100001 |
Color Harmonies of #0E3698
Complementary color
Monochromatic Colors of #0E3698
Black with #0E3698
Text Example
Text Example
White with #0E3698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3698; }
p { color: rgb(14,54,152); }
H1.HeaderClassName
{
color: #0E3698;
}
.AnyTagClassName
{
color: #0E3698;
}
</style>
background-color css
<style>
a { background-color: #0E3698; }
a { background-color: rgb(14,54,152); }
div.DivClassName
{
background-color: #0E3698;
}
.BgClassName
{
background-color: #0E3698;
}
</style>
border-color css
<style>
span { border-color: #0E3698; }
span { border-color: rgb(14,54,152); }
td.TdClassName
{
border-color: #0E3698;
}
.TagClassName
{
border-color: #0E3698;
}
</style>