Shades of Midnight #112C4A
Tints of Midnight #112C4A
RGB
CMYK
RGB Variations
Color information
#112C4A (or 0x112C4A) is known color: Midnight. HEX triplet: 11, 2C and 4A. RGB value is (17,44,74). Sum of RGB (Red+Green+Blue) = 17+44+74=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 44 (17.58% from 255 or 32.59% from 135); Blue value is 74 (29.30% from 255 or 54.81% from 135); Max value from RGB is 74 - color contains mainly: blue. Hex color #112C4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112C4A is #EED3B5. Grayscale: #272727. Windows color (decimal): -15651766 or 4860945. OLE color: 4860945.
HSL color Cylindrical-coordinate representation of color #112C4A: hue angle of 211.58º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #112C4A is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 44 | 74 | - |
| CMYK | 0.77 | 0.41 | 0 | 0.71 |
| HSL | 211.58º | 0.63% | 0.18% | - |
| HSV(B) | 211.58º | 0.77% | 0.29% | - |
| XYZ | 2.37 | 2.41 | 6.82 | - |
| YUV | 39.35 | 147.55 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 44 | 74 | 0.77 | 0.41 | 0 | 0.71 | 211.58 | 0.63 | 0.18 |
| Hex | 11 | 2C | 4A | 4D | 29 | 0 | 47 | D4 | 3F | 12 |
| Octal | 21 | 54 | 112 | 115 | 51 | 0 | 107 | 324 | 77 | 22 |
| Binary | 10001 | 101100 | 1001010 | 1001101 | 101001 | 0 | 1000111 | 11010100 | 111111 | 10010 |
Color Harmonies of #112C4A
Complementary color
Monochromatic Colors of #112C4A
Black with #112C4A
Text Example
Text Example
White with #112C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112C4A; }
p { color: rgb(17,44,74); }
H1.HeaderClassName
{
color: #112C4A;
}
.AnyTagClassName
{
color: #112C4A;
}
</style>
background-color css
<style>
a { background-color: #112C4A; }
a { background-color: rgb(17,44,74); }
div.DivClassName
{
background-color: #112C4A;
}
.BgClassName
{
background-color: #112C4A;
}
</style>
border-color css
<style>
span { border-color: #112C4A; }
span { border-color: rgb(17,44,74); }
td.TdClassName
{
border-color: #112C4A;
}
.TagClassName
{
border-color: #112C4A;
}
</style>