Shades of Midnight Blue #110A58
Tints of Midnight Blue #110A58
RGB
CMYK
RGB Variations
Color information
#110A58 (or 0x110A58) is known color: Midnight Blue. HEX triplet: 11, 0A and 58. RGB value is (17,10,88). Sum of RGB (Red+Green+Blue) = 17+10+88=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 10 (4.30% from 255 or 8.70% from 115); Blue value is 88 (34.77% from 255 or 76.52% from 115); Max value from RGB is 88 - color contains mainly: blue. Hex color #110A58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110A58 is #EEF5A7. Grayscale: #141414. Windows color (decimal): -15660456 or 5769745. OLE color: 5769745.
HSL color Cylindrical-coordinate representation of color #110A58: hue angle of 245.38º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #110A58 is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 10 | 88 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.65 |
| HSL | 245.38º | 0.8% | 0.19% | - |
| HSV(B) | 245.38º | 0.89% | 0.35% | - |
| XYZ | 2.1 | 1.04 | 9.32 | - |
| YUV | 20.99 | 165.82 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 10 | 88 | 0.81 | 0.89 | 0 | 0.65 | 245.38 | 0.8 | 0.19 |
| Hex | 11 | A | 58 | 51 | 59 | 0 | 41 | F5 | 50 | 13 |
| Octal | 21 | 12 | 130 | 121 | 131 | 0 | 101 | 365 | 120 | 23 |
| Binary | 10001 | 1010 | 1011000 | 1010001 | 1011001 | 0 | 1000001 | 11110101 | 1010000 | 10011 |
Color Harmonies of #110A58
Complementary color
Monochromatic Colors of #110A58
Black with #110A58
Text Example
Text Example
White with #110A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110A58; }
p { color: rgb(17,10,88); }
H1.HeaderClassName
{
color: #110A58;
}
.AnyTagClassName
{
color: #110A58;
}
</style>
background-color css
<style>
a { background-color: #110A58; }
a { background-color: rgb(17,10,88); }
div.DivClassName
{
background-color: #110A58;
}
.BgClassName
{
background-color: #110A58;
}
</style>
border-color css
<style>
span { border-color: #110A58; }
span { border-color: rgb(17,10,88); }
td.TdClassName
{
border-color: #110A58;
}
.TagClassName
{
border-color: #110A58;
}
</style>