Shades of Medium Blue #0E0CC0
Tints of Medium Blue #0E0CC0
RGB
CMYK
RGB Variations
Color information
#0E0CC0 (or 0x0E0CC0) is known color: Medium Blue. HEX triplet: 0E, 0C and C0. RGB value is (14,12,192). Sum of RGB (Red+Green+Blue) = 14+12+192=218 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.42% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 192 (75.39% from 255 or 88.07% from 218); Max value from RGB is 192 - color contains mainly: blue. Hex color #0E0CC0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E0CC0 is #F1F33F. Grayscale: #202020. Windows color (decimal): -15856448 or 12585998. OLE color: 12585998.
HSL color Cylindrical-coordinate representation of color #0E0CC0: hue angle of 240.67º degrees, saturation: 0.88, 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 #0E0CC0 is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 12 | 192 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.25 |
| HSL | 240.67º | 0.88% | 0.4% | - |
| HSV(B) | 240.67º | 0.94% | 0.75% | - |
| XYZ | 9.83 | 4.16 | 50.15 | - |
| YUV | 33.12 | 217.66 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 12 | 192 | 0.93 | 0.94 | 0 | 0.25 | 240.67 | 0.88 | 0.4 |
| Hex | E | C | C0 | 5D | 5E | 0 | 19 | F1 | 58 | 28 |
| Octal | 16 | 14 | 300 | 135 | 136 | 0 | 31 | 361 | 130 | 50 |
| Binary | 1110 | 1100 | 11000000 | 1011101 | 1011110 | 0 | 11001 | 11110001 | 1011000 | 101000 |
Color Harmonies of #0E0CC0
Complementary color
Monochromatic Colors of #0E0CC0
Black with #0E0CC0
Text Example
Text Example
White with #0E0CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0CC0; }
p { color: rgb(14,12,192); }
H1.HeaderClassName
{
color: #0E0CC0;
}
.AnyTagClassName
{
color: #0E0CC0;
}
</style>
background-color css
<style>
a { background-color: #0E0CC0; }
a { background-color: rgb(14,12,192); }
div.DivClassName
{
background-color: #0E0CC0;
}
.BgClassName
{
background-color: #0E0CC0;
}
</style>
border-color css
<style>
span { border-color: #0E0CC0; }
span { border-color: rgb(14,12,192); }
td.TdClassName
{
border-color: #0E0CC0;
}
.TagClassName
{
border-color: #0E0CC0;
}
</style>