Shades of Midnight Blue #11267F
Tints of Midnight Blue #11267F
RGB
CMYK
RGB Variations
Color information
#11267F (or 0x11267F) is known color: Midnight Blue. HEX triplet: 11, 26 and 7F. RGB value is (17,38,127). Sum of RGB (Red+Green+Blue) = 17+38+127=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 127 (50% from 255 or 69.78% from 182); Max value from RGB is 127 - color contains mainly: blue. Hex color #11267F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11267F is #EED980. Grayscale: #292929. Windows color (decimal): -15653249 or 8332817. OLE color: 8332817.
HSL color Cylindrical-coordinate representation of color #11267F: hue angle of 228.55º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11267F is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 17 | 38 | 127 | - |
| CMYK | 0.87 | 0.70 | 0 | 0.50 |
| HSL | 228.55º | 0.76% | 0.28% | - |
| HSV(B) | 228.55º | 0.87% | 0.5% | - |
| XYZ | 4.76 | 3.04 | 20.41 | - |
| YUV | 41.87 | 176.04 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 38 | 127 | 0.87 | 0.70 | 0 | 0.50 | 228.55 | 0.76 | 0.28 |
| Hex | 11 | 26 | 7F | 57 | 46 | 0 | 32 | E5 | 4C | 1C |
| Octal | 21 | 46 | 177 | 127 | 106 | 0 | 62 | 345 | 114 | 34 |
| Binary | 10001 | 100110 | 1111111 | 1010111 | 1000110 | 0 | 110010 | 11100101 | 1001100 | 11100 |
Color Harmonies of #11267F
Complementary color
Monochromatic Colors of #11267F
Black with #11267F
Text Example
Text Example
White with #11267F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11267F; }
p { color: rgb(17,38,127); }
H1.HeaderClassName
{
color: #11267F;
}
.AnyTagClassName
{
color: #11267F;
}
</style>
background-color css
<style>
a { background-color: #11267F; }
a { background-color: rgb(17,38,127); }
div.DivClassName
{
background-color: #11267F;
}
.BgClassName
{
background-color: #11267F;
}
</style>
border-color css
<style>
span { border-color: #11267F; }
span { border-color: rgb(17,38,127); }
td.TdClassName
{
border-color: #11267F;
}
.TagClassName
{
border-color: #11267F;
}
</style>