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