Shades of Midnight Blue #0A116D
Tints of Midnight Blue #0A116D
RGB
CMYK
RGB Variations
Color information
#0A116D (or 0x0A116D) is known color: Midnight Blue. HEX triplet: 0A, 11 and 6D. RGB value is (10,17,109). Sum of RGB (Red+Green+Blue) = 10+17+109=136 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.35% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 109 (42.97% from 255 or 80.15% from 136); Max value from RGB is 109 - color contains mainly: blue. Hex color #0A116D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A116D is #F5EE92. Grayscale: #191919. Windows color (decimal): -16117395 or 7147786. OLE color: 7147786.
HSL color Cylindrical-coordinate representation of color #0A116D: hue angle of 235.76º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A116D is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 10 | 17 | 109 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.57 |
| HSL | 235.76º | 0.83% | 0.23% | - |
| HSV(B) | 235.76º | 0.91% | 0.43% | - |
| XYZ | 3.09 | 1.57 | 14.61 | - |
| YUV | 25.4 | 175.18 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 17 | 109 | 0.91 | 0.84 | 0 | 0.57 | 235.76 | 0.83 | 0.23 |
| Hex | A | 11 | 6D | 5B | 54 | 0 | 39 | EC | 53 | 17 |
| Octal | 12 | 21 | 155 | 133 | 124 | 0 | 71 | 354 | 123 | 27 |
| Binary | 1010 | 10001 | 1101101 | 1011011 | 1010100 | 0 | 111001 | 11101100 | 1010011 | 10111 |
Color Harmonies of #0A116D
Complementary color
Monochromatic Colors of #0A116D
Black with #0A116D
Text Example
Text Example
White with #0A116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A116D; }
p { color: rgb(10,17,109); }
H1.HeaderClassName
{
color: #0A116D;
}
.AnyTagClassName
{
color: #0A116D;
}
</style>
background-color css
<style>
a { background-color: #0A116D; }
a { background-color: rgb(10,17,109); }
div.DivClassName
{
background-color: #0A116D;
}
.BgClassName
{
background-color: #0A116D;
}
</style>
border-color css
<style>
span { border-color: #0A116D; }
span { border-color: rgb(10,17,109); }
td.TdClassName
{
border-color: #0A116D;
}
.TagClassName
{
border-color: #0A116D;
}
</style>