Shades of Midnight Blue #112173
Tints of Midnight Blue #112173
RGB
CMYK
RGB Variations
Color information
#112173 (or 0x112173) is known color: Midnight Blue. HEX triplet: 11, 21 and 73. RGB value is (17,33,115). Sum of RGB (Red+Green+Blue) = 17+33+115=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 115 (45.31% from 255 or 69.70% from 165); Max value from RGB is 115 - color contains mainly: blue. Hex color #112173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112173 is #EEDE8C. Grayscale: #252525. Windows color (decimal): -15654541 or 7545105. OLE color: 7545105.
HSL color Cylindrical-coordinate representation of color #112173: hue angle of 230.2º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #112173 is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 33 | 115 | - |
| CMYK | 0.85 | 0.71 | 0 | 0.55 |
| HSL | 230.2º | 0.74% | 0.26% | - |
| HSV(B) | 230.2º | 0.85% | 0.45% | - |
| XYZ | 3.87 | 2.44 | 16.49 | - |
| YUV | 37.56 | 171.7 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 33 | 115 | 0.85 | 0.71 | 0 | 0.55 | 230.2 | 0.74 | 0.26 |
| Hex | 11 | 21 | 73 | 55 | 47 | 0 | 37 | E6 | 4A | 1A |
| Octal | 21 | 41 | 163 | 125 | 107 | 0 | 67 | 346 | 112 | 32 |
| Binary | 10001 | 100001 | 1110011 | 1010101 | 1000111 | 0 | 110111 | 11100110 | 1001010 | 11010 |
Color Harmonies of #112173
Complementary color
Monochromatic Colors of #112173
Black with #112173
Text Example
Text Example
White with #112173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112173; }
p { color: rgb(17,33,115); }
H1.HeaderClassName
{
color: #112173;
}
.AnyTagClassName
{
color: #112173;
}
</style>
background-color css
<style>
a { background-color: #112173; }
a { background-color: rgb(17,33,115); }
div.DivClassName
{
background-color: #112173;
}
.BgClassName
{
background-color: #112173;
}
</style>
border-color css
<style>
span { border-color: #112173; }
span { border-color: rgb(17,33,115); }
td.TdClassName
{
border-color: #112173;
}
.TagClassName
{
border-color: #112173;
}
</style>