Shades of Midnight Blue #111353
Tints of Midnight Blue #111353
RGB
CMYK
RGB Variations
Color information
#111353 (or 0x111353) is known color: Midnight Blue. HEX triplet: 11, 13 and 53. RGB value is (17,19,83). Sum of RGB (Red+Green+Blue) = 17+19+83=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 83 (32.81% from 255 or 69.75% from 119); Max value from RGB is 83 - color contains mainly: blue. Hex color #111353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111353 is #EEECAC. Grayscale: #191919. Windows color (decimal): -15658157 or 5444369. OLE color: 5444369.
HSL color Cylindrical-coordinate representation of color #111353: hue angle of 238.18º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #111353 is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 19 | 83 | - |
| CMYK | 0.80 | 0.77 | 0 | 0.67 |
| HSL | 238.18º | 0.66% | 0.2% | - |
| HSV(B) | 238.18º | 0.8% | 0.33% | - |
| XYZ | 2.03 | 1.21 | 8.31 | - |
| YUV | 25.7 | 160.34 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 83 | 0.80 | 0.77 | 0 | 0.67 | 238.18 | 0.66 | 0.2 |
| Hex | 11 | 13 | 53 | 50 | 4D | 0 | 43 | EE | 42 | 14 |
| Octal | 21 | 23 | 123 | 120 | 115 | 0 | 103 | 356 | 102 | 24 |
| Binary | 10001 | 10011 | 1010011 | 1010000 | 1001101 | 0 | 1000011 | 11101110 | 1000010 | 10100 |
Color Harmonies of #111353
Complementary color
Monochromatic Colors of #111353
Black with #111353
Text Example
Text Example
White with #111353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111353; }
p { color: rgb(17,19,83); }
H1.HeaderClassName
{
color: #111353;
}
.AnyTagClassName
{
color: #111353;
}
</style>
background-color css
<style>
a { background-color: #111353; }
a { background-color: rgb(17,19,83); }
div.DivClassName
{
background-color: #111353;
}
.BgClassName
{
background-color: #111353;
}
</style>
border-color css
<style>
span { border-color: #111353; }
span { border-color: rgb(17,19,83); }
td.TdClassName
{
border-color: #111353;
}
.TagClassName
{
border-color: #111353;
}
</style>