Shades of Midnight Blue #111F76
Tints of Midnight Blue #111F76
RGB
CMYK
RGB Variations
Color information
#111F76 (or 0x111F76) is known color: Midnight Blue. HEX triplet: 11, 1F and 76. RGB value is (17,31,118). Sum of RGB (Red+Green+Blue) = 17+31+118=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 118 (46.48% from 255 or 71.08% from 166); Max value from RGB is 118 - color contains mainly: blue. Hex color #111F76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111F76 is #EEE089. Grayscale: #242424. Windows color (decimal): -15655050 or 7741201. OLE color: 7741201.
HSL color Cylindrical-coordinate representation of color #111F76: hue angle of 231.68º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #111F76 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 31 | 118 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.54 |
| HSL | 231.68º | 0.75% | 0.26% | - |
| HSV(B) | 231.68º | 0.86% | 0.46% | - |
| XYZ | 3.99 | 2.41 | 17.39 | - |
| YUV | 36.73 | 173.86 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 118 | 0.86 | 0.74 | 0 | 0.54 | 231.68 | 0.75 | 0.26 |
| Hex | 11 | 1F | 76 | 56 | 4A | 0 | 36 | E8 | 4B | 1A |
| Octal | 21 | 37 | 166 | 126 | 112 | 0 | 66 | 350 | 113 | 32 |
| Binary | 10001 | 11111 | 1110110 | 1010110 | 1001010 | 0 | 110110 | 11101000 | 1001011 | 11010 |
Color Harmonies of #111F76
Complementary color
Monochromatic Colors of #111F76
Black with #111F76
Text Example
Text Example
White with #111F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111F76; }
p { color: rgb(17,31,118); }
H1.HeaderClassName
{
color: #111F76;
}
.AnyTagClassName
{
color: #111F76;
}
</style>
background-color css
<style>
a { background-color: #111F76; }
a { background-color: rgb(17,31,118); }
div.DivClassName
{
background-color: #111F76;
}
.BgClassName
{
background-color: #111F76;
}
</style>
border-color css
<style>
span { border-color: #111F76; }
span { border-color: rgb(17,31,118); }
td.TdClassName
{
border-color: #111F76;
}
.TagClassName
{
border-color: #111F76;
}
</style>