Shades of Medium Blue #0E0CB5
Tints of Medium Blue #0E0CB5
RGB
CMYK
RGB Variations
Color information
#0E0CB5 (or 0x0E0CB5) is known color: Medium Blue. HEX triplet: 0E, 0C and B5. RGB value is (14,12,181). Sum of RGB (Red+Green+Blue) = 14+12+181=207 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.76% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 181 (71.09% from 255 or 87.44% from 207); Max value from RGB is 181 - color contains mainly: blue. Hex color #0E0CB5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E0CB5 is #F1F34A. Grayscale: #1F1F1F. Windows color (decimal): -15856459 or 11865102. OLE color: 11865102.
HSL color Cylindrical-coordinate representation of color #0E0CB5: hue angle of 240.71º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E0CB5 is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 14 | 12 | 181 | - |
| CMYK | 0.92 | 0.93 | 0 | 0.29 |
| HSL | 240.71º | 0.88% | 0.38% | - |
| HSV(B) | 240.71º | 0.93% | 0.71% | - |
| XYZ | 8.65 | 3.69 | 43.97 | - |
| YUV | 31.86 | 212.16 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 12 | 181 | 0.92 | 0.93 | 0 | 0.29 | 240.71 | 0.88 | 0.38 |
| Hex | E | C | B5 | 5C | 5D | 0 | 1D | F1 | 58 | 26 |
| Octal | 16 | 14 | 265 | 134 | 135 | 0 | 35 | 361 | 130 | 46 |
| Binary | 1110 | 1100 | 10110101 | 1011100 | 1011101 | 0 | 11101 | 11110001 | 1011000 | 100110 |
Color Harmonies of #0E0CB5
Complementary color
Monochromatic Colors of #0E0CB5
Black with #0E0CB5
Text Example
Text Example
White with #0E0CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0CB5; }
p { color: rgb(14,12,181); }
H1.HeaderClassName
{
color: #0E0CB5;
}
.AnyTagClassName
{
color: #0E0CB5;
}
</style>
background-color css
<style>
a { background-color: #0E0CB5; }
a { background-color: rgb(14,12,181); }
div.DivClassName
{
background-color: #0E0CB5;
}
.BgClassName
{
background-color: #0E0CB5;
}
</style>
border-color css
<style>
span { border-color: #0E0CB5; }
span { border-color: rgb(14,12,181); }
td.TdClassName
{
border-color: #0E0CB5;
}
.TagClassName
{
border-color: #0E0CB5;
}
</style>