Shades of Midnight Blue #111965
Tints of Midnight Blue #111965
RGB
CMYK
RGB Variations
Color information
#111965 (or 0x111965) is known color: Midnight Blue. HEX triplet: 11, 19 and 65. RGB value is (17,25,101). Sum of RGB (Red+Green+Blue) = 17+25+101=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 101 (39.84% from 255 or 70.63% from 143); Max value from RGB is 101 - color contains mainly: blue. Hex color #111965 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111965 is #EEE69A. Grayscale: #1E1E1E. Windows color (decimal): -15656603 or 6625553. OLE color: 6625553.
HSL color Cylindrical-coordinate representation of color #111965: hue angle of 234.29º 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 #111965 is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 25 | 101 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.60 |
| HSL | 234.29º | 0.71% | 0.23% | - |
| HSV(B) | 234.29º | 0.83% | 0.4% | - |
| XYZ | 2.93 | 1.75 | 12.5 | - |
| YUV | 31.27 | 167.35 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 101 | 0.83 | 0.75 | 0 | 0.60 | 234.29 | 0.71 | 0.23 |
| Hex | 11 | 19 | 65 | 53 | 4B | 0 | 3C | EA | 47 | 17 |
| Octal | 21 | 31 | 145 | 123 | 113 | 0 | 74 | 352 | 107 | 27 |
| Binary | 10001 | 11001 | 1100101 | 1010011 | 1001011 | 0 | 111100 | 11101010 | 1000111 | 10111 |
Color Harmonies of #111965
Complementary color
Monochromatic Colors of #111965
Black with #111965
Text Example
Text Example
White with #111965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111965; }
p { color: rgb(17,25,101); }
H1.HeaderClassName
{
color: #111965;
}
.AnyTagClassName
{
color: #111965;
}
</style>
background-color css
<style>
a { background-color: #111965; }
a { background-color: rgb(17,25,101); }
div.DivClassName
{
background-color: #111965;
}
.BgClassName
{
background-color: #111965;
}
</style>
border-color css
<style>
span { border-color: #111965; }
span { border-color: rgb(17,25,101); }
td.TdClassName
{
border-color: #111965;
}
.TagClassName
{
border-color: #111965;
}
</style>