Shades of Midnight Blue #0E0B5C
Tints of Midnight Blue #0E0B5C
RGB
CMYK
RGB Variations
Color information
#0E0B5C (or 0x0E0B5C) is known color: Midnight Blue. HEX triplet: 0E, 0B and 5C. RGB value is (14,11,92). Sum of RGB (Red+Green+Blue) = 14+11+92=117 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.97% from 117); Green value is 11 (4.69% from 255 or 9.40% from 117); Blue value is 92 (36.33% from 255 or 78.63% from 117); Max value from RGB is 92 - color contains mainly: blue. Hex color #0E0B5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0B5C is #F1F4A3. Grayscale: #141414. Windows color (decimal): -15856804 or 6032142. OLE color: 6032142.
HSL color Cylindrical-coordinate representation of color #0E0B5C: hue angle of 242.22º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E0B5C is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 14 | 11 | 92 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.64 |
| HSL | 242.22º | 0.79% | 0.2% | - |
| HSV(B) | 242.22º | 0.88% | 0.36% | - |
| XYZ | 2.23 | 1.11 | 10.22 | - |
| YUV | 21.13 | 167.99 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 11 | 92 | 0.85 | 0.88 | 0 | 0.64 | 242.22 | 0.79 | 0.2 |
| Hex | E | B | 5C | 55 | 58 | 0 | 40 | F2 | 4F | 14 |
| Octal | 16 | 13 | 134 | 125 | 130 | 0 | 100 | 362 | 117 | 24 |
| Binary | 1110 | 1011 | 1011100 | 1010101 | 1011000 | 0 | 1000000 | 11110010 | 1001111 | 10100 |
Color Harmonies of #0E0B5C
Complementary color
Monochromatic Colors of #0E0B5C
Black with #0E0B5C
Text Example
Text Example
White with #0E0B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0B5C; }
p { color: rgb(14,11,92); }
H1.HeaderClassName
{
color: #0E0B5C;
}
.AnyTagClassName
{
color: #0E0B5C;
}
</style>
background-color css
<style>
a { background-color: #0E0B5C; }
a { background-color: rgb(14,11,92); }
div.DivClassName
{
background-color: #0E0B5C;
}
.BgClassName
{
background-color: #0E0B5C;
}
</style>
border-color css
<style>
span { border-color: #0E0B5C; }
span { border-color: rgb(14,11,92); }
td.TdClassName
{
border-color: #0E0B5C;
}
.TagClassName
{
border-color: #0E0B5C;
}
</style>