Shades of Midnight Blue #110C69
Tints of Midnight Blue #110C69
RGB
CMYK
RGB Variations
Color information
#110C69 (or 0x110C69) is known color: Midnight Blue. HEX triplet: 11, 0C and 69. RGB value is (17,12,105). Sum of RGB (Red+Green+Blue) = 17+12+105=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 105 (41.41% from 255 or 78.36% from 134); Max value from RGB is 105 - color contains mainly: blue. Hex color #110C69 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110C69 is #EEF396. Grayscale: #171717. Windows color (decimal): -15659927 or 6884369. OLE color: 6884369.
HSL color Cylindrical-coordinate representation of color #110C69: hue angle of 243.23º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #110C69 is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 12 | 105 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.59 |
| HSL | 243.23º | 0.79% | 0.23% | - |
| HSV(B) | 243.23º | 0.89% | 0.41% | - |
| XYZ | 2.91 | 1.4 | 13.48 | - |
| YUV | 24.1 | 173.66 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 105 | 0.84 | 0.89 | 0 | 0.59 | 243.23 | 0.79 | 0.23 |
| Hex | 11 | C | 69 | 54 | 59 | 0 | 3B | F3 | 4F | 17 |
| Octal | 21 | 14 | 151 | 124 | 131 | 0 | 73 | 363 | 117 | 27 |
| Binary | 10001 | 1100 | 1101001 | 1010100 | 1011001 | 0 | 111011 | 11110011 | 1001111 | 10111 |
Color Harmonies of #110C69
Complementary color
Monochromatic Colors of #110C69
Black with #110C69
Text Example
Text Example
White with #110C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110C69; }
p { color: rgb(17,12,105); }
H1.HeaderClassName
{
color: #110C69;
}
.AnyTagClassName
{
color: #110C69;
}
</style>
background-color css
<style>
a { background-color: #110C69; }
a { background-color: rgb(17,12,105); }
div.DivClassName
{
background-color: #110C69;
}
.BgClassName
{
background-color: #110C69;
}
</style>
border-color css
<style>
span { border-color: #110C69; }
span { border-color: rgb(17,12,105); }
td.TdClassName
{
border-color: #110C69;
}
.TagClassName
{
border-color: #110C69;
}
</style>