Shades of Midnight Blue #11237C
Tints of Midnight Blue #11237C
RGB
CMYK
RGB Variations
Color information
#11237C (or 0x11237C) is known color: Midnight Blue. HEX triplet: 11, 23 and 7C. RGB value is (17,35,124). Sum of RGB (Red+Green+Blue) = 17+35+124=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 35 (14.06% from 255 or 19.89% from 176); Blue value is 124 (48.83% from 255 or 70.45% from 176); Max value from RGB is 124 - color contains mainly: blue. Hex color #11237C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11237C is #EEDC83. Grayscale: #272727. Windows color (decimal): -15654020 or 8135441. OLE color: 8135441.
HSL color Cylindrical-coordinate representation of color #11237C: hue angle of 229.91º 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 #11237C is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 35 | 124 | - |
| CMYK | 0.86 | 0.72 | 0 | 0.51 |
| HSL | 229.91º | 0.76% | 0.28% | - |
| HSV(B) | 229.91º | 0.86% | 0.49% | - |
| XYZ | 4.47 | 2.78 | 19.37 | - |
| YUV | 39.76 | 175.54 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 35 | 124 | 0.86 | 0.72 | 0 | 0.51 | 229.91 | 0.76 | 0.28 |
| Hex | 11 | 23 | 7C | 56 | 48 | 0 | 33 | E6 | 4C | 1C |
| Octal | 21 | 43 | 174 | 126 | 110 | 0 | 63 | 346 | 114 | 34 |
| Binary | 10001 | 100011 | 1111100 | 1010110 | 1001000 | 0 | 110011 | 11100110 | 1001100 | 11100 |
Color Harmonies of #11237C
Complementary color
Monochromatic Colors of #11237C
Black with #11237C
Text Example
Text Example
White with #11237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11237C; }
p { color: rgb(17,35,124); }
H1.HeaderClassName
{
color: #11237C;
}
.AnyTagClassName
{
color: #11237C;
}
</style>
background-color css
<style>
a { background-color: #11237C; }
a { background-color: rgb(17,35,124); }
div.DivClassName
{
background-color: #11237C;
}
.BgClassName
{
background-color: #11237C;
}
</style>
border-color css
<style>
span { border-color: #11237C; }
span { border-color: rgb(17,35,124); }
td.TdClassName
{
border-color: #11237C;
}
.TagClassName
{
border-color: #11237C;
}
</style>