Shades of Smalt #0E3288
Tints of Smalt #0E3288
RGB
CMYK
RGB Variations
Color information
#0E3288 (or 0x0E3288) is known color: Smalt. HEX triplet: 0E, 32 and 88. RGB value is (14,50,136). Sum of RGB (Red+Green+Blue) = 14+50+136=200 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 136 (53.52% from 255 or 68% from 200); Max value from RGB is 136 - color contains mainly: blue. Hex color #0E3288 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3288 is #F1CD77. Grayscale: #303030. Windows color (decimal): -15846776 or 8925710. OLE color: 8925710.
HSL color Cylindrical-coordinate representation of color #0E3288: hue angle of 222.3º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E3288 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 14 | 50 | 136 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.47 |
| HSL | 222.3º | 0.81% | 0.29% | - |
| HSV(B) | 222.3º | 0.9% | 0.53% | - |
| XYZ | 5.77 | 4.15 | 23.79 | - |
| YUV | 49.04 | 177.07 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 50 | 136 | 0.90 | 0.63 | 0 | 0.47 | 222.3 | 0.81 | 0.29 |
| Hex | E | 32 | 88 | 5A | 3F | 0 | 2F | DE | 51 | 1D |
| Octal | 16 | 62 | 210 | 132 | 77 | 0 | 57 | 336 | 121 | 35 |
| Binary | 1110 | 110010 | 10001000 | 1011010 | 111111 | 0 | 101111 | 11011110 | 1010001 | 11101 |
Color Harmonies of #0E3288
Complementary color
Monochromatic Colors of #0E3288
Black with #0E3288
Text Example
Text Example
White with #0E3288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3288; }
p { color: rgb(14,50,136); }
H1.HeaderClassName
{
color: #0E3288;
}
.AnyTagClassName
{
color: #0E3288;
}
</style>
background-color css
<style>
a { background-color: #0E3288; }
a { background-color: rgb(14,50,136); }
div.DivClassName
{
background-color: #0E3288;
}
.BgClassName
{
background-color: #0E3288;
}
</style>
border-color css
<style>
span { border-color: #0E3288; }
span { border-color: rgb(14,50,136); }
td.TdClassName
{
border-color: #0E3288;
}
.TagClassName
{
border-color: #0E3288;
}
</style>