Shades of Midnight Blue #0E0A6F
Tints of Midnight Blue #0E0A6F
RGB
CMYK
RGB Variations
Color information
#0E0A6F (or 0x0E0A6F) is known color: Midnight Blue. HEX triplet: 0E, 0A and 6F. RGB value is (14,10,111). Sum of RGB (Red+Green+Blue) = 14+10+111=135 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.37% from 135); Green value is 10 (4.30% from 255 or 7.41% from 135); Blue value is 111 (43.75% from 255 or 82.22% from 135); Max value from RGB is 111 - color contains mainly: blue. Hex color #0E0A6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0A6F is #F1F590. Grayscale: #161616. Windows color (decimal): -15857041 or 7277070. OLE color: 7277070.
HSL color Cylindrical-coordinate representation of color #0E0A6F: hue angle of 242.38º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E0A6F is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 14 | 10 | 111 | - |
| CMYK | 0.87 | 0.91 | 0 | 0.56 |
| HSL | 242.38º | 0.83% | 0.24% | - |
| HSV(B) | 242.38º | 0.91% | 0.44% | - |
| XYZ | 3.16 | 1.46 | 15.15 | - |
| YUV | 22.71 | 177.83 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 10 | 111 | 0.87 | 0.91 | 0 | 0.56 | 242.38 | 0.83 | 0.24 |
| Hex | E | A | 6F | 57 | 5B | 0 | 38 | F2 | 53 | 18 |
| Octal | 16 | 12 | 157 | 127 | 133 | 0 | 70 | 362 | 123 | 30 |
| Binary | 1110 | 1010 | 1101111 | 1010111 | 1011011 | 0 | 111000 | 11110010 | 1010011 | 11000 |
Color Harmonies of #0E0A6F
Complementary color
Monochromatic Colors of #0E0A6F
Black with #0E0A6F
Text Example
Text Example
White with #0E0A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0A6F; }
p { color: rgb(14,10,111); }
H1.HeaderClassName
{
color: #0E0A6F;
}
.AnyTagClassName
{
color: #0E0A6F;
}
</style>
background-color css
<style>
a { background-color: #0E0A6F; }
a { background-color: rgb(14,10,111); }
div.DivClassName
{
background-color: #0E0A6F;
}
.BgClassName
{
background-color: #0E0A6F;
}
</style>
border-color css
<style>
span { border-color: #0E0A6F; }
span { border-color: rgb(14,10,111); }
td.TdClassName
{
border-color: #0E0A6F;
}
.TagClassName
{
border-color: #0E0A6F;
}
</style>