Shades of Midnight Blue #112682
Tints of Midnight Blue #112682
RGB
CMYK
RGB Variations
Color information
#112682 (or 0x112682) is known color: Midnight Blue. HEX triplet: 11, 26 and 82. RGB value is (17,38,130). Sum of RGB (Red+Green+Blue) = 17+38+130=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 130 (51.17% from 255 or 70.27% from 185); Max value from RGB is 130 - color contains mainly: blue. Hex color #112682 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112682 is #EED97D. Grayscale: #292929. Windows color (decimal): -15653246 or 8529425. OLE color: 8529425.
HSL color Cylindrical-coordinate representation of color #112682: hue angle of 228.85º 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 #112682 is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 38 | 130 | - |
| CMYK | 0.87 | 0.71 | 0 | 0.49 |
| HSL | 228.85º | 0.77% | 0.29% | - |
| HSV(B) | 228.85º | 0.87% | 0.51% | - |
| XYZ | 4.95 | 3.12 | 21.46 | - |
| YUV | 42.21 | 177.54 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 38 | 130 | 0.87 | 0.71 | 0 | 0.49 | 228.85 | 0.77 | 0.29 |
| Hex | 11 | 26 | 82 | 57 | 47 | 0 | 31 | E5 | 4D | 1D |
| Octal | 21 | 46 | 202 | 127 | 107 | 0 | 61 | 345 | 115 | 35 |
| Binary | 10001 | 100110 | 10000010 | 1010111 | 1000111 | 0 | 110001 | 11100101 | 1001101 | 11101 |
Color Harmonies of #112682
Complementary color
Monochromatic Colors of #112682
Black with #112682
Text Example
Text Example
White with #112682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112682; }
p { color: rgb(17,38,130); }
H1.HeaderClassName
{
color: #112682;
}
.AnyTagClassName
{
color: #112682;
}
</style>
background-color css
<style>
a { background-color: #112682; }
a { background-color: rgb(17,38,130); }
div.DivClassName
{
background-color: #112682;
}
.BgClassName
{
background-color: #112682;
}
</style>
border-color css
<style>
span { border-color: #112682; }
span { border-color: rgb(17,38,130); }
td.TdClassName
{
border-color: #112682;
}
.TagClassName
{
border-color: #112682;
}
</style>