Shades of Midnight Blue #112680
Tints of Midnight Blue #112680
RGB
CMYK
RGB Variations
Color information
#112680 (or 0x112680) is known color: Midnight Blue. HEX triplet: 11, 26 and 80. RGB value is (17,38,128). Sum of RGB (Red+Green+Blue) = 17+38+128=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 128 (50.39% from 255 or 69.95% from 183); Max value from RGB is 128 - color contains mainly: blue. Hex color #112680 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112680 is #EED97F. Grayscale: #292929. Windows color (decimal): -15653248 or 8398353. OLE color: 8398353.
HSL color Cylindrical-coordinate representation of color #112680: hue angle of 228.65º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #112680 is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 17 | 38 | 128 | - |
| CMYK | 0.87 | 0.70 | 0 | 0.50 |
| HSL | 228.65º | 0.77% | 0.28% | - |
| HSV(B) | 228.65º | 0.87% | 0.5% | - |
| XYZ | 4.82 | 3.06 | 20.76 | - |
| YUV | 41.98 | 176.54 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 38 | 128 | 0.87 | 0.70 | 0 | 0.50 | 228.65 | 0.77 | 0.28 |
| Hex | 11 | 26 | 80 | 57 | 46 | 0 | 32 | E5 | 4D | 1C |
| Octal | 21 | 46 | 200 | 127 | 106 | 0 | 62 | 345 | 115 | 34 |
| Binary | 10001 | 100110 | 10000000 | 1010111 | 1000110 | 0 | 110010 | 11100101 | 1001101 | 11100 |
Color Harmonies of #112680
Complementary color
Monochromatic Colors of #112680
Black with #112680
Text Example
Text Example
White with #112680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112680; }
p { color: rgb(17,38,128); }
H1.HeaderClassName
{
color: #112680;
}
.AnyTagClassName
{
color: #112680;
}
</style>
background-color css
<style>
a { background-color: #112680; }
a { background-color: rgb(17,38,128); }
div.DivClassName
{
background-color: #112680;
}
.BgClassName
{
background-color: #112680;
}
</style>
border-color css
<style>
span { border-color: #112680; }
span { border-color: rgb(17,38,128); }
td.TdClassName
{
border-color: #112680;
}
.TagClassName
{
border-color: #112680;
}
</style>