Shades of Midnight Blue #112482
Tints of Midnight Blue #112482
RGB
CMYK
RGB Variations
Color information
#112482 (or 0x112482) is known color: Midnight Blue. HEX triplet: 11, 24 and 82. RGB value is (17,36,130). Sum of RGB (Red+Green+Blue) = 17+36+130=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 130 (51.17% from 255 or 71.04% from 183); Max value from RGB is 130 - color contains mainly: blue. Hex color #112482 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112482 is #EEDB7D. Grayscale: #282828. Windows color (decimal): -15653758 or 8528913. OLE color: 8528913.
HSL color Cylindrical-coordinate representation of color #112482: hue angle of 229.91º 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 #112482 is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 36 | 130 | - |
| CMYK | 0.87 | 0.72 | 0 | 0.49 |
| HSL | 229.91º | 0.77% | 0.29% | - |
| HSV(B) | 229.91º | 0.87% | 0.51% | - |
| XYZ | 4.89 | 2.99 | 21.44 | - |
| YUV | 41.04 | 178.21 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 36 | 130 | 0.87 | 0.72 | 0 | 0.49 | 229.91 | 0.77 | 0.29 |
| Hex | 11 | 24 | 82 | 57 | 48 | 0 | 31 | E6 | 4D | 1D |
| Octal | 21 | 44 | 202 | 127 | 110 | 0 | 61 | 346 | 115 | 35 |
| Binary | 10001 | 100100 | 10000010 | 1010111 | 1001000 | 0 | 110001 | 11100110 | 1001101 | 11101 |
Color Harmonies of #112482
Complementary color
Monochromatic Colors of #112482
Black with #112482
Text Example
Text Example
White with #112482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112482; }
p { color: rgb(17,36,130); }
H1.HeaderClassName
{
color: #112482;
}
.AnyTagClassName
{
color: #112482;
}
</style>
background-color css
<style>
a { background-color: #112482; }
a { background-color: rgb(17,36,130); }
div.DivClassName
{
background-color: #112482;
}
.BgClassName
{
background-color: #112482;
}
</style>
border-color css
<style>
span { border-color: #112482; }
span { border-color: rgb(17,36,130); }
td.TdClassName
{
border-color: #112482;
}
.TagClassName
{
border-color: #112482;
}
</style>