Shades of Midnight Blue #0E1769
Tints of Midnight Blue #0E1769
RGB
CMYK
RGB Variations
Color information
#0E1769 (or 0x0E1769) is known color: Midnight Blue. HEX triplet: 0E, 17 and 69. RGB value is (14,23,105). Sum of RGB (Red+Green+Blue) = 14+23+105=142 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.86% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 105 (41.41% from 255 or 73.94% from 142); Max value from RGB is 105 - color contains mainly: blue. Hex color #0E1769 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1769 is #F1E896. Grayscale: #1D1D1D. Windows color (decimal): -15853719 or 6887182. OLE color: 6887182.
HSL color Cylindrical-coordinate representation of color #0E1769: hue angle of 234.07º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E1769 is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 14 | 23 | 105 | - |
| CMYK | 0.87 | 0.78 | 0 | 0.59 |
| HSL | 234.07º | 0.76% | 0.23% | - |
| HSV(B) | 234.07º | 0.87% | 0.41% | - |
| XYZ | 3.04 | 1.73 | 13.54 | - |
| YUV | 29.66 | 170.52 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 23 | 105 | 0.87 | 0.78 | 0 | 0.59 | 234.07 | 0.76 | 0.23 |
| Hex | E | 17 | 69 | 57 | 4E | 0 | 3B | EA | 4C | 17 |
| Octal | 16 | 27 | 151 | 127 | 116 | 0 | 73 | 352 | 114 | 27 |
| Binary | 1110 | 10111 | 1101001 | 1010111 | 1001110 | 0 | 111011 | 11101010 | 1001100 | 10111 |
Color Harmonies of #0E1769
Complementary color
Monochromatic Colors of #0E1769
Black with #0E1769
Text Example
Text Example
White with #0E1769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1769; }
p { color: rgb(14,23,105); }
H1.HeaderClassName
{
color: #0E1769;
}
.AnyTagClassName
{
color: #0E1769;
}
</style>
background-color css
<style>
a { background-color: #0E1769; }
a { background-color: rgb(14,23,105); }
div.DivClassName
{
background-color: #0E1769;
}
.BgClassName
{
background-color: #0E1769;
}
</style>
border-color css
<style>
span { border-color: #0E1769; }
span { border-color: rgb(14,23,105); }
td.TdClassName
{
border-color: #0E1769;
}
.TagClassName
{
border-color: #0E1769;
}
</style>