Shades of Medium Blue #0E16D1
Tints of Medium Blue #0E16D1
RGB
CMYK
RGB Variations
Color information
#0E16D1 (or 0x0E16D1) is known color: Medium Blue. HEX triplet: 0E, 16 and D1. RGB value is (14,22,209). Sum of RGB (Red+Green+Blue) = 14+22+209=245 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.71% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 209 (82.03% from 255 or 85.31% from 245); Max value from RGB is 209 - color contains mainly: blue. Hex color #0E16D1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E16D1 is #F1E92E. Grayscale: #282828. Windows color (decimal): -15853871 or 13702670. OLE color: 13702670.
HSL color Cylindrical-coordinate representation of color #0E16D1: hue angle of 237.54º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E16D1 is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 22 | 209 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.18 |
| HSL | 237.54º | 0.87% | 0.44% | - |
| HSV(B) | 237.54º | 0.93% | 0.82% | - |
| XYZ | 11.98 | 5.27 | 60.71 | - |
| YUV | 40.93 | 222.85 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 22 | 209 | 0.93 | 0.89 | 0 | 0.18 | 237.54 | 0.87 | 0.44 |
| Hex | E | 16 | D1 | 5D | 59 | 0 | 12 | EE | 57 | 2C |
| Octal | 16 | 26 | 321 | 135 | 131 | 0 | 22 | 356 | 127 | 54 |
| Binary | 1110 | 10110 | 11010001 | 1011101 | 1011001 | 0 | 10010 | 11101110 | 1010111 | 101100 |
Color Harmonies of #0E16D1
Complementary color
Monochromatic Colors of #0E16D1
Black with #0E16D1
Text Example
Text Example
White with #0E16D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E16D1; }
p { color: rgb(14,22,209); }
H1.HeaderClassName
{
color: #0E16D1;
}
.AnyTagClassName
{
color: #0E16D1;
}
</style>
background-color css
<style>
a { background-color: #0E16D1; }
a { background-color: rgb(14,22,209); }
div.DivClassName
{
background-color: #0E16D1;
}
.BgClassName
{
background-color: #0E16D1;
}
</style>
border-color css
<style>
span { border-color: #0E16D1; }
span { border-color: rgb(14,22,209); }
td.TdClassName
{
border-color: #0E16D1;
}
.TagClassName
{
border-color: #0E16D1;
}
</style>