Shades of Midnight Blue #111B63
Tints of Midnight Blue #111B63
RGB
CMYK
RGB Variations
Color information
#111B63 (or 0x111B63) is known color: Midnight Blue. HEX triplet: 11, 1B and 63. RGB value is (17,27,99). Sum of RGB (Red+Green+Blue) = 17+27+99=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 99 (39.06% from 255 or 69.23% from 143); Max value from RGB is 99 - color contains mainly: blue. Hex color #111B63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111B63 is #EEE49C. Grayscale: #1F1F1F. Windows color (decimal): -15656093 or 6494993. OLE color: 6494993.
HSL color Cylindrical-coordinate representation of color #111B63: hue angle of 232.68º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #111B63 is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 27 | 99 | - |
| CMYK | 0.83 | 0.73 | 0 | 0.61 |
| HSL | 232.68º | 0.71% | 0.23% | - |
| HSV(B) | 232.68º | 0.83% | 0.39% | - |
| XYZ | 2.88 | 1.8 | 12 | - |
| YUV | 32.22 | 165.69 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 99 | 0.83 | 0.73 | 0 | 0.61 | 232.68 | 0.71 | 0.23 |
| Hex | 11 | 1B | 63 | 53 | 49 | 0 | 3D | E9 | 47 | 17 |
| Octal | 21 | 33 | 143 | 123 | 111 | 0 | 75 | 351 | 107 | 27 |
| Binary | 10001 | 11011 | 1100011 | 1010011 | 1001001 | 0 | 111101 | 11101001 | 1000111 | 10111 |
Color Harmonies of #111B63
Complementary color
Monochromatic Colors of #111B63
Black with #111B63
Text Example
Text Example
White with #111B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B63; }
p { color: rgb(17,27,99); }
H1.HeaderClassName
{
color: #111B63;
}
.AnyTagClassName
{
color: #111B63;
}
</style>
background-color css
<style>
a { background-color: #111B63; }
a { background-color: rgb(17,27,99); }
div.DivClassName
{
background-color: #111B63;
}
.BgClassName
{
background-color: #111B63;
}
</style>
border-color css
<style>
span { border-color: #111B63; }
span { border-color: rgb(17,27,99); }
td.TdClassName
{
border-color: #111B63;
}
.TagClassName
{
border-color: #111B63;
}
</style>