Shades of Midnight Blue #111B73
Tints of Midnight Blue #111B73
RGB
CMYK
RGB Variations
Color information
#111B73 (or 0x111B73) is known color: Midnight Blue. HEX triplet: 11, 1B and 73. RGB value is (17,27,115). Sum of RGB (Red+Green+Blue) = 17+27+115=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 27 (10.94% from 255 or 16.98% from 159); Blue value is 115 (45.31% from 255 or 72.33% from 159); Max value from RGB is 115 - color contains mainly: blue. Hex color #111B73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111B73 is #EEE48C. Grayscale: #212121. Windows color (decimal): -15656077 or 7543569. OLE color: 7543569.
HSL color Cylindrical-coordinate representation of color #111B73: hue angle of 233.88º 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 #111B73 is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 27 | 115 | - |
| CMYK | 0.85 | 0.77 | 0 | 0.55 |
| HSL | 233.88º | 0.74% | 0.26% | - |
| HSV(B) | 233.88º | 0.85% | 0.45% | - |
| XYZ | 3.72 | 2.14 | 16.44 | - |
| YUV | 34.04 | 173.69 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 115 | 0.85 | 0.77 | 0 | 0.55 | 233.88 | 0.74 | 0.26 |
| Hex | 11 | 1B | 73 | 55 | 4D | 0 | 37 | EA | 4A | 1A |
| Octal | 21 | 33 | 163 | 125 | 115 | 0 | 67 | 352 | 112 | 32 |
| Binary | 10001 | 11011 | 1110011 | 1010101 | 1001101 | 0 | 110111 | 11101010 | 1001010 | 11010 |
Color Harmonies of #111B73
Complementary color
Monochromatic Colors of #111B73
Black with #111B73
Text Example
Text Example
White with #111B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B73; }
p { color: rgb(17,27,115); }
H1.HeaderClassName
{
color: #111B73;
}
.AnyTagClassName
{
color: #111B73;
}
</style>
background-color css
<style>
a { background-color: #111B73; }
a { background-color: rgb(17,27,115); }
div.DivClassName
{
background-color: #111B73;
}
.BgClassName
{
background-color: #111B73;
}
</style>
border-color css
<style>
span { border-color: #111B73; }
span { border-color: rgb(17,27,115); }
td.TdClassName
{
border-color: #111B73;
}
.TagClassName
{
border-color: #111B73;
}
</style>