Shades of Midnight #112648
Tints of Midnight #112648
RGB
CMYK
RGB Variations
Color information
#112648 (or 0x112648) is known color: Midnight. HEX triplet: 11, 26 and 48. RGB value is (17,38,72). Sum of RGB (Red+Green+Blue) = 17+38+72=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 38 (15.23% from 255 or 29.92% from 127); Blue value is 72 (28.52% from 255 or 56.69% from 127); Max value from RGB is 72 - color contains mainly: blue. Hex color #112648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112648 is #EED9B7. Grayscale: #232323. Windows color (decimal): -15653304 or 4728337. OLE color: 4728337.
HSL color Cylindrical-coordinate representation of color #112648: hue angle of 217.09º degrees, saturation: 0.62, 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 #112648 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 38 | 72 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.72 |
| HSL | 217.09º | 0.62% | 0.17% | - |
| HSV(B) | 217.09º | 0.76% | 0.28% | - |
| XYZ | 2.09 | 1.97 | 6.4 | - |
| YUV | 35.6 | 148.54 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 38 | 72 | 0.76 | 0.47 | 0 | 0.72 | 217.09 | 0.62 | 0.17 |
| Hex | 11 | 26 | 48 | 4C | 2F | 0 | 48 | D9 | 3E | 11 |
| Octal | 21 | 46 | 110 | 114 | 57 | 0 | 110 | 331 | 76 | 21 |
| Binary | 10001 | 100110 | 1001000 | 1001100 | 101111 | 0 | 1001000 | 11011001 | 111110 | 10001 |
Color Harmonies of #112648
Complementary color
Monochromatic Colors of #112648
Black with #112648
Text Example
Text Example
White with #112648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112648; }
p { color: rgb(17,38,72); }
H1.HeaderClassName
{
color: #112648;
}
.AnyTagClassName
{
color: #112648;
}
</style>
background-color css
<style>
a { background-color: #112648; }
a { background-color: rgb(17,38,72); }
div.DivClassName
{
background-color: #112648;
}
.BgClassName
{
background-color: #112648;
}
</style>
border-color css
<style>
span { border-color: #112648; }
span { border-color: rgb(17,38,72); }
td.TdClassName
{
border-color: #112648;
}
.TagClassName
{
border-color: #112648;
}
</style>