Shades of New Midnight Blue #0E0FB1
Tints of New Midnight Blue #0E0FB1
RGB
CMYK
RGB Variations
Color information
#0E0FB1 (or 0x0E0FB1) is known color: New Midnight Blue. HEX triplet: 0E, 0F and B1. RGB value is (14,15,177). Sum of RGB (Red+Green+Blue) = 14+15+177=206 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.80% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 177 (69.53% from 255 or 85.92% from 206); Max value from RGB is 177 - color contains mainly: blue. Hex color #0E0FB1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0FB1 is #F1F04E. Grayscale: #202020. Windows color (decimal): -15855695 or 11603726. OLE color: 11603726.
HSL color Cylindrical-coordinate representation of color #0E0FB1: hue angle of 239.63º 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 #0E0FB1 is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 15 | 177 | - |
| CMYK | 0.92 | 0.92 | 0 | 0.31 |
| HSL | 239.63º | 0.85% | 0.37% | - |
| HSV(B) | 239.63º | 0.92% | 0.69% | - |
| XYZ | 8.29 | 3.61 | 41.85 | - |
| YUV | 33.17 | 209.17 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 15 | 177 | 0.92 | 0.92 | 0 | 0.31 | 239.63 | 0.85 | 0.37 |
| Hex | E | F | B1 | 5C | 5C | 0 | 1F | F0 | 55 | 25 |
| Octal | 16 | 17 | 261 | 134 | 134 | 0 | 37 | 360 | 125 | 45 |
| Binary | 1110 | 1111 | 10110001 | 1011100 | 1011100 | 0 | 11111 | 11110000 | 1010101 | 100101 |
Color Harmonies of #0E0FB1
Complementary color
Monochromatic Colors of #0E0FB1
Black with #0E0FB1
Text Example
Text Example
White with #0E0FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0FB1; }
p { color: rgb(14,15,177); }
H1.HeaderClassName
{
color: #0E0FB1;
}
.AnyTagClassName
{
color: #0E0FB1;
}
</style>
background-color css
<style>
a { background-color: #0E0FB1; }
a { background-color: rgb(14,15,177); }
div.DivClassName
{
background-color: #0E0FB1;
}
.BgClassName
{
background-color: #0E0FB1;
}
</style>
border-color css
<style>
span { border-color: #0E0FB1; }
span { border-color: rgb(14,15,177); }
td.TdClassName
{
border-color: #0E0FB1;
}
.TagClassName
{
border-color: #0E0FB1;
}
</style>