Shades of Midnight Blue #112277
Tints of Midnight Blue #112277
RGB
CMYK
RGB Variations
Color information
#112277 (or 0x112277) is known color: Midnight Blue. HEX triplet: 11, 22 and 77. RGB value is (17,34,119). Sum of RGB (Red+Green+Blue) = 17+34+119=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 119 (46.88% from 255 or 70% from 170); Max value from RGB is 119 - color contains mainly: blue. Hex color #112277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112277 is #EEDD88. Grayscale: #262626. Windows color (decimal): -15654281 or 7807505. OLE color: 7807505.
HSL color Cylindrical-coordinate representation of color #112277: hue angle of 230º 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 #112277 is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 34 | 119 | - |
| CMYK | 0.86 | 0.71 | 0 | 0.53 |
| HSL | 230º | 0.75% | 0.27% | - |
| HSV(B) | 230º | 0.86% | 0.47% | - |
| XYZ | 4.13 | 2.6 | 17.74 | - |
| YUV | 38.61 | 173.37 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 34 | 119 | 0.86 | 0.71 | 0 | 0.53 | 230 | 0.75 | 0.27 |
| Hex | 11 | 22 | 77 | 56 | 47 | 0 | 35 | E6 | 4B | 1B |
| Octal | 21 | 42 | 167 | 126 | 107 | 0 | 65 | 346 | 113 | 33 |
| Binary | 10001 | 100010 | 1110111 | 1010110 | 1000111 | 0 | 110101 | 11100110 | 1001011 | 11011 |
Color Harmonies of #112277
Complementary color
Monochromatic Colors of #112277
Black with #112277
Text Example
Text Example
White with #112277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112277; }
p { color: rgb(17,34,119); }
H1.HeaderClassName
{
color: #112277;
}
.AnyTagClassName
{
color: #112277;
}
</style>
background-color css
<style>
a { background-color: #112277; }
a { background-color: rgb(17,34,119); }
div.DivClassName
{
background-color: #112277;
}
.BgClassName
{
background-color: #112277;
}
</style>
border-color css
<style>
span { border-color: #112277; }
span { border-color: rgb(17,34,119); }
td.TdClassName
{
border-color: #112277;
}
.TagClassName
{
border-color: #112277;
}
</style>