Shades of New Midnight Blue #0E15B4
Tints of New Midnight Blue #0E15B4
RGB
CMYK
RGB Variations
Color information
#0E15B4 (or 0x0E15B4) is known color: New Midnight Blue. HEX triplet: 0E, 15 and B4. RGB value is (14,21,180). Sum of RGB (Red+Green+Blue) = 14+21+180=215 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.51% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 180 (70.70% from 255 or 83.72% from 215); Max value from RGB is 180 - color contains mainly: blue. Hex color #0E15B4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E15B4 is #F1EA4B. Grayscale: #242424. Windows color (decimal): -15854156 or 11801870. OLE color: 11801870.
HSL color Cylindrical-coordinate representation of color #0E15B4: hue angle of 237.47º 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 #0E15B4 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 14 | 21 | 180 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.29 |
| HSL | 237.47º | 0.86% | 0.38% | - |
| HSV(B) | 237.47º | 0.92% | 0.71% | - |
| XYZ | 8.69 | 3.92 | 43.48 | - |
| YUV | 37.03 | 208.68 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 21 | 180 | 0.92 | 0.88 | 0 | 0.29 | 237.47 | 0.86 | 0.38 |
| Hex | E | 15 | B4 | 5C | 58 | 0 | 1D | ED | 56 | 26 |
| Octal | 16 | 25 | 264 | 134 | 130 | 0 | 35 | 355 | 126 | 46 |
| Binary | 1110 | 10101 | 10110100 | 1011100 | 1011000 | 0 | 11101 | 11101101 | 1010110 | 100110 |
Color Harmonies of #0E15B4
Complementary color
Monochromatic Colors of #0E15B4
Black with #0E15B4
Text Example
Text Example
White with #0E15B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E15B4; }
p { color: rgb(14,21,180); }
H1.HeaderClassName
{
color: #0E15B4;
}
.AnyTagClassName
{
color: #0E15B4;
}
</style>
background-color css
<style>
a { background-color: #0E15B4; }
a { background-color: rgb(14,21,180); }
div.DivClassName
{
background-color: #0E15B4;
}
.BgClassName
{
background-color: #0E15B4;
}
</style>
border-color css
<style>
span { border-color: #0E15B4; }
span { border-color: rgb(14,21,180); }
td.TdClassName
{
border-color: #0E15B4;
}
.TagClassName
{
border-color: #0E15B4;
}
</style>