Shades of Midnight Blue #0E0154
Tints of Midnight Blue #0E0154
RGB
CMYK
RGB Variations
Color information
#0E0154 (or 0x0E0154) is known color: Midnight Blue. HEX triplet: 0E, 01 and 54. RGB value is (14,1,84). Sum of RGB (Red+Green+Blue) = 14+1+84=99 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14.14% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 84 (33.20% from 255 or 84.85% from 99); Max value from RGB is 84 - color contains mainly: blue. Hex color #0E0154 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0154 is #F1FEAB. Grayscale: #0E0E0E. Windows color (decimal): -15859372 or 5505294. OLE color: 5505294.
HSL color Cylindrical-coordinate representation of color #0E0154: hue angle of 249.4º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E0154 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 14 | 1 | 84 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.67 |
| HSL | 249.4º | 0.98% | 0.17% | - |
| HSV(B) | 249.4º | 0.99% | 0.33% | - |
| XYZ | 1.79 | 0.76 | 8.44 | - |
| YUV | 14.35 | 167.31 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 1 | 84 | 0.83 | 0.99 | 0 | 0.67 | 249.4 | 0.98 | 0.17 |
| Hex | E | 1 | 54 | 53 | 63 | 0 | 43 | F9 | 62 | 11 |
| Octal | 16 | 1 | 124 | 123 | 143 | 0 | 103 | 371 | 142 | 21 |
| Binary | 1110 | 1 | 1010100 | 1010011 | 1100011 | 0 | 1000011 | 11111001 | 1100010 | 10001 |
Color Harmonies of #0E0154
Complementary color
Monochromatic Colors of #0E0154
Black with #0E0154
Text Example
Text Example
White with #0E0154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0154; }
p { color: rgb(14,1,84); }
H1.HeaderClassName
{
color: #0E0154;
}
.AnyTagClassName
{
color: #0E0154;
}
</style>
background-color css
<style>
a { background-color: #0E0154; }
a { background-color: rgb(14,1,84); }
div.DivClassName
{
background-color: #0E0154;
}
.BgClassName
{
background-color: #0E0154;
}
</style>
border-color css
<style>
span { border-color: #0E0154; }
span { border-color: rgb(14,1,84); }
td.TdClassName
{
border-color: #0E0154;
}
.TagClassName
{
border-color: #0E0154;
}
</style>