Shades of Medium Blue #0E0BB5
Tints of Medium Blue #0E0BB5
RGB
CMYK
RGB Variations
Color information
#0E0BB5 (or 0x0E0BB5) is known color: Medium Blue. HEX triplet: 0E, 0B and B5. RGB value is (14,11,181). Sum of RGB (Red+Green+Blue) = 14+11+181=206 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.80% from 206); Green value is 11 (4.69% from 255 or 5.34% from 206); Blue value is 181 (71.09% from 255 or 87.86% from 206); Max value from RGB is 181 - color contains mainly: blue. Hex color #0E0BB5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E0BB5 is #F1F44A. Grayscale: #1E1E1E. Windows color (decimal): -15856715 or 11864846. OLE color: 11864846.
HSL color Cylindrical-coordinate representation of color #0E0BB5: hue angle of 241.06º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E0BB5 is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 14 | 11 | 181 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.29 |
| HSL | 241.06º | 0.89% | 0.38% | - |
| HSV(B) | 241.06º | 0.94% | 0.71% | - |
| XYZ | 8.64 | 3.67 | 43.97 | - |
| YUV | 31.28 | 212.49 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 11 | 181 | 0.92 | 0.94 | 0 | 0.29 | 241.06 | 0.89 | 0.38 |
| Hex | E | B | B5 | 5C | 5E | 0 | 1D | F1 | 59 | 26 |
| Octal | 16 | 13 | 265 | 134 | 136 | 0 | 35 | 361 | 131 | 46 |
| Binary | 1110 | 1011 | 10110101 | 1011100 | 1011110 | 0 | 11101 | 11110001 | 1011001 | 100110 |
Color Harmonies of #0E0BB5
Complementary color
Monochromatic Colors of #0E0BB5
Black with #0E0BB5
Text Example
Text Example
White with #0E0BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0BB5; }
p { color: rgb(14,11,181); }
H1.HeaderClassName
{
color: #0E0BB5;
}
.AnyTagClassName
{
color: #0E0BB5;
}
</style>
background-color css
<style>
a { background-color: #0E0BB5; }
a { background-color: rgb(14,11,181); }
div.DivClassName
{
background-color: #0E0BB5;
}
.BgClassName
{
background-color: #0E0BB5;
}
</style>
border-color css
<style>
span { border-color: #0E0BB5; }
span { border-color: rgb(14,11,181); }
td.TdClassName
{
border-color: #0E0BB5;
}
.TagClassName
{
border-color: #0E0BB5;
}
</style>