Shades of Midnight Blue #0E036A
Tints of Midnight Blue #0E036A
RGB
CMYK
RGB Variations
Color information
#0E036A (or 0x0E036A) is known color: Midnight Blue. HEX triplet: 0E, 03 and 6A. RGB value is (14,3,106). Sum of RGB (Red+Green+Blue) = 14+3+106=123 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.38% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 106 (41.80% from 255 or 86.18% from 123); Max value from RGB is 106 - color contains mainly: blue. Hex color #0E036A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E036A is #F1FC95. Grayscale: #111111. Windows color (decimal): -15858838 or 6947598. OLE color: 6947598.
HSL color Cylindrical-coordinate representation of color #0E036A: hue angle of 246.41º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E036A is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 14 | 3 | 106 | - |
| CMYK | 0.87 | 0.97 | 0 | 0.58 |
| HSL | 246.41º | 0.94% | 0.21% | - |
| HSV(B) | 246.41º | 0.97% | 0.42% | - |
| XYZ | 2.82 | 1.2 | 13.72 | - |
| YUV | 18.03 | 177.64 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 3 | 106 | 0.87 | 0.97 | 0 | 0.58 | 246.41 | 0.94 | 0.21 |
| Hex | E | 3 | 6A | 57 | 61 | 0 | 3A | F6 | 5E | 15 |
| Octal | 16 | 3 | 152 | 127 | 141 | 0 | 72 | 366 | 136 | 25 |
| Binary | 1110 | 11 | 1101010 | 1010111 | 1100001 | 0 | 111010 | 11110110 | 1011110 | 10101 |
Color Harmonies of #0E036A
Complementary color
Monochromatic Colors of #0E036A
Black with #0E036A
Text Example
Text Example
White with #0E036A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E036A; }
p { color: rgb(14,3,106); }
H1.HeaderClassName
{
color: #0E036A;
}
.AnyTagClassName
{
color: #0E036A;
}
</style>
background-color css
<style>
a { background-color: #0E036A; }
a { background-color: rgb(14,3,106); }
div.DivClassName
{
background-color: #0E036A;
}
.BgClassName
{
background-color: #0E036A;
}
</style>
border-color css
<style>
span { border-color: #0E036A; }
span { border-color: rgb(14,3,106); }
td.TdClassName
{
border-color: #0E036A;
}
.TagClassName
{
border-color: #0E036A;
}
</style>