Shades of Midnight Blue #112782
Tints of Midnight Blue #112782
RGB
CMYK
RGB Variations
Color information
#112782 (or 0x112782) is known color: Midnight Blue. HEX triplet: 11, 27 and 82. RGB value is (17,39,130). Sum of RGB (Red+Green+Blue) = 17+39+130=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 130 (51.17% from 255 or 69.89% from 186); Max value from RGB is 130 - color contains mainly: blue. Hex color #112782 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112782 is #EED87D. Grayscale: #2A2A2A. Windows color (decimal): -15652990 or 8529681. OLE color: 8529681.
HSL color Cylindrical-coordinate representation of color #112782: hue angle of 228.32º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #112782 is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 39 | 130 | - |
| CMYK | 0.87 | 0.70 | 0 | 0.49 |
| HSL | 228.32º | 0.77% | 0.29% | - |
| HSV(B) | 228.32º | 0.87% | 0.51% | - |
| XYZ | 4.99 | 3.18 | 21.47 | - |
| YUV | 42.8 | 177.21 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 39 | 130 | 0.87 | 0.70 | 0 | 0.49 | 228.32 | 0.77 | 0.29 |
| Hex | 11 | 27 | 82 | 57 | 46 | 0 | 31 | E4 | 4D | 1D |
| Octal | 21 | 47 | 202 | 127 | 106 | 0 | 61 | 344 | 115 | 35 |
| Binary | 10001 | 100111 | 10000010 | 1010111 | 1000110 | 0 | 110001 | 11100100 | 1001101 | 11101 |
Color Harmonies of #112782
Complementary color
Monochromatic Colors of #112782
Black with #112782
Text Example
Text Example
White with #112782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112782; }
p { color: rgb(17,39,130); }
H1.HeaderClassName
{
color: #112782;
}
.AnyTagClassName
{
color: #112782;
}
</style>
background-color css
<style>
a { background-color: #112782; }
a { background-color: rgb(17,39,130); }
div.DivClassName
{
background-color: #112782;
}
.BgClassName
{
background-color: #112782;
}
</style>
border-color css
<style>
span { border-color: #112782; }
span { border-color: rgb(17,39,130); }
td.TdClassName
{
border-color: #112782;
}
.TagClassName
{
border-color: #112782;
}
</style>