Shades of Midnight Blue #0E005B
Tints of Midnight Blue #0E005B
RGB
CMYK
RGB Variations
Color information
#0E005B (or 0x0E005B) is known color: Midnight Blue. HEX triplet: 0E, 00 and 5B. RGB value is (14,0,91). Sum of RGB (Red+Green+Blue) = 14+0+91=105 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.33% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 91 (35.94% from 255 or 86.67% from 105); Max value from RGB is 91 - color contains mainly: blue. Hex color #0E005B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E005B is #F1FFA4. Grayscale: #0E0E0E. Windows color (decimal): -15859621 or 5963790. OLE color: 5963790.
HSL color Cylindrical-coordinate representation of color #0E005B: hue angle of 249.23º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E005B is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 14 | 0 | 91 | - |
| CMYK | 0.85 | 1 | 0 | 0.64 |
| HSL | 249.23º | 1% | 0.18% | - |
| HSV(B) | 249.23º | 1% | 0.36% | - |
| XYZ | 2.07 | 0.85 | 9.95 | - |
| YUV | 14.56 | 171.14 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 0 | 91 | 0.85 | 1 | 0 | 0.64 | 249.23 | 1 | 0.18 |
| Hex | E | 0 | 5B | 55 | 64 | 0 | 40 | F9 | 64 | 12 |
| Octal | 16 | 0 | 133 | 125 | 144 | 0 | 100 | 371 | 144 | 22 |
| Binary | 1110 | 0 | 1011011 | 1010101 | 1100100 | 0 | 1000000 | 11111001 | 1100100 | 10010 |
Color Harmonies of #0E005B
Complementary color
Monochromatic Colors of #0E005B
Black with #0E005B
Text Example
Text Example
White with #0E005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E005B; }
p { color: rgb(14,0,91); }
H1.HeaderClassName
{
color: #0E005B;
}
.AnyTagClassName
{
color: #0E005B;
}
</style>
background-color css
<style>
a { background-color: #0E005B; }
a { background-color: rgb(14,0,91); }
div.DivClassName
{
background-color: #0E005B;
}
.BgClassName
{
background-color: #0E005B;
}
</style>
border-color css
<style>
span { border-color: #0E005B; }
span { border-color: rgb(14,0,91); }
td.TdClassName
{
border-color: #0E005B;
}
.TagClassName
{
border-color: #0E005B;
}
</style>