Shades of Midnight Blue #112379
Tints of Midnight Blue #112379
RGB
CMYK
RGB Variations
Color information
#112379 (or 0x112379) is known color: Midnight Blue. HEX triplet: 11, 23 and 79. RGB value is (17,35,121). Sum of RGB (Red+Green+Blue) = 17+35+121=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 121 (47.66% from 255 or 69.94% from 173); Max value from RGB is 121 - color contains mainly: blue. Hex color #112379 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112379 is #EEDC86. Grayscale: #272727. Windows color (decimal): -15654023 or 7938833. OLE color: 7938833.
HSL color Cylindrical-coordinate representation of color #112379: hue angle of 229.62º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #112379 is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 35 | 121 | - |
| CMYK | 0.86 | 0.71 | 0 | 0.53 |
| HSL | 229.62º | 0.75% | 0.27% | - |
| HSV(B) | 229.62º | 0.86% | 0.47% | - |
| XYZ | 4.28 | 2.7 | 18.38 | - |
| YUV | 39.42 | 174.04 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 35 | 121 | 0.86 | 0.71 | 0 | 0.53 | 229.62 | 0.75 | 0.27 |
| Hex | 11 | 23 | 79 | 56 | 47 | 0 | 35 | E6 | 4B | 1B |
| Octal | 21 | 43 | 171 | 126 | 107 | 0 | 65 | 346 | 113 | 33 |
| Binary | 10001 | 100011 | 1111001 | 1010110 | 1000111 | 0 | 110101 | 11100110 | 1001011 | 11011 |
Color Harmonies of #112379
Complementary color
Monochromatic Colors of #112379
Black with #112379
Text Example
Text Example
White with #112379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112379; }
p { color: rgb(17,35,121); }
H1.HeaderClassName
{
color: #112379;
}
.AnyTagClassName
{
color: #112379;
}
</style>
background-color css
<style>
a { background-color: #112379; }
a { background-color: rgb(17,35,121); }
div.DivClassName
{
background-color: #112379;
}
.BgClassName
{
background-color: #112379;
}
</style>
border-color css
<style>
span { border-color: #112379; }
span { border-color: rgb(17,35,121); }
td.TdClassName
{
border-color: #112379;
}
.TagClassName
{
border-color: #112379;
}
</style>