Shades of Midnight #112647
Tints of Midnight #112647
RGB
CMYK
RGB Variations
Color information
#112647 (or 0x112647) is known color: Midnight. HEX triplet: 11, 26 and 47. RGB value is (17,38,71). Sum of RGB (Red+Green+Blue) = 17+38+71=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 38 (15.23% from 255 or 30.16% from 126); Blue value is 71 (28.12% from 255 or 56.35% from 126); Max value from RGB is 71 - color contains mainly: blue. Hex color #112647 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112647 is #EED9B8. Grayscale: #232323. Windows color (decimal): -15653305 or 4662801. OLE color: 4662801.
HSL color Cylindrical-coordinate representation of color #112647: hue angle of 216.67º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #112647 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 38 | 71 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.72 |
| HSL | 216.67º | 0.61% | 0.17% | - |
| HSV(B) | 216.67º | 0.76% | 0.28% | - |
| XYZ | 2.06 | 1.96 | 6.23 | - |
| YUV | 35.48 | 148.04 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 38 | 71 | 0.76 | 0.46 | 0 | 0.72 | 216.67 | 0.61 | 0.17 |
| Hex | 11 | 26 | 47 | 4C | 2E | 0 | 48 | D9 | 3D | 11 |
| Octal | 21 | 46 | 107 | 114 | 56 | 0 | 110 | 331 | 75 | 21 |
| Binary | 10001 | 100110 | 1000111 | 1001100 | 101110 | 0 | 1001000 | 11011001 | 111101 | 10001 |
Color Harmonies of #112647
Complementary color
Monochromatic Colors of #112647
Black with #112647
Text Example
Text Example
White with #112647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112647; }
p { color: rgb(17,38,71); }
H1.HeaderClassName
{
color: #112647;
}
.AnyTagClassName
{
color: #112647;
}
</style>
background-color css
<style>
a { background-color: #112647; }
a { background-color: rgb(17,38,71); }
div.DivClassName
{
background-color: #112647;
}
.BgClassName
{
background-color: #112647;
}
</style>
border-color css
<style>
span { border-color: #112647; }
span { border-color: rgb(17,38,71); }
td.TdClassName
{
border-color: #112647;
}
.TagClassName
{
border-color: #112647;
}
</style>