Shades of Medium Blue #0E0BBF
Tints of Medium Blue #0E0BBF
RGB
CMYK
RGB Variations
Color information
#0E0BBF (or 0x0E0BBF) is known color: Medium Blue. HEX triplet: 0E, 0B and BF. RGB value is (14,11,191). Sum of RGB (Red+Green+Blue) = 14+11+191=216 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.48% from 216); Green value is 11 (4.69% from 255 or 5.09% from 216); Blue value is 191 (75% from 255 or 88.43% from 216); Max value from RGB is 191 - color contains mainly: blue. Hex color #0E0BBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E0BBF is #F1F440. Grayscale: #1F1F1F. Windows color (decimal): -15856705 or 12520206. OLE color: 12520206.
HSL color Cylindrical-coordinate representation of color #0E0BBF: hue angle of 241º 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 #0E0BBF is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 11 | 191 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.25 |
| HSL | 241º | 0.89% | 0.4% | - |
| HSV(B) | 241º | 0.94% | 0.75% | - |
| XYZ | 9.7 | 4.09 | 49.57 | - |
| YUV | 32.42 | 217.49 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 11 | 191 | 0.93 | 0.94 | 0 | 0.25 | 241 | 0.89 | 0.4 |
| Hex | E | B | BF | 5D | 5E | 0 | 19 | F1 | 59 | 28 |
| Octal | 16 | 13 | 277 | 135 | 136 | 0 | 31 | 361 | 131 | 50 |
| Binary | 1110 | 1011 | 10111111 | 1011101 | 1011110 | 0 | 11001 | 11110001 | 1011001 | 101000 |
Color Harmonies of #0E0BBF
Complementary color
Monochromatic Colors of #0E0BBF
Black with #0E0BBF
Text Example
Text Example
White with #0E0BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0BBF; }
p { color: rgb(14,11,191); }
H1.HeaderClassName
{
color: #0E0BBF;
}
.AnyTagClassName
{
color: #0E0BBF;
}
</style>
background-color css
<style>
a { background-color: #0E0BBF; }
a { background-color: rgb(14,11,191); }
div.DivClassName
{
background-color: #0E0BBF;
}
.BgClassName
{
background-color: #0E0BBF;
}
</style>
border-color css
<style>
span { border-color: #0E0BBF; }
span { border-color: rgb(14,11,191); }
td.TdClassName
{
border-color: #0E0BBF;
}
.TagClassName
{
border-color: #0E0BBF;
}
</style>