Shades of Midnight Blue #111D81
Tints of Midnight Blue #111D81
RGB
CMYK
RGB Variations
Color information
#111D81 (or 0x111D81) is known color: Midnight Blue. HEX triplet: 11, 1D and 81. RGB value is (17,29,129). Sum of RGB (Red+Green+Blue) = 17+29+129=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 129 (50.78% from 255 or 73.71% from 175); Max value from RGB is 129 - color contains mainly: blue. Hex color #111D81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111D81 is #EEE27E. Grayscale: #242424. Windows color (decimal): -15655551 or 8461585. OLE color: 8461585.
HSL color Cylindrical-coordinate representation of color #111D81: hue angle of 233.57º 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 #111D81 is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 29 | 129 | - |
| CMYK | 0.87 | 0.78 | 0 | 0.49 |
| HSL | 233.57º | 0.77% | 0.29% | - |
| HSV(B) | 233.57º | 0.87% | 0.51% | - |
| XYZ | 4.63 | 2.58 | 21.02 | - |
| YUV | 36.81 | 180.02 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 129 | 0.87 | 0.78 | 0 | 0.49 | 233.57 | 0.77 | 0.29 |
| Hex | 11 | 1D | 81 | 57 | 4E | 0 | 31 | EA | 4D | 1D |
| Octal | 21 | 35 | 201 | 127 | 116 | 0 | 61 | 352 | 115 | 35 |
| Binary | 10001 | 11101 | 10000001 | 1010111 | 1001110 | 0 | 110001 | 11101010 | 1001101 | 11101 |
Color Harmonies of #111D81
Complementary color
Monochromatic Colors of #111D81
Black with #111D81
Text Example
Text Example
White with #111D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D81; }
p { color: rgb(17,29,129); }
H1.HeaderClassName
{
color: #111D81;
}
.AnyTagClassName
{
color: #111D81;
}
</style>
background-color css
<style>
a { background-color: #111D81; }
a { background-color: rgb(17,29,129); }
div.DivClassName
{
background-color: #111D81;
}
.BgClassName
{
background-color: #111D81;
}
</style>
border-color css
<style>
span { border-color: #111D81; }
span { border-color: rgb(17,29,129); }
td.TdClassName
{
border-color: #111D81;
}
.TagClassName
{
border-color: #111D81;
}
</style>