Shades of Midnight Blue #110752
Tints of Midnight Blue #110752
RGB
CMYK
RGB Variations
Color information
#110752 (or 0x110752) is known color: Midnight Blue. HEX triplet: 11, 07 and 52. RGB value is (17,7,82). Sum of RGB (Red+Green+Blue) = 17+7+82=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 82 (32.42% from 255 or 77.36% from 106); Max value from RGB is 82 - color contains mainly: blue. Hex color #110752 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110752 is #EEF8AD. Grayscale: #121212. Windows color (decimal): -15661230 or 5375761. OLE color: 5375761.
HSL color Cylindrical-coordinate representation of color #110752: hue angle of 248º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #110752 is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 7 | 82 | - |
| CMYK | 0.79 | 0.91 | 0 | 0.68 |
| HSL | 248º | 0.84% | 0.17% | - |
| HSV(B) | 248º | 0.91% | 0.32% | - |
| XYZ | 1.83 | 0.88 | 8.06 | - |
| YUV | 18.54 | 163.81 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 7 | 82 | 0.79 | 0.91 | 0 | 0.68 | 248 | 0.84 | 0.17 |
| Hex | 11 | 7 | 52 | 4F | 5B | 0 | 44 | F8 | 54 | 11 |
| Octal | 21 | 7 | 122 | 117 | 133 | 0 | 104 | 370 | 124 | 21 |
| Binary | 10001 | 111 | 1010010 | 1001111 | 1011011 | 0 | 1000100 | 11111000 | 1010100 | 10001 |
Color Harmonies of #110752
Complementary color
Monochromatic Colors of #110752
Black with #110752
Text Example
Text Example
White with #110752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110752; }
p { color: rgb(17,7,82); }
H1.HeaderClassName
{
color: #110752;
}
.AnyTagClassName
{
color: #110752;
}
</style>
background-color css
<style>
a { background-color: #110752; }
a { background-color: rgb(17,7,82); }
div.DivClassName
{
background-color: #110752;
}
.BgClassName
{
background-color: #110752;
}
</style>
border-color css
<style>
span { border-color: #110752; }
span { border-color: rgb(17,7,82); }
td.TdClassName
{
border-color: #110752;
}
.TagClassName
{
border-color: #110752;
}
</style>