Shades of Midnight Blue #110F5C
Tints of Midnight Blue #110F5C
RGB
CMYK
RGB Variations
Color information
#110F5C (or 0x110F5C) is known color: Midnight Blue. HEX triplet: 11, 0F and 5C. RGB value is (17,15,92). Sum of RGB (Red+Green+Blue) = 17+15+92=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 92 (36.33% from 255 or 74.19% from 124); Max value from RGB is 92 - color contains mainly: blue. Hex color #110F5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110F5C is #EEF0A3. Grayscale: #181818. Windows color (decimal): -15659172 or 6033169. OLE color: 6033169.
HSL color Cylindrical-coordinate representation of color #110F5C: hue angle of 241.56º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #110F5C is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 15 | 92 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.64 |
| HSL | 241.56º | 0.72% | 0.21% | - |
| HSV(B) | 241.56º | 0.84% | 0.36% | - |
| XYZ | 2.33 | 1.23 | 10.24 | - |
| YUV | 24.38 | 166.16 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 92 | 0.82 | 0.84 | 0 | 0.64 | 241.56 | 0.72 | 0.21 |
| Hex | 11 | F | 5C | 52 | 54 | 0 | 40 | F2 | 48 | 15 |
| Octal | 21 | 17 | 134 | 122 | 124 | 0 | 100 | 362 | 110 | 25 |
| Binary | 10001 | 1111 | 1011100 | 1010010 | 1010100 | 0 | 1000000 | 11110010 | 1001000 | 10101 |
Color Harmonies of #110F5C
Complementary color
Monochromatic Colors of #110F5C
Black with #110F5C
Text Example
Text Example
White with #110F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F5C; }
p { color: rgb(17,15,92); }
H1.HeaderClassName
{
color: #110F5C;
}
.AnyTagClassName
{
color: #110F5C;
}
</style>
background-color css
<style>
a { background-color: #110F5C; }
a { background-color: rgb(17,15,92); }
div.DivClassName
{
background-color: #110F5C;
}
.BgClassName
{
background-color: #110F5C;
}
</style>
border-color css
<style>
span { border-color: #110F5C; }
span { border-color: rgb(17,15,92); }
td.TdClassName
{
border-color: #110F5C;
}
.TagClassName
{
border-color: #110F5C;
}
</style>