Shades of Midnight Blue #111D74
Tints of Midnight Blue #111D74
RGB
CMYK
RGB Variations
Color information
#111D74 (or 0x111D74) is known color: Midnight Blue. HEX triplet: 11, 1D and 74. RGB value is (17,29,116). Sum of RGB (Red+Green+Blue) = 17+29+116=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 29 (11.72% from 255 or 17.90% from 162); Blue value is 116 (45.70% from 255 or 71.60% from 162); Max value from RGB is 116 - color contains mainly: blue. Hex color #111D74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111D74 is #EEE28B. Grayscale: #222222. Windows color (decimal): -15655564 or 7609617. OLE color: 7609617.
HSL color Cylindrical-coordinate representation of color #111D74: hue angle of 232.73º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #111D74 is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 29 | 116 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.55 |
| HSL | 232.73º | 0.74% | 0.26% | - |
| HSV(B) | 232.73º | 0.85% | 0.45% | - |
| XYZ | 3.82 | 2.26 | 16.76 | - |
| YUV | 35.33 | 173.52 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 116 | 0.85 | 0.75 | 0 | 0.55 | 232.73 | 0.74 | 0.26 |
| Hex | 11 | 1D | 74 | 55 | 4B | 0 | 37 | E9 | 4A | 1A |
| Octal | 21 | 35 | 164 | 125 | 113 | 0 | 67 | 351 | 112 | 32 |
| Binary | 10001 | 11101 | 1110100 | 1010101 | 1001011 | 0 | 110111 | 11101001 | 1001010 | 11010 |
Color Harmonies of #111D74
Complementary color
Monochromatic Colors of #111D74
Black with #111D74
Text Example
Text Example
White with #111D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D74; }
p { color: rgb(17,29,116); }
H1.HeaderClassName
{
color: #111D74;
}
.AnyTagClassName
{
color: #111D74;
}
</style>
background-color css
<style>
a { background-color: #111D74; }
a { background-color: rgb(17,29,116); }
div.DivClassName
{
background-color: #111D74;
}
.BgClassName
{
background-color: #111D74;
}
</style>
border-color css
<style>
span { border-color: #111D74; }
span { border-color: rgb(17,29,116); }
td.TdClassName
{
border-color: #111D74;
}
.TagClassName
{
border-color: #111D74;
}
</style>