Shades of Midnight Blue #0A116C
Tints of Midnight Blue #0A116C
RGB
CMYK
RGB Variations
Color information
#0A116C (or 0x0A116C) is known color: Midnight Blue. HEX triplet: 0A, 11 and 6C. RGB value is (10,17,108). Sum of RGB (Red+Green+Blue) = 10+17+108=135 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.41% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 108 (42.58% from 255 or 80% from 135); Max value from RGB is 108 - color contains mainly: blue. Hex color #0A116C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A116C is #F5EE93. Grayscale: #181818. Windows color (decimal): -16117396 or 7082250. OLE color: 7082250.
HSL color Cylindrical-coordinate representation of color #0A116C: hue angle of 235.71º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A116C is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 10 | 17 | 108 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.58 |
| HSL | 235.71º | 0.83% | 0.23% | - |
| HSV(B) | 235.71º | 0.91% | 0.42% | - |
| XYZ | 3.03 | 1.55 | 14.33 | - |
| YUV | 25.28 | 174.68 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 17 | 108 | 0.91 | 0.84 | 0 | 0.58 | 235.71 | 0.83 | 0.23 |
| Hex | A | 11 | 6C | 5B | 54 | 0 | 3A | EC | 53 | 17 |
| Octal | 12 | 21 | 154 | 133 | 124 | 0 | 72 | 354 | 123 | 27 |
| Binary | 1010 | 10001 | 1101100 | 1011011 | 1010100 | 0 | 111010 | 11101100 | 1010011 | 10111 |
Color Harmonies of #0A116C
Complementary color
Monochromatic Colors of #0A116C
Black with #0A116C
Text Example
Text Example
White with #0A116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A116C; }
p { color: rgb(10,17,108); }
H1.HeaderClassName
{
color: #0A116C;
}
.AnyTagClassName
{
color: #0A116C;
}
</style>
background-color css
<style>
a { background-color: #0A116C; }
a { background-color: rgb(10,17,108); }
div.DivClassName
{
background-color: #0A116C;
}
.BgClassName
{
background-color: #0A116C;
}
</style>
border-color css
<style>
span { border-color: #0A116C; }
span { border-color: rgb(10,17,108); }
td.TdClassName
{
border-color: #0A116C;
}
.TagClassName
{
border-color: #0A116C;
}
</style>