Shades of Midnight Blue #11207C
Tints of Midnight Blue #11207C
RGB
CMYK
RGB Variations
Color information
#11207C (or 0x11207C) is known color: Midnight Blue. HEX triplet: 11, 20 and 7C. RGB value is (17,32,124). Sum of RGB (Red+Green+Blue) = 17+32+124=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 124 (48.83% from 255 or 71.68% from 173); Max value from RGB is 124 - color contains mainly: blue. Hex color #11207C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11207C is #EEDF83. Grayscale: #252525. Windows color (decimal): -15654788 or 8134673. OLE color: 8134673.
HSL color Cylindrical-coordinate representation of color #11207C: hue angle of 231.59º 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 #11207C is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 32 | 124 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.51 |
| HSL | 231.59º | 0.76% | 0.28% | - |
| HSV(B) | 231.59º | 0.86% | 0.49% | - |
| XYZ | 4.39 | 2.61 | 19.34 | - |
| YUV | 38 | 176.53 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 32 | 124 | 0.86 | 0.74 | 0 | 0.51 | 231.59 | 0.76 | 0.28 |
| Hex | 11 | 20 | 7C | 56 | 4A | 0 | 33 | E8 | 4C | 1C |
| Octal | 21 | 40 | 174 | 126 | 112 | 0 | 63 | 350 | 114 | 34 |
| Binary | 10001 | 100000 | 1111100 | 1010110 | 1001010 | 0 | 110011 | 11101000 | 1001100 | 11100 |
Color Harmonies of #11207C
Complementary color
Monochromatic Colors of #11207C
Black with #11207C
Text Example
Text Example
White with #11207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11207C; }
p { color: rgb(17,32,124); }
H1.HeaderClassName
{
color: #11207C;
}
.AnyTagClassName
{
color: #11207C;
}
</style>
background-color css
<style>
a { background-color: #11207C; }
a { background-color: rgb(17,32,124); }
div.DivClassName
{
background-color: #11207C;
}
.BgClassName
{
background-color: #11207C;
}
</style>
border-color css
<style>
span { border-color: #11207C; }
span { border-color: rgb(17,32,124); }
td.TdClassName
{
border-color: #11207C;
}
.TagClassName
{
border-color: #11207C;
}
</style>