Shades of Midnight Blue #11175A
Tints of Midnight Blue #11175A
RGB
CMYK
RGB Variations
Color information
#11175A (or 0x11175A) is known color: Midnight Blue. HEX triplet: 11, 17 and 5A. RGB value is (17,23,90). Sum of RGB (Red+Green+Blue) = 17+23+90=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 90 (35.55% from 255 or 69.23% from 130); Max value from RGB is 90 - color contains mainly: blue. Hex color #11175A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11175A is #EEE8A5. Grayscale: #1C1C1C. Windows color (decimal): -15657126 or 5904145. OLE color: 5904145.
HSL color Cylindrical-coordinate representation of color #11175A: hue angle of 235.07º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11175A is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 23 | 90 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.65 |
| HSL | 235.07º | 0.68% | 0.21% | - |
| HSV(B) | 235.07º | 0.81% | 0.35% | - |
| XYZ | 2.38 | 1.47 | 9.83 | - |
| YUV | 28.84 | 162.51 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 23 | 90 | 0.81 | 0.74 | 0 | 0.65 | 235.07 | 0.68 | 0.21 |
| Hex | 11 | 17 | 5A | 51 | 4A | 0 | 41 | EB | 44 | 15 |
| Octal | 21 | 27 | 132 | 121 | 112 | 0 | 101 | 353 | 104 | 25 |
| Binary | 10001 | 10111 | 1011010 | 1010001 | 1001010 | 0 | 1000001 | 11101011 | 1000100 | 10101 |
Color Harmonies of #11175A
Complementary color
Monochromatic Colors of #11175A
Black with #11175A
Text Example
Text Example
White with #11175A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11175A; }
p { color: rgb(17,23,90); }
H1.HeaderClassName
{
color: #11175A;
}
.AnyTagClassName
{
color: #11175A;
}
</style>
background-color css
<style>
a { background-color: #11175A; }
a { background-color: rgb(17,23,90); }
div.DivClassName
{
background-color: #11175A;
}
.BgClassName
{
background-color: #11175A;
}
</style>
border-color css
<style>
span { border-color: #11175A; }
span { border-color: rgb(17,23,90); }
td.TdClassName
{
border-color: #11175A;
}
.TagClassName
{
border-color: #11175A;
}
</style>