Shades of Midnight Blue #11185D
Tints of Midnight Blue #11185D
RGB
CMYK
RGB Variations
Color information
#11185D (or 0x11185D) is known color: Midnight Blue. HEX triplet: 11, 18 and 5D. RGB value is (17,24,93). Sum of RGB (Red+Green+Blue) = 17+24+93=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 93 (36.72% from 255 or 69.40% from 134); Max value from RGB is 93 - color contains mainly: blue. Hex color #11185D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11185D is #EEE7A2. Grayscale: #1D1D1D. Windows color (decimal): -15656867 or 6101009. OLE color: 6101009.
HSL color Cylindrical-coordinate representation of color #11185D: hue angle of 234.47º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11185D is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 24 | 93 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.64 |
| HSL | 234.47º | 0.69% | 0.22% | - |
| HSV(B) | 234.47º | 0.82% | 0.36% | - |
| XYZ | 2.53 | 1.56 | 10.52 | - |
| YUV | 29.77 | 163.68 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 24 | 93 | 0.82 | 0.74 | 0 | 0.64 | 234.47 | 0.69 | 0.22 |
| Hex | 11 | 18 | 5D | 52 | 4A | 0 | 40 | EA | 45 | 16 |
| Octal | 21 | 30 | 135 | 122 | 112 | 0 | 100 | 352 | 105 | 26 |
| Binary | 10001 | 11000 | 1011101 | 1010010 | 1001010 | 0 | 1000000 | 11101010 | 1000101 | 10110 |
Color Harmonies of #11185D
Complementary color
Monochromatic Colors of #11185D
Black with #11185D
Text Example
Text Example
White with #11185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11185D; }
p { color: rgb(17,24,93); }
H1.HeaderClassName
{
color: #11185D;
}
.AnyTagClassName
{
color: #11185D;
}
</style>
background-color css
<style>
a { background-color: #11185D; }
a { background-color: rgb(17,24,93); }
div.DivClassName
{
background-color: #11185D;
}
.BgClassName
{
background-color: #11185D;
}
</style>
border-color css
<style>
span { border-color: #11185D; }
span { border-color: rgb(17,24,93); }
td.TdClassName
{
border-color: #11185D;
}
.TagClassName
{
border-color: #11185D;
}
</style>