Shades of Medium Blue #0E00BB
Tints of Medium Blue #0E00BB
RGB
CMYK
RGB Variations
Color information
#0E00BB (or 0x0E00BB) is known color: Medium Blue. HEX triplet: 0E, 00 and BB. RGB value is (14,0,187). Sum of RGB (Red+Green+Blue) = 14+0+187=201 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.97% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 187 (73.44% from 255 or 93.03% from 201); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E00BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E00BB is #F1FF44. Grayscale: #181818. Windows color (decimal): -15859525 or 12255246. OLE color: 12255246.
HSL color Cylindrical-coordinate representation of color #0E00BB: hue angle of 244.49º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E00BB is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 0 | 187 | - |
| CMYK | 0.93 | 1 | 0 | 0.27 |
| HSL | 244.49º | 1% | 0.37% | - |
| HSV(B) | 244.49º | 1% | 0.73% | - |
| XYZ | 9.15 | 3.68 | 47.24 | - |
| YUV | 25.5 | 219.14 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 0 | 187 | 0.93 | 1 | 0 | 0.27 | 244.49 | 1 | 0.37 |
| Hex | E | 0 | BB | 5D | 64 | 0 | 1B | F4 | 64 | 25 |
| Octal | 16 | 0 | 273 | 135 | 144 | 0 | 33 | 364 | 144 | 45 |
| Binary | 1110 | 0 | 10111011 | 1011101 | 1100100 | 0 | 11011 | 11110100 | 1100100 | 100101 |
Color Harmonies of #0E00BB
Complementary color
Monochromatic Colors of #0E00BB
Black with #0E00BB
Text Example
Text Example
White with #0E00BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E00BB; }
p { color: rgb(14,0,187); }
H1.HeaderClassName
{
color: #0E00BB;
}
.AnyTagClassName
{
color: #0E00BB;
}
</style>
background-color css
<style>
a { background-color: #0E00BB; }
a { background-color: rgb(14,0,187); }
div.DivClassName
{
background-color: #0E00BB;
}
.BgClassName
{
background-color: #0E00BB;
}
</style>
border-color css
<style>
span { border-color: #0E00BB; }
span { border-color: rgb(14,0,187); }
td.TdClassName
{
border-color: #0E00BB;
}
.TagClassName
{
border-color: #0E00BB;
}
</style>