Shades of Midnight Blue #111452
Tints of Midnight Blue #111452
RGB
CMYK
RGB Variations
Color information
#111452 (or 0x111452) is known color: Midnight Blue. HEX triplet: 11, 14 and 52. RGB value is (17,20,82). Sum of RGB (Red+Green+Blue) = 17+20+82=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 82 (32.42% from 255 or 68.91% from 119); Max value from RGB is 82 - color contains mainly: blue. Hex color #111452 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111452 is #EEEBAD. Grayscale: #191919. Windows color (decimal): -15657902 or 5379089. OLE color: 5379089.
HSL color Cylindrical-coordinate representation of color #111452: hue angle of 237.23º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #111452 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 20 | 82 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.68 |
| HSL | 237.23º | 0.66% | 0.19% | - |
| HSV(B) | 237.23º | 0.79% | 0.32% | - |
| XYZ | 2 | 1.23 | 8.11 | - |
| YUV | 26.17 | 159.51 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 20 | 82 | 0.79 | 0.76 | 0 | 0.68 | 237.23 | 0.66 | 0.19 |
| Hex | 11 | 14 | 52 | 4F | 4C | 0 | 44 | ED | 42 | 13 |
| Octal | 21 | 24 | 122 | 117 | 114 | 0 | 104 | 355 | 102 | 23 |
| Binary | 10001 | 10100 | 1010010 | 1001111 | 1001100 | 0 | 1000100 | 11101101 | 1000010 | 10011 |
Color Harmonies of #111452
Complementary color
Monochromatic Colors of #111452
Black with #111452
Text Example
Text Example
White with #111452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111452; }
p { color: rgb(17,20,82); }
H1.HeaderClassName
{
color: #111452;
}
.AnyTagClassName
{
color: #111452;
}
</style>
background-color css
<style>
a { background-color: #111452; }
a { background-color: rgb(17,20,82); }
div.DivClassName
{
background-color: #111452;
}
.BgClassName
{
background-color: #111452;
}
</style>
border-color css
<style>
span { border-color: #111452; }
span { border-color: rgb(17,20,82); }
td.TdClassName
{
border-color: #111452;
}
.TagClassName
{
border-color: #111452;
}
</style>