Shades of Medium Blue #0E14BA
Tints of Medium Blue #0E14BA
RGB
CMYK
RGB Variations
Color information
#0E14BA (or 0x0E14BA) is known color: Medium Blue. HEX triplet: 0E, 14 and BA. RGB value is (14,20,186). Sum of RGB (Red+Green+Blue) = 14+20+186=220 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.36% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 186 (73.05% from 255 or 84.55% from 220); Max value from RGB is 186 - color contains mainly: blue. Hex color #0E14BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E14BA is #F1EB45. Grayscale: #242424. Windows color (decimal): -15854406 or 12194830. OLE color: 12194830.
HSL color Cylindrical-coordinate representation of color #0E14BA: hue angle of 237.91º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E14BA is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 20 | 186 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.27 |
| HSL | 237.91º | 0.86% | 0.39% | - |
| HSV(B) | 237.91º | 0.92% | 0.73% | - |
| XYZ | 9.29 | 4.14 | 46.76 | - |
| YUV | 37.13 | 212.01 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 20 | 186 | 0.92 | 0.89 | 0 | 0.27 | 237.91 | 0.86 | 0.39 |
| Hex | E | 14 | BA | 5C | 59 | 0 | 1B | EE | 56 | 27 |
| Octal | 16 | 24 | 272 | 134 | 131 | 0 | 33 | 356 | 126 | 47 |
| Binary | 1110 | 10100 | 10111010 | 1011100 | 1011001 | 0 | 11011 | 11101110 | 1010110 | 100111 |
Color Harmonies of #0E14BA
Complementary color
Monochromatic Colors of #0E14BA
Black with #0E14BA
Text Example
Text Example
White with #0E14BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E14BA; }
p { color: rgb(14,20,186); }
H1.HeaderClassName
{
color: #0E14BA;
}
.AnyTagClassName
{
color: #0E14BA;
}
</style>
background-color css
<style>
a { background-color: #0E14BA; }
a { background-color: rgb(14,20,186); }
div.DivClassName
{
background-color: #0E14BA;
}
.BgClassName
{
background-color: #0E14BA;
}
</style>
border-color css
<style>
span { border-color: #0E14BA; }
span { border-color: rgb(14,20,186); }
td.TdClassName
{
border-color: #0E14BA;
}
.TagClassName
{
border-color: #0E14BA;
}
</style>