Shades of Smalt #0E338C
Tints of Smalt #0E338C
RGB
CMYK
RGB Variations
Color information
#0E338C (or 0x0E338C) is known color: Smalt. HEX triplet: 0E, 33 and 8C. RGB value is (14,51,140). Sum of RGB (Red+Green+Blue) = 14+51+140=205 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.83% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 140 (55.08% from 255 or 68.29% from 205); Max value from RGB is 140 - color contains mainly: blue. Hex color #0E338C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E338C is #F1CC73. Grayscale: #313131. Windows color (decimal): -15846516 or 9188110. OLE color: 9188110.
HSL color Cylindrical-coordinate representation of color #0E338C: hue angle of 222.38º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E338C is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 14 | 51 | 140 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.45 |
| HSL | 222.38º | 0.82% | 0.3% | - |
| HSV(B) | 222.38º | 0.9% | 0.55% | - |
| XYZ | 6.1 | 4.35 | 25.33 | - |
| YUV | 50.08 | 178.74 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 51 | 140 | 0.90 | 0.64 | 0 | 0.45 | 222.38 | 0.82 | 0.3 |
| Hex | E | 33 | 8C | 5A | 40 | 0 | 2D | DE | 52 | 1E |
| Octal | 16 | 63 | 214 | 132 | 100 | 0 | 55 | 336 | 122 | 36 |
| Binary | 1110 | 110011 | 10001100 | 1011010 | 1000000 | 0 | 101101 | 11011110 | 1010010 | 11110 |
Color Harmonies of #0E338C
Complementary color
Monochromatic Colors of #0E338C
Black with #0E338C
Text Example
Text Example
White with #0E338C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E338C; }
p { color: rgb(14,51,140); }
H1.HeaderClassName
{
color: #0E338C;
}
.AnyTagClassName
{
color: #0E338C;
}
</style>
background-color css
<style>
a { background-color: #0E338C; }
a { background-color: rgb(14,51,140); }
div.DivClassName
{
background-color: #0E338C;
}
.BgClassName
{
background-color: #0E338C;
}
</style>
border-color css
<style>
span { border-color: #0E338C; }
span { border-color: rgb(14,51,140); }
td.TdClassName
{
border-color: #0E338C;
}
.TagClassName
{
border-color: #0E338C;
}
</style>