Shades of Midnight Blue #112278
Tints of Midnight Blue #112278
RGB
CMYK
RGB Variations
Color information
#112278 (or 0x112278) is known color: Midnight Blue. HEX triplet: 11, 22 and 78. RGB value is (17,34,120). Sum of RGB (Red+Green+Blue) = 17+34+120=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 120 (47.27% from 255 or 70.18% from 171); Max value from RGB is 120 - color contains mainly: blue. Hex color #112278 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112278 is #EEDD87. Grayscale: #262626. Windows color (decimal): -15654280 or 7873041. OLE color: 7873041.
HSL color Cylindrical-coordinate representation of color #112278: hue angle of 230.1º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #112278 is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 34 | 120 | - |
| CMYK | 0.86 | 0.72 | 0 | 0.53 |
| HSL | 230.1º | 0.75% | 0.27% | - |
| HSV(B) | 230.1º | 0.86% | 0.47% | - |
| XYZ | 4.19 | 2.62 | 18.05 | - |
| YUV | 38.72 | 173.87 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 34 | 120 | 0.86 | 0.72 | 0 | 0.53 | 230.1 | 0.75 | 0.27 |
| Hex | 11 | 22 | 78 | 56 | 48 | 0 | 35 | E6 | 4B | 1B |
| Octal | 21 | 42 | 170 | 126 | 110 | 0 | 65 | 346 | 113 | 33 |
| Binary | 10001 | 100010 | 1111000 | 1010110 | 1001000 | 0 | 110101 | 11100110 | 1001011 | 11011 |
Color Harmonies of #112278
Complementary color
Monochromatic Colors of #112278
Black with #112278
Text Example
Text Example
White with #112278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112278; }
p { color: rgb(17,34,120); }
H1.HeaderClassName
{
color: #112278;
}
.AnyTagClassName
{
color: #112278;
}
</style>
background-color css
<style>
a { background-color: #112278; }
a { background-color: rgb(17,34,120); }
div.DivClassName
{
background-color: #112278;
}
.BgClassName
{
background-color: #112278;
}
</style>
border-color css
<style>
span { border-color: #112278; }
span { border-color: rgb(17,34,120); }
td.TdClassName
{
border-color: #112278;
}
.TagClassName
{
border-color: #112278;
}
</style>