Shades of Medium Blue #0E13BB
Tints of Medium Blue #0E13BB
RGB
CMYK
RGB Variations
Color information
#0E13BB (or 0x0E13BB) is known color: Medium Blue. HEX triplet: 0E, 13 and BB. RGB value is (14,19,187). Sum of RGB (Red+Green+Blue) = 14+19+187=220 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.36% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 187 (73.44% from 255 or 85% from 220); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E13BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E13BB is #F1EC44. Grayscale: #232323. Windows color (decimal): -15854661 or 12260110. OLE color: 12260110.
HSL color Cylindrical-coordinate representation of color #0E13BB: hue angle of 238.27º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E13BB is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 19 | 187 | - |
| CMYK | 0.93 | 0.90 | 0 | 0.27 |
| HSL | 238.27º | 0.86% | 0.39% | - |
| HSV(B) | 238.27º | 0.93% | 0.73% | - |
| XYZ | 9.38 | 4.15 | 47.32 | - |
| YUV | 36.66 | 212.84 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 19 | 187 | 0.93 | 0.90 | 0 | 0.27 | 238.27 | 0.86 | 0.39 |
| Hex | E | 13 | BB | 5D | 5A | 0 | 1B | EE | 56 | 27 |
| Octal | 16 | 23 | 273 | 135 | 132 | 0 | 33 | 356 | 126 | 47 |
| Binary | 1110 | 10011 | 10111011 | 1011101 | 1011010 | 0 | 11011 | 11101110 | 1010110 | 100111 |
Color Harmonies of #0E13BB
Complementary color
Monochromatic Colors of #0E13BB
Black with #0E13BB
Text Example
Text Example
White with #0E13BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E13BB; }
p { color: rgb(14,19,187); }
H1.HeaderClassName
{
color: #0E13BB;
}
.AnyTagClassName
{
color: #0E13BB;
}
</style>
background-color css
<style>
a { background-color: #0E13BB; }
a { background-color: rgb(14,19,187); }
div.DivClassName
{
background-color: #0E13BB;
}
.BgClassName
{
background-color: #0E13BB;
}
</style>
border-color css
<style>
span { border-color: #0E13BB; }
span { border-color: rgb(14,19,187); }
td.TdClassName
{
border-color: #0E13BB;
}
.TagClassName
{
border-color: #0E13BB;
}
</style>