Shades of Medium Blue #0E0BC0
Tints of Medium Blue #0E0BC0
RGB
CMYK
RGB Variations
Color information
#0E0BC0 (or 0x0E0BC0) is known color: Medium Blue. HEX triplet: 0E, 0B and C0. RGB value is (14,11,192). Sum of RGB (Red+Green+Blue) = 14+11+192=217 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.45% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 192 (75.39% from 255 or 88.48% from 217); Max value from RGB is 192 - color contains mainly: blue. Hex color #0E0BC0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E0BC0 is #F1F43F. Grayscale: #1F1F1F. Windows color (decimal): -15856704 or 12585742. OLE color: 12585742.
HSL color Cylindrical-coordinate representation of color #0E0BC0: hue angle of 240.99º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E0BC0 is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 11 | 192 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.25 |
| HSL | 240.99º | 0.89% | 0.4% | - |
| HSV(B) | 240.99º | 0.94% | 0.75% | - |
| XYZ | 9.82 | 4.14 | 50.15 | - |
| YUV | 32.53 | 217.99 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 11 | 192 | 0.93 | 0.94 | 0 | 0.25 | 240.99 | 0.89 | 0.4 |
| Hex | E | B | C0 | 5D | 5E | 0 | 19 | F1 | 59 | 28 |
| Octal | 16 | 13 | 300 | 135 | 136 | 0 | 31 | 361 | 131 | 50 |
| Binary | 1110 | 1011 | 11000000 | 1011101 | 1011110 | 0 | 11001 | 11110001 | 1011001 | 101000 |
Color Harmonies of #0E0BC0
Complementary color
Monochromatic Colors of #0E0BC0
Black with #0E0BC0
Text Example
Text Example
White with #0E0BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0BC0; }
p { color: rgb(14,11,192); }
H1.HeaderClassName
{
color: #0E0BC0;
}
.AnyTagClassName
{
color: #0E0BC0;
}
</style>
background-color css
<style>
a { background-color: #0E0BC0; }
a { background-color: rgb(14,11,192); }
div.DivClassName
{
background-color: #0E0BC0;
}
.BgClassName
{
background-color: #0E0BC0;
}
</style>
border-color css
<style>
span { border-color: #0E0BC0; }
span { border-color: rgb(14,11,192); }
td.TdClassName
{
border-color: #0E0BC0;
}
.TagClassName
{
border-color: #0E0BC0;
}
</style>