Shades of New Midnight Blue #0E16B4
Tints of New Midnight Blue #0E16B4
RGB
CMYK
RGB Variations
Color information
#0E16B4 (or 0x0E16B4) is known color: New Midnight Blue. HEX triplet: 0E, 16 and B4. RGB value is (14,22,180). Sum of RGB (Red+Green+Blue) = 14+22+180=216 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.48% from 216); Green value is 22 (8.98% from 255 or 10.19% from 216); Blue value is 180 (70.70% from 255 or 83.33% from 216); Max value from RGB is 180 - color contains mainly: blue. Hex color #0E16B4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E16B4 is #F1E94B. Grayscale: #242424. Windows color (decimal): -15853900 or 11802126. OLE color: 11802126.
HSL color Cylindrical-coordinate representation of color #0E16B4: hue angle of 237.11º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E16B4 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 14 | 22 | 180 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.29 |
| HSL | 237.11º | 0.86% | 0.38% | - |
| HSV(B) | 237.11º | 0.92% | 0.71% | - |
| XYZ | 8.71 | 3.96 | 43.49 | - |
| YUV | 37.62 | 208.35 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 22 | 180 | 0.92 | 0.88 | 0 | 0.29 | 237.11 | 0.86 | 0.38 |
| Hex | E | 16 | B4 | 5C | 58 | 0 | 1D | ED | 56 | 26 |
| Octal | 16 | 26 | 264 | 134 | 130 | 0 | 35 | 355 | 126 | 46 |
| Binary | 1110 | 10110 | 10110100 | 1011100 | 1011000 | 0 | 11101 | 11101101 | 1010110 | 100110 |
Color Harmonies of #0E16B4
Complementary color
Monochromatic Colors of #0E16B4
Black with #0E16B4
Text Example
Text Example
White with #0E16B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E16B4; }
p { color: rgb(14,22,180); }
H1.HeaderClassName
{
color: #0E16B4;
}
.AnyTagClassName
{
color: #0E16B4;
}
</style>
background-color css
<style>
a { background-color: #0E16B4; }
a { background-color: rgb(14,22,180); }
div.DivClassName
{
background-color: #0E16B4;
}
.BgClassName
{
background-color: #0E16B4;
}
</style>
border-color css
<style>
span { border-color: #0E16B4; }
span { border-color: rgb(14,22,180); }
td.TdClassName
{
border-color: #0E16B4;
}
.TagClassName
{
border-color: #0E16B4;
}
</style>