Shades of Medium Blue #0E02BB
Tints of Medium Blue #0E02BB
RGB
CMYK
RGB Variations
Color information
#0E02BB (or 0x0E02BB) is known color: Medium Blue. HEX triplet: 0E, 02 and BB. RGB value is (14,2,187). Sum of RGB (Red+Green+Blue) = 14+2+187=203 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.90% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 187 (73.44% from 255 or 92.12% from 203); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E02BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E02BB is #F1FD44. Grayscale: #191919. Windows color (decimal): -15859013 or 12255758. OLE color: 12255758.
HSL color Cylindrical-coordinate representation of color #0E02BB: hue angle of 243.89º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E02BB is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 2 | 187 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.27 |
| HSL | 243.89º | 0.98% | 0.37% | - |
| HSV(B) | 243.89º | 0.99% | 0.73% | - |
| XYZ | 9.17 | 3.72 | 47.25 | - |
| YUV | 26.68 | 218.48 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 2 | 187 | 0.93 | 0.99 | 0 | 0.27 | 243.89 | 0.98 | 0.37 |
| Hex | E | 2 | BB | 5D | 63 | 0 | 1B | F4 | 62 | 25 |
| Octal | 16 | 2 | 273 | 135 | 143 | 0 | 33 | 364 | 142 | 45 |
| Binary | 1110 | 10 | 10111011 | 1011101 | 1100011 | 0 | 11011 | 11110100 | 1100010 | 100101 |
Color Harmonies of #0E02BB
Complementary color
Monochromatic Colors of #0E02BB
Black with #0E02BB
Text Example
Text Example
White with #0E02BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E02BB; }
p { color: rgb(14,2,187); }
H1.HeaderClassName
{
color: #0E02BB;
}
.AnyTagClassName
{
color: #0E02BB;
}
</style>
background-color css
<style>
a { background-color: #0E02BB; }
a { background-color: rgb(14,2,187); }
div.DivClassName
{
background-color: #0E02BB;
}
.BgClassName
{
background-color: #0E02BB;
}
</style>
border-color css
<style>
span { border-color: #0E02BB; }
span { border-color: rgb(14,2,187); }
td.TdClassName
{
border-color: #0E02BB;
}
.TagClassName
{
border-color: #0E02BB;
}
</style>