Shades of Midnight Blue #0E0961
Tints of Midnight Blue #0E0961
RGB
CMYK
RGB Variations
Color information
#0E0961 (or 0x0E0961) is known color: Midnight Blue. HEX triplet: 0E, 09 and 61. RGB value is (14,9,97). Sum of RGB (Red+Green+Blue) = 14+9+97=120 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.67% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 97 (38.28% from 255 or 80.83% from 120); Max value from RGB is 97 - color contains mainly: blue. Hex color #0E0961 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0961 is #F1F69E. Grayscale: #141414. Windows color (decimal): -15857311 or 6359310. OLE color: 6359310.
HSL color Cylindrical-coordinate representation of color #0E0961: hue angle of 243.41º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E0961 is Cyan = 0.86, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 14 | 9 | 97 | - |
| CMYK | 0.86 | 0.91 | 0 | 0.62 |
| HSL | 243.41º | 0.83% | 0.21% | - |
| HSV(B) | 243.41º | 0.91% | 0.38% | - |
| XYZ | 2.44 | 1.15 | 11.4 | - |
| YUV | 20.53 | 171.16 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 9 | 97 | 0.86 | 0.91 | 0 | 0.62 | 243.41 | 0.83 | 0.21 |
| Hex | E | 9 | 61 | 56 | 5B | 0 | 3E | F3 | 53 | 15 |
| Octal | 16 | 11 | 141 | 126 | 133 | 0 | 76 | 363 | 123 | 25 |
| Binary | 1110 | 1001 | 1100001 | 1010110 | 1011011 | 0 | 111110 | 11110011 | 1010011 | 10101 |
Color Harmonies of #0E0961
Complementary color
Monochromatic Colors of #0E0961
Black with #0E0961
Text Example
Text Example
White with #0E0961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0961; }
p { color: rgb(14,9,97); }
H1.HeaderClassName
{
color: #0E0961;
}
.AnyTagClassName
{
color: #0E0961;
}
</style>
background-color css
<style>
a { background-color: #0E0961; }
a { background-color: rgb(14,9,97); }
div.DivClassName
{
background-color: #0E0961;
}
.BgClassName
{
background-color: #0E0961;
}
</style>
border-color css
<style>
span { border-color: #0E0961; }
span { border-color: rgb(14,9,97); }
td.TdClassName
{
border-color: #0E0961;
}
.TagClassName
{
border-color: #0E0961;
}
</style>