Shades of Midnight Blue #110A5C
Tints of Midnight Blue #110A5C
RGB
CMYK
RGB Variations
Color information
#110A5C (or 0x110A5C) is known color: Midnight Blue. HEX triplet: 11, 0A and 5C. RGB value is (17,10,92). Sum of RGB (Red+Green+Blue) = 17+10+92=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 10 (4.30% from 255 or 8.40% from 119); Blue value is 92 (36.33% from 255 or 77.31% from 119); Max value from RGB is 92 - color contains mainly: blue. Hex color #110A5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110A5C is #EEF5A3. Grayscale: #151515. Windows color (decimal): -15660452 or 6031889. OLE color: 6031889.
HSL color Cylindrical-coordinate representation of color #110A5C: hue angle of 245.12º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #110A5C is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 10 | 92 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.64 |
| HSL | 245.12º | 0.8% | 0.2% | - |
| HSV(B) | 245.12º | 0.89% | 0.36% | - |
| XYZ | 2.27 | 1.11 | 10.22 | - |
| YUV | 21.44 | 167.82 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 10 | 92 | 0.82 | 0.89 | 0 | 0.64 | 245.12 | 0.8 | 0.2 |
| Hex | 11 | A | 5C | 52 | 59 | 0 | 40 | F5 | 50 | 14 |
| Octal | 21 | 12 | 134 | 122 | 131 | 0 | 100 | 365 | 120 | 24 |
| Binary | 10001 | 1010 | 1011100 | 1010010 | 1011001 | 0 | 1000000 | 11110101 | 1010000 | 10100 |
Color Harmonies of #110A5C
Complementary color
Monochromatic Colors of #110A5C
Black with #110A5C
Text Example
Text Example
White with #110A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110A5C; }
p { color: rgb(17,10,92); }
H1.HeaderClassName
{
color: #110A5C;
}
.AnyTagClassName
{
color: #110A5C;
}
</style>
background-color css
<style>
a { background-color: #110A5C; }
a { background-color: rgb(17,10,92); }
div.DivClassName
{
background-color: #110A5C;
}
.BgClassName
{
background-color: #110A5C;
}
</style>
border-color css
<style>
span { border-color: #110A5C; }
span { border-color: rgb(17,10,92); }
td.TdClassName
{
border-color: #110A5C;
}
.TagClassName
{
border-color: #110A5C;
}
</style>