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