Shades of Midnight Blue #110A6C
Tints of Midnight Blue #110A6C
RGB
CMYK
RGB Variations
Color information
#110A6C (or 0x110A6C) is known color: Midnight Blue. HEX triplet: 11, 0A and 6C. RGB value is (17,10,108). Sum of RGB (Red+Green+Blue) = 17+10+108=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 10 (4.30% from 255 or 7.41% 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 #110A6C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110A6C is #EEF593. Grayscale: #161616. Windows color (decimal): -15660436 or 7080465. OLE color: 7080465.
HSL color Cylindrical-coordinate representation of color #110A6C: hue angle of 244.29º 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 #110A6C is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 10 | 108 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.58 |
| HSL | 244.29º | 0.83% | 0.23% | - |
| HSV(B) | 244.29º | 0.91% | 0.42% | - |
| XYZ | 3.05 | 1.42 | 14.3 | - |
| YUV | 23.27 | 175.82 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 10 | 108 | 0.84 | 0.91 | 0 | 0.58 | 244.29 | 0.83 | 0.23 |
| Hex | 11 | A | 6C | 54 | 5B | 0 | 3A | F4 | 53 | 17 |
| Octal | 21 | 12 | 154 | 124 | 133 | 0 | 72 | 364 | 123 | 27 |
| Binary | 10001 | 1010 | 1101100 | 1010100 | 1011011 | 0 | 111010 | 11110100 | 1010011 | 10111 |
Color Harmonies of #110A6C
Complementary color
Monochromatic Colors of #110A6C
Black with #110A6C
Text Example
Text Example
White with #110A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110A6C; }
p { color: rgb(17,10,108); }
H1.HeaderClassName
{
color: #110A6C;
}
.AnyTagClassName
{
color: #110A6C;
}
</style>
background-color css
<style>
a { background-color: #110A6C; }
a { background-color: rgb(17,10,108); }
div.DivClassName
{
background-color: #110A6C;
}
.BgClassName
{
background-color: #110A6C;
}
</style>
border-color css
<style>
span { border-color: #110A6C; }
span { border-color: rgb(17,10,108); }
td.TdClassName
{
border-color: #110A6C;
}
.TagClassName
{
border-color: #110A6C;
}
</style>