Shades of Midnight Blue #111B65
Tints of Midnight Blue #111B65
RGB
CMYK
RGB Variations
Color information
#111B65 (or 0x111B65) is known color: Midnight Blue. HEX triplet: 11, 1B and 65. RGB value is (17,27,101). Sum of RGB (Red+Green+Blue) = 17+27+101=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 27 (10.94% from 255 or 18.62% from 145); Blue value is 101 (39.84% from 255 or 69.66% from 145); Max value from RGB is 101 - color contains mainly: blue. Hex color #111B65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111B65 is #EEE49A. Grayscale: #202020. Windows color (decimal): -15656091 or 6626065. OLE color: 6626065.
HSL color Cylindrical-coordinate representation of color #111B65: hue angle of 232.86º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #111B65 is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 27 | 101 | - |
| CMYK | 0.83 | 0.73 | 0 | 0.60 |
| HSL | 232.86º | 0.71% | 0.23% | - |
| HSV(B) | 232.86º | 0.83% | 0.4% | - |
| XYZ | 2.97 | 1.84 | 12.51 | - |
| YUV | 32.45 | 166.69 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 101 | 0.83 | 0.73 | 0 | 0.60 | 232.86 | 0.71 | 0.23 |
| Hex | 11 | 1B | 65 | 53 | 49 | 0 | 3C | E9 | 47 | 17 |
| Octal | 21 | 33 | 145 | 123 | 111 | 0 | 74 | 351 | 107 | 27 |
| Binary | 10001 | 11011 | 1100101 | 1010011 | 1001001 | 0 | 111100 | 11101001 | 1000111 | 10111 |
Color Harmonies of #111B65
Complementary color
Monochromatic Colors of #111B65
Black with #111B65
Text Example
Text Example
White with #111B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B65; }
p { color: rgb(17,27,101); }
H1.HeaderClassName
{
color: #111B65;
}
.AnyTagClassName
{
color: #111B65;
}
</style>
background-color css
<style>
a { background-color: #111B65; }
a { background-color: rgb(17,27,101); }
div.DivClassName
{
background-color: #111B65;
}
.BgClassName
{
background-color: #111B65;
}
</style>
border-color css
<style>
span { border-color: #111B65; }
span { border-color: rgb(17,27,101); }
td.TdClassName
{
border-color: #111B65;
}
.TagClassName
{
border-color: #111B65;
}
</style>