Shades of Midnight #162C4C
Tints of Midnight #162C4C
RGB
CMYK
RGB Variations
Color information
#162C4C (or 0x162C4C) is known color: Midnight. HEX triplet: 16, 2C and 4C. RGB value is (22,44,76). Sum of RGB (Red+Green+Blue) = 22+44+76=142 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.49% from 142); Green value is 44 (17.58% from 255 or 30.99% from 142); Blue value is 76 (30.08% from 255 or 53.52% from 142); Max value from RGB is 76 - color contains mainly: blue. Hex color #162C4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #162C4C is #E9D3B3. Grayscale: #282828. Windows color (decimal): -15324084 or 4992022. OLE color: 4992022.
HSL color Cylindrical-coordinate representation of color #162C4C: hue angle of 215.56º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #162C4C is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 44 | 76 | - |
| CMYK | 0.71 | 0.42 | 0 | 0.70 |
| HSL | 215.56º | 0.55% | 0.19% | - |
| HSV(B) | 215.56º | 0.71% | 0.3% | - |
| XYZ | 2.54 | 2.49 | 7.19 | - |
| YUV | 41.07 | 147.71 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 44 | 76 | 0.71 | 0.42 | 0 | 0.70 | 215.56 | 0.55 | 0.19 |
| Hex | 16 | 2C | 4C | 47 | 2A | 0 | 46 | D8 | 37 | 13 |
| Octal | 26 | 54 | 114 | 107 | 52 | 0 | 106 | 330 | 67 | 23 |
| Binary | 10110 | 101100 | 1001100 | 1000111 | 101010 | 0 | 1000110 | 11011000 | 110111 | 10011 |
Color Harmonies of #162C4C
Complementary color
Monochromatic Colors of #162C4C
Black with #162C4C
Text Example
Text Example
White with #162C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162C4C; }
p { color: rgb(22,44,76); }
H1.HeaderClassName
{
color: #162C4C;
}
.AnyTagClassName
{
color: #162C4C;
}
</style>
background-color css
<style>
a { background-color: #162C4C; }
a { background-color: rgb(22,44,76); }
div.DivClassName
{
background-color: #162C4C;
}
.BgClassName
{
background-color: #162C4C;
}
</style>
border-color css
<style>
span { border-color: #162C4C; }
span { border-color: rgb(22,44,76); }
td.TdClassName
{
border-color: #162C4C;
}
.TagClassName
{
border-color: #162C4C;
}
</style>