Shades of Midnight Blue #0A0E6F
Tints of Midnight Blue #0A0E6F
RGB
CMYK
RGB Variations
Color information
#0A0E6F (or 0x0A0E6F) is known color: Midnight Blue. HEX triplet: 0A, 0E and 6F. RGB value is (10,14,111). Sum of RGB (Red+Green+Blue) = 10+14+111=135 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.41% from 135); Green value is 14 (5.86% from 255 or 10.37% 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 #0A0E6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0E6F is #F5F190. Grayscale: #171717. Windows color (decimal): -16118161 or 7278090. OLE color: 7278090.
HSL color Cylindrical-coordinate representation of color #0A0E6F: hue angle of 237.62º 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 #0A0E6F is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 10 | 14 | 111 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.56 |
| HSL | 237.62º | 0.83% | 0.24% | - |
| HSV(B) | 237.62º | 0.91% | 0.44% | - |
| XYZ | 3.15 | 1.53 | 15.17 | - |
| YUV | 23.86 | 177.17 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 14 | 111 | 0.91 | 0.87 | 0 | 0.56 | 237.62 | 0.83 | 0.24 |
| Hex | A | E | 6F | 5B | 57 | 0 | 38 | EE | 53 | 18 |
| Octal | 12 | 16 | 157 | 133 | 127 | 0 | 70 | 356 | 123 | 30 |
| Binary | 1010 | 1110 | 1101111 | 1011011 | 1010111 | 0 | 111000 | 11101110 | 1010011 | 11000 |
Color Harmonies of #0A0E6F
Complementary color
Monochromatic Colors of #0A0E6F
Black with #0A0E6F
Text Example
Text Example
White with #0A0E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0E6F; }
p { color: rgb(10,14,111); }
H1.HeaderClassName
{
color: #0A0E6F;
}
.AnyTagClassName
{
color: #0A0E6F;
}
</style>
background-color css
<style>
a { background-color: #0A0E6F; }
a { background-color: rgb(10,14,111); }
div.DivClassName
{
background-color: #0A0E6F;
}
.BgClassName
{
background-color: #0A0E6F;
}
</style>
border-color css
<style>
span { border-color: #0A0E6F; }
span { border-color: rgb(10,14,111); }
td.TdClassName
{
border-color: #0A0E6F;
}
.TagClassName
{
border-color: #0A0E6F;
}
</style>