Shades of Midnight Blue #112781
Tints of Midnight Blue #112781
RGB
CMYK
RGB Variations
Color information
#112781 (or 0x112781) is known color: Midnight Blue. HEX triplet: 11, 27 and 81. RGB value is (17,39,129). Sum of RGB (Red+Green+Blue) = 17+39+129=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 129 (50.78% from 255 or 69.73% from 185); Max value from RGB is 129 - color contains mainly: blue. Hex color #112781 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112781 is #EED87E. Grayscale: #2A2A2A. Windows color (decimal): -15652991 or 8464145. OLE color: 8464145.
HSL color Cylindrical-coordinate representation of color #112781: hue angle of 228.21º 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 #112781 is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 39 | 129 | - |
| CMYK | 0.87 | 0.70 | 0 | 0.49 |
| HSL | 228.21º | 0.77% | 0.29% | - |
| HSV(B) | 228.21º | 0.87% | 0.51% | - |
| XYZ | 4.92 | 3.16 | 21.12 | - |
| YUV | 42.68 | 176.71 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 39 | 129 | 0.87 | 0.70 | 0 | 0.49 | 228.21 | 0.77 | 0.29 |
| Hex | 11 | 27 | 81 | 57 | 46 | 0 | 31 | E4 | 4D | 1D |
| Octal | 21 | 47 | 201 | 127 | 106 | 0 | 61 | 344 | 115 | 35 |
| Binary | 10001 | 100111 | 10000001 | 1010111 | 1000110 | 0 | 110001 | 11100100 | 1001101 | 11101 |
Color Harmonies of #112781
Complementary color
Monochromatic Colors of #112781
Black with #112781
Text Example
Text Example
White with #112781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112781; }
p { color: rgb(17,39,129); }
H1.HeaderClassName
{
color: #112781;
}
.AnyTagClassName
{
color: #112781;
}
</style>
background-color css
<style>
a { background-color: #112781; }
a { background-color: rgb(17,39,129); }
div.DivClassName
{
background-color: #112781;
}
.BgClassName
{
background-color: #112781;
}
</style>
border-color css
<style>
span { border-color: #112781; }
span { border-color: rgb(17,39,129); }
td.TdClassName
{
border-color: #112781;
}
.TagClassName
{
border-color: #112781;
}
</style>