Shades of Midnight Blue #111F7D
Tints of Midnight Blue #111F7D
RGB
CMYK
RGB Variations
Color information
#111F7D (or 0x111F7D) is known color: Midnight Blue. HEX triplet: 11, 1F and 7D. RGB value is (17,31,125). Sum of RGB (Red+Green+Blue) = 17+31+125=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 31 (12.5% from 255 or 17.92% from 173); Blue value is 125 (49.22% from 255 or 72.25% from 173); Max value from RGB is 125 - color contains mainly: blue. Hex color #111F7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111F7D is #EEE082. Grayscale: #252525. Windows color (decimal): -15655043 or 8199953. OLE color: 8199953.
HSL color Cylindrical-coordinate representation of color #111F7D: hue angle of 232.22º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #111F7D is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 31 | 125 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.51 |
| HSL | 232.22º | 0.76% | 0.28% | - |
| HSV(B) | 232.22º | 0.86% | 0.49% | - |
| XYZ | 4.42 | 2.58 | 19.67 | - |
| YUV | 37.53 | 177.36 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 125 | 0.86 | 0.75 | 0 | 0.51 | 232.22 | 0.76 | 0.28 |
| Hex | 11 | 1F | 7D | 56 | 4B | 0 | 33 | E8 | 4C | 1C |
| Octal | 21 | 37 | 175 | 126 | 113 | 0 | 63 | 350 | 114 | 34 |
| Binary | 10001 | 11111 | 1111101 | 1010110 | 1001011 | 0 | 110011 | 11101000 | 1001100 | 11100 |
Color Harmonies of #111F7D
Complementary color
Monochromatic Colors of #111F7D
Black with #111F7D
Text Example
Text Example
White with #111F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111F7D; }
p { color: rgb(17,31,125); }
H1.HeaderClassName
{
color: #111F7D;
}
.AnyTagClassName
{
color: #111F7D;
}
</style>
background-color css
<style>
a { background-color: #111F7D; }
a { background-color: rgb(17,31,125); }
div.DivClassName
{
background-color: #111F7D;
}
.BgClassName
{
background-color: #111F7D;
}
</style>
border-color css
<style>
span { border-color: #111F7D; }
span { border-color: rgb(17,31,125); }
td.TdClassName
{
border-color: #111F7D;
}
.TagClassName
{
border-color: #111F7D;
}
</style>