Shades of Midnight Blue #11207B
Tints of Midnight Blue #11207B
RGB
CMYK
RGB Variations
Color information
#11207B (or 0x11207B) is known color: Midnight Blue. HEX triplet: 11, 20 and 7B. RGB value is (17,32,123). Sum of RGB (Red+Green+Blue) = 17+32+123=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 123 (48.44% from 255 or 71.51% from 172); Max value from RGB is 123 - color contains mainly: blue. Hex color #11207B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11207B is #EEDF84. Grayscale: #252525. Windows color (decimal): -15654789 or 8069137. OLE color: 8069137.
HSL color Cylindrical-coordinate representation of color #11207B: hue angle of 231.51º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11207B is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 32 | 123 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.52 |
| HSL | 231.51º | 0.76% | 0.27% | - |
| HSV(B) | 231.51º | 0.86% | 0.48% | - |
| XYZ | 4.32 | 2.58 | 19.01 | - |
| YUV | 37.89 | 176.03 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 32 | 123 | 0.86 | 0.74 | 0 | 0.52 | 231.51 | 0.76 | 0.27 |
| Hex | 11 | 20 | 7B | 56 | 4A | 0 | 34 | E8 | 4C | 1B |
| Octal | 21 | 40 | 173 | 126 | 112 | 0 | 64 | 350 | 114 | 33 |
| Binary | 10001 | 100000 | 1111011 | 1010110 | 1001010 | 0 | 110100 | 11101000 | 1001100 | 11011 |
Color Harmonies of #11207B
Complementary color
Monochromatic Colors of #11207B
Black with #11207B
Text Example
Text Example
White with #11207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11207B; }
p { color: rgb(17,32,123); }
H1.HeaderClassName
{
color: #11207B;
}
.AnyTagClassName
{
color: #11207B;
}
</style>
background-color css
<style>
a { background-color: #11207B; }
a { background-color: rgb(17,32,123); }
div.DivClassName
{
background-color: #11207B;
}
.BgClassName
{
background-color: #11207B;
}
</style>
border-color css
<style>
span { border-color: #11207B; }
span { border-color: rgb(17,32,123); }
td.TdClassName
{
border-color: #11207B;
}
.TagClassName
{
border-color: #11207B;
}
</style>