Shades of New Midnight Blue #0E16B0
Tints of New Midnight Blue #0E16B0
RGB
CMYK
RGB Variations
Color information
#0E16B0 (or 0x0E16B0) is known color: New Midnight Blue. HEX triplet: 0E, 16 and B0. RGB value is (14,22,176). Sum of RGB (Red+Green+Blue) = 14+22+176=212 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.60% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 176 (69.14% from 255 or 83.02% from 212); Max value from RGB is 176 - color contains mainly: blue. Hex color #0E16B0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E16B0 is #F1E94F. Grayscale: #242424. Windows color (decimal): -15853904 or 11539982. OLE color: 11539982.
HSL color Cylindrical-coordinate representation of color #0E16B0: hue angle of 237.04º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E16B0 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 22 | 176 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.31 |
| HSL | 237.04º | 0.85% | 0.37% | - |
| HSV(B) | 237.04º | 0.92% | 0.69% | - |
| XYZ | 8.3 | 3.8 | 41.37 | - |
| YUV | 37.16 | 206.35 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 22 | 176 | 0.92 | 0.88 | 0 | 0.31 | 237.04 | 0.85 | 0.37 |
| Hex | E | 16 | B0 | 5C | 58 | 0 | 1F | ED | 55 | 25 |
| Octal | 16 | 26 | 260 | 134 | 130 | 0 | 37 | 355 | 125 | 45 |
| Binary | 1110 | 10110 | 10110000 | 1011100 | 1011000 | 0 | 11111 | 11101101 | 1010101 | 100101 |
Color Harmonies of #0E16B0
Complementary color
Monochromatic Colors of #0E16B0
Black with #0E16B0
Text Example
Text Example
White with #0E16B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E16B0; }
p { color: rgb(14,22,176); }
H1.HeaderClassName
{
color: #0E16B0;
}
.AnyTagClassName
{
color: #0E16B0;
}
</style>
background-color css
<style>
a { background-color: #0E16B0; }
a { background-color: rgb(14,22,176); }
div.DivClassName
{
background-color: #0E16B0;
}
.BgClassName
{
background-color: #0E16B0;
}
</style>
border-color css
<style>
span { border-color: #0E16B0; }
span { border-color: rgb(14,22,176); }
td.TdClassName
{
border-color: #0E16B0;
}
.TagClassName
{
border-color: #0E16B0;
}
</style>