Shades of Midnight #112A4A
Tints of Midnight #112A4A
RGB
CMYK
RGB Variations
Color information
#112A4A (or 0x112A4A) is known color: Midnight. HEX triplet: 11, 2A and 4A. RGB value is (17,42,74). Sum of RGB (Red+Green+Blue) = 17+42+74=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 42 (16.80% from 255 or 31.58% from 133); Blue value is 74 (29.30% from 255 or 55.64% from 133); Max value from RGB is 74 - color contains mainly: blue. Hex color #112A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112A4A is #EED5B5. Grayscale: #262626. Windows color (decimal): -15652278 or 4860433. OLE color: 4860433.
HSL color Cylindrical-coordinate representation of color #112A4A: hue angle of 213.68º 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 #112A4A is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 42 | 74 | - |
| CMYK | 0.77 | 0.43 | 0 | 0.71 |
| HSL | 213.68º | 0.63% | 0.18% | - |
| HSV(B) | 213.68º | 0.77% | 0.29% | - |
| XYZ | 2.3 | 2.27 | 6.8 | - |
| YUV | 38.17 | 148.22 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 42 | 74 | 0.77 | 0.43 | 0 | 0.71 | 213.68 | 0.63 | 0.18 |
| Hex | 11 | 2A | 4A | 4D | 2B | 0 | 47 | D6 | 3F | 12 |
| Octal | 21 | 52 | 112 | 115 | 53 | 0 | 107 | 326 | 77 | 22 |
| Binary | 10001 | 101010 | 1001010 | 1001101 | 101011 | 0 | 1000111 | 11010110 | 111111 | 10010 |
Color Harmonies of #112A4A
Complementary color
Monochromatic Colors of #112A4A
Black with #112A4A
Text Example
Text Example
White with #112A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112A4A; }
p { color: rgb(17,42,74); }
H1.HeaderClassName
{
color: #112A4A;
}
.AnyTagClassName
{
color: #112A4A;
}
</style>
background-color css
<style>
a { background-color: #112A4A; }
a { background-color: rgb(17,42,74); }
div.DivClassName
{
background-color: #112A4A;
}
.BgClassName
{
background-color: #112A4A;
}
</style>
border-color css
<style>
span { border-color: #112A4A; }
span { border-color: rgb(17,42,74); }
td.TdClassName
{
border-color: #112A4A;
}
.TagClassName
{
border-color: #112A4A;
}
</style>