Shades of Midnight Blue #11157C
Tints of Midnight Blue #11157C
RGB
CMYK
RGB Variations
Color information
#11157C (or 0x11157C) is known color: Midnight Blue. HEX triplet: 11, 15 and 7C. RGB value is (17,21,124). Sum of RGB (Red+Green+Blue) = 17+21+124=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 124 (48.83% from 255 or 76.54% from 162); Max value from RGB is 124 - color contains mainly: blue. Hex color #11157C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11157C is #EEEA83. Grayscale: #1F1F1F. Windows color (decimal): -15657604 or 8131857. OLE color: 8131857.
HSL color Cylindrical-coordinate representation of color #11157C: hue angle of 237.76º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11157C is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 21 | 124 | - |
| CMYK | 0.86 | 0.83 | 0 | 0.51 |
| HSL | 237.76º | 0.76% | 0.28% | - |
| HSV(B) | 237.76º | 0.86% | 0.49% | - |
| XYZ | 4.14 | 2.11 | 19.26 | - |
| YUV | 31.55 | 180.17 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 21 | 124 | 0.86 | 0.83 | 0 | 0.51 | 237.76 | 0.76 | 0.28 |
| Hex | 11 | 15 | 7C | 56 | 53 | 0 | 33 | EE | 4C | 1C |
| Octal | 21 | 25 | 174 | 126 | 123 | 0 | 63 | 356 | 114 | 34 |
| Binary | 10001 | 10101 | 1111100 | 1010110 | 1010011 | 0 | 110011 | 11101110 | 1001100 | 11100 |
Color Harmonies of #11157C
Complementary color
Monochromatic Colors of #11157C
Black with #11157C
Text Example
Text Example
White with #11157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11157C; }
p { color: rgb(17,21,124); }
H1.HeaderClassName
{
color: #11157C;
}
.AnyTagClassName
{
color: #11157C;
}
</style>
background-color css
<style>
a { background-color: #11157C; }
a { background-color: rgb(17,21,124); }
div.DivClassName
{
background-color: #11157C;
}
.BgClassName
{
background-color: #11157C;
}
</style>
border-color css
<style>
span { border-color: #11157C; }
span { border-color: rgb(17,21,124); }
td.TdClassName
{
border-color: #11157C;
}
.TagClassName
{
border-color: #11157C;
}
</style>