Shades of Midnight Blue #0E1D83
Tints of Midnight Blue #0E1D83
RGB
CMYK
RGB Variations
Color information
#0E1D83 (or 0x0E1D83) is known color: Midnight Blue. HEX triplet: 0E, 1D and 83. RGB value is (14,29,131). Sum of RGB (Red+Green+Blue) = 14+29+131=174 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8.05% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 131 (51.56% from 255 or 75.29% from 174); Max value from RGB is 131 - color contains mainly: blue. Hex color #0E1D83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E1D83 is #F1E27C. Grayscale: #232323. Windows color (decimal): -15852157 or 8592654. OLE color: 8592654.
HSL color Cylindrical-coordinate representation of color #0E1D83: hue angle of 232.31º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E1D83 is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 29 | 131 | - |
| CMYK | 0.89 | 0.78 | 0 | 0.49 |
| HSL | 232.31º | 0.81% | 0.28% | - |
| HSV(B) | 232.31º | 0.89% | 0.51% | - |
| XYZ | 4.72 | 2.61 | 21.73 | - |
| YUV | 36.14 | 181.53 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 29 | 131 | 0.89 | 0.78 | 0 | 0.49 | 232.31 | 0.81 | 0.28 |
| Hex | E | 1D | 83 | 59 | 4E | 0 | 31 | E8 | 51 | 1C |
| Octal | 16 | 35 | 203 | 131 | 116 | 0 | 61 | 350 | 121 | 34 |
| Binary | 1110 | 11101 | 10000011 | 1011001 | 1001110 | 0 | 110001 | 11101000 | 1010001 | 11100 |
Color Harmonies of #0E1D83
Complementary color
Monochromatic Colors of #0E1D83
Black with #0E1D83
Text Example
Text Example
White with #0E1D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1D83; }
p { color: rgb(14,29,131); }
H1.HeaderClassName
{
color: #0E1D83;
}
.AnyTagClassName
{
color: #0E1D83;
}
</style>
background-color css
<style>
a { background-color: #0E1D83; }
a { background-color: rgb(14,29,131); }
div.DivClassName
{
background-color: #0E1D83;
}
.BgClassName
{
background-color: #0E1D83;
}
</style>
border-color css
<style>
span { border-color: #0E1D83; }
span { border-color: rgb(14,29,131); }
td.TdClassName
{
border-color: #0E1D83;
}
.TagClassName
{
border-color: #0E1D83;
}
</style>