Shades of Midnight Blue #11185B
Tints of Midnight Blue #11185B
RGB
CMYK
RGB Variations
Color information
#11185B (or 0x11185B) is known color: Midnight Blue. HEX triplet: 11, 18 and 5B. RGB value is (17,24,91). Sum of RGB (Red+Green+Blue) = 17+24+91=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 91 (35.94% from 255 or 68.94% from 132); Max value from RGB is 91 - color contains mainly: blue. Hex color #11185B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11185B is #EEE7A4. Grayscale: #1D1D1D. Windows color (decimal): -15656869 or 5969937. OLE color: 5969937.
HSL color Cylindrical-coordinate representation of color #11185B: hue angle of 234.32º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11185B is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 24 | 91 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.64 |
| HSL | 234.32º | 0.69% | 0.21% | - |
| HSV(B) | 234.32º | 0.81% | 0.36% | - |
| XYZ | 2.45 | 1.53 | 10.06 | - |
| YUV | 29.55 | 162.68 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 24 | 91 | 0.81 | 0.74 | 0 | 0.64 | 234.32 | 0.69 | 0.21 |
| Hex | 11 | 18 | 5B | 51 | 4A | 0 | 40 | EA | 45 | 15 |
| Octal | 21 | 30 | 133 | 121 | 112 | 0 | 100 | 352 | 105 | 25 |
| Binary | 10001 | 11000 | 1011011 | 1010001 | 1001010 | 0 | 1000000 | 11101010 | 1000101 | 10101 |
Color Harmonies of #11185B
Complementary color
Monochromatic Colors of #11185B
Black with #11185B
Text Example
Text Example
White with #11185B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11185B; }
p { color: rgb(17,24,91); }
H1.HeaderClassName
{
color: #11185B;
}
.AnyTagClassName
{
color: #11185B;
}
</style>
background-color css
<style>
a { background-color: #11185B; }
a { background-color: rgb(17,24,91); }
div.DivClassName
{
background-color: #11185B;
}
.BgClassName
{
background-color: #11185B;
}
</style>
border-color css
<style>
span { border-color: #11185B; }
span { border-color: rgb(17,24,91); }
td.TdClassName
{
border-color: #11185B;
}
.TagClassName
{
border-color: #11185B;
}
</style>