Shades of Midnight Blue #0E1661
Tints of Midnight Blue #0E1661
RGB
CMYK
RGB Variations
Color information
#0E1661 (or 0x0E1661) is known color: Midnight Blue. HEX triplet: 0E, 16 and 61. RGB value is (14,22,97). Sum of RGB (Red+Green+Blue) = 14+22+97=133 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.53% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 97 (38.28% from 255 or 72.93% from 133); Max value from RGB is 97 - color contains mainly: blue. Hex color #0E1661 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1661 is #F1E99E. Grayscale: #1B1B1B. Windows color (decimal): -15853983 or 6362638. OLE color: 6362638.
HSL color Cylindrical-coordinate representation of color #0E1661: hue angle of 234.22º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E1661 is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 14 | 22 | 97 | - |
| CMYK | 0.86 | 0.77 | 0 | 0.62 |
| HSL | 234.22º | 0.75% | 0.22% | - |
| HSV(B) | 234.22º | 0.86% | 0.38% | - |
| XYZ | 2.63 | 1.53 | 11.47 | - |
| YUV | 28.16 | 166.85 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 22 | 97 | 0.86 | 0.77 | 0 | 0.62 | 234.22 | 0.75 | 0.22 |
| Hex | E | 16 | 61 | 56 | 4D | 0 | 3E | EA | 4B | 16 |
| Octal | 16 | 26 | 141 | 126 | 115 | 0 | 76 | 352 | 113 | 26 |
| Binary | 1110 | 10110 | 1100001 | 1010110 | 1001101 | 0 | 111110 | 11101010 | 1001011 | 10110 |
Color Harmonies of #0E1661
Complementary color
Monochromatic Colors of #0E1661
Black with #0E1661
Text Example
Text Example
White with #0E1661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1661; }
p { color: rgb(14,22,97); }
H1.HeaderClassName
{
color: #0E1661;
}
.AnyTagClassName
{
color: #0E1661;
}
</style>
background-color css
<style>
a { background-color: #0E1661; }
a { background-color: rgb(14,22,97); }
div.DivClassName
{
background-color: #0E1661;
}
.BgClassName
{
background-color: #0E1661;
}
</style>
border-color css
<style>
span { border-color: #0E1661; }
span { border-color: rgb(14,22,97); }
td.TdClassName
{
border-color: #0E1661;
}
.TagClassName
{
border-color: #0E1661;
}
</style>