Shades of Medium Blue #0E0BCA
Tints of Medium Blue #0E0BCA
RGB
CMYK
RGB Variations
Color information
#0E0BCA (or 0x0E0BCA) is known color: Medium Blue. HEX triplet: 0E, 0B and CA. RGB value is (14,11,202). Sum of RGB (Red+Green+Blue) = 14+11+202=227 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.17% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 202 (79.30% from 255 or 88.99% from 227); Max value from RGB is 202 - color contains mainly: blue. Hex color #0E0BCA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E0BCA is #F1F435. Grayscale: #202020. Windows color (decimal): -15856694 or 13241102. OLE color: 13241102.
HSL color Cylindrical-coordinate representation of color #0E0BCA: hue angle of 240.94º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E0BCA is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 11 | 202 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.21 |
| HSL | 240.94º | 0.9% | 0.42% | - |
| HSV(B) | 240.94º | 0.95% | 0.79% | - |
| XYZ | 10.96 | 4.6 | 56.19 | - |
| YUV | 33.67 | 222.99 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 11 | 202 | 0.93 | 0.95 | 0 | 0.21 | 240.94 | 0.9 | 0.42 |
| Hex | E | B | CA | 5D | 5F | 0 | 15 | F1 | 5A | 2A |
| Octal | 16 | 13 | 312 | 135 | 137 | 0 | 25 | 361 | 132 | 52 |
| Binary | 1110 | 1011 | 11001010 | 1011101 | 1011111 | 0 | 10101 | 11110001 | 1011010 | 101010 |
Color Harmonies of #0E0BCA
Complementary color
Monochromatic Colors of #0E0BCA
Black with #0E0BCA
Text Example
Text Example
White with #0E0BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0BCA; }
p { color: rgb(14,11,202); }
H1.HeaderClassName
{
color: #0E0BCA;
}
.AnyTagClassName
{
color: #0E0BCA;
}
</style>
background-color css
<style>
a { background-color: #0E0BCA; }
a { background-color: rgb(14,11,202); }
div.DivClassName
{
background-color: #0E0BCA;
}
.BgClassName
{
background-color: #0E0BCA;
}
</style>
border-color css
<style>
span { border-color: #0E0BCA; }
span { border-color: rgb(14,11,202); }
td.TdClassName
{
border-color: #0E0BCA;
}
.TagClassName
{
border-color: #0E0BCA;
}
</style>