Shades of Midnight Blue #11197C
Tints of Midnight Blue #11197C
RGB
CMYK
RGB Variations
Color information
#11197C (or 0x11197C) is known color: Midnight Blue. HEX triplet: 11, 19 and 7C. RGB value is (17,25,124). Sum of RGB (Red+Green+Blue) = 17+25+124=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 124 (48.83% from 255 or 74.70% from 166); Max value from RGB is 124 - color contains mainly: blue. Hex color #11197C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11197C is #EEE683. Grayscale: #212121. Windows color (decimal): -15656580 or 8132881. OLE color: 8132881.
HSL color Cylindrical-coordinate representation of color #11197C: hue angle of 235.51º 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 #11197C is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 25 | 124 | - |
| CMYK | 0.86 | 0.80 | 0 | 0.51 |
| HSL | 235.51º | 0.76% | 0.28% | - |
| HSV(B) | 235.51º | 0.86% | 0.49% | - |
| XYZ | 4.22 | 2.27 | 19.28 | - |
| YUV | 33.89 | 178.85 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 124 | 0.86 | 0.80 | 0 | 0.51 | 235.51 | 0.76 | 0.28 |
| Hex | 11 | 19 | 7C | 56 | 50 | 0 | 33 | EC | 4C | 1C |
| Octal | 21 | 31 | 174 | 126 | 120 | 0 | 63 | 354 | 114 | 34 |
| Binary | 10001 | 11001 | 1111100 | 1010110 | 1010000 | 0 | 110011 | 11101100 | 1001100 | 11100 |
Color Harmonies of #11197C
Complementary color
Monochromatic Colors of #11197C
Black with #11197C
Text Example
Text Example
White with #11197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11197C; }
p { color: rgb(17,25,124); }
H1.HeaderClassName
{
color: #11197C;
}
.AnyTagClassName
{
color: #11197C;
}
</style>
background-color css
<style>
a { background-color: #11197C; }
a { background-color: rgb(17,25,124); }
div.DivClassName
{
background-color: #11197C;
}
.BgClassName
{
background-color: #11197C;
}
</style>
border-color css
<style>
span { border-color: #11197C; }
span { border-color: rgb(17,25,124); }
td.TdClassName
{
border-color: #11197C;
}
.TagClassName
{
border-color: #11197C;
}
</style>