Shades of Midnight Blue #0E035D
Tints of Midnight Blue #0E035D
RGB
CMYK
RGB Variations
Color information
#0E035D (or 0x0E035D) is known color: Midnight Blue. HEX triplet: 0E, 03 and 5D. RGB value is (14,3,93). Sum of RGB (Red+Green+Blue) = 14+3+93=110 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.73% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 93 (36.72% from 255 or 84.55% from 110); Max value from RGB is 93 - color contains mainly: blue. Hex color #0E035D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E035D is #F1FCA2. Grayscale: #101010. Windows color (decimal): -15858851 or 6095630. OLE color: 6095630.
HSL color Cylindrical-coordinate representation of color #0E035D: hue angle of 247.33º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E035D is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 14 | 3 | 93 | - |
| CMYK | 0.85 | 0.97 | 0 | 0.64 |
| HSL | 247.33º | 0.94% | 0.19% | - |
| HSV(B) | 247.33º | 0.97% | 0.36% | - |
| XYZ | 2.19 | 0.95 | 10.42 | - |
| YUV | 16.55 | 171.14 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 3 | 93 | 0.85 | 0.97 | 0 | 0.64 | 247.33 | 0.94 | 0.19 |
| Hex | E | 3 | 5D | 55 | 61 | 0 | 40 | F7 | 5E | 13 |
| Octal | 16 | 3 | 135 | 125 | 141 | 0 | 100 | 367 | 136 | 23 |
| Binary | 1110 | 11 | 1011101 | 1010101 | 1100001 | 0 | 1000000 | 11110111 | 1011110 | 10011 |
Color Harmonies of #0E035D
Complementary color
Monochromatic Colors of #0E035D
Black with #0E035D
Text Example
Text Example
White with #0E035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E035D; }
p { color: rgb(14,3,93); }
H1.HeaderClassName
{
color: #0E035D;
}
.AnyTagClassName
{
color: #0E035D;
}
</style>
background-color css
<style>
a { background-color: #0E035D; }
a { background-color: rgb(14,3,93); }
div.DivClassName
{
background-color: #0E035D;
}
.BgClassName
{
background-color: #0E035D;
}
</style>
border-color css
<style>
span { border-color: #0E035D; }
span { border-color: rgb(14,3,93); }
td.TdClassName
{
border-color: #0E035D;
}
.TagClassName
{
border-color: #0E035D;
}
</style>