Shades of Midnight Blue #161374
Tints of Midnight Blue #161374
RGB
CMYK
RGB Variations
Color information
#161374 (or 0x161374) is known color: Midnight Blue. HEX triplet: 16, 13 and 74. RGB value is (22,19,116). Sum of RGB (Red+Green+Blue) = 22+19+116=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 116 (45.70% from 255 or 73.89% from 157); Max value from RGB is 116 - color contains mainly: blue. Hex color #161374 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161374 is #E9EC8B. Grayscale: #1E1E1E. Windows color (decimal): -15330444 or 7607062. OLE color: 7607062.
HSL color Cylindrical-coordinate representation of color #161374: hue angle of 241.86º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #161374 is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 22 | 19 | 116 | - |
| CMYK | 0.81 | 0.84 | 0 | 0.55 |
| HSL | 241.86º | 0.72% | 0.26% | - |
| HSV(B) | 241.86º | 0.84% | 0.45% | - |
| XYZ | 3.72 | 1.9 | 16.69 | - |
| YUV | 30.96 | 175.99 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 19 | 116 | 0.81 | 0.84 | 0 | 0.55 | 241.86 | 0.72 | 0.26 |
| Hex | 16 | 13 | 74 | 51 | 54 | 0 | 37 | F2 | 48 | 1A |
| Octal | 26 | 23 | 164 | 121 | 124 | 0 | 67 | 362 | 110 | 32 |
| Binary | 10110 | 10011 | 1110100 | 1010001 | 1010100 | 0 | 110111 | 11110010 | 1001000 | 11010 |
Color Harmonies of #161374
Complementary color
Monochromatic Colors of #161374
Black with #161374
Text Example
Text Example
White with #161374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161374; }
p { color: rgb(22,19,116); }
H1.HeaderClassName
{
color: #161374;
}
.AnyTagClassName
{
color: #161374;
}
</style>
background-color css
<style>
a { background-color: #161374; }
a { background-color: rgb(22,19,116); }
div.DivClassName
{
background-color: #161374;
}
.BgClassName
{
background-color: #161374;
}
</style>
border-color css
<style>
span { border-color: #161374; }
span { border-color: rgb(22,19,116); }
td.TdClassName
{
border-color: #161374;
}
.TagClassName
{
border-color: #161374;
}
</style>