Shades of Midnight Blue #161279
Tints of Midnight Blue #161279
RGB
CMYK
RGB Variations
Color information
#161279 (or 0x161279) is known color: Midnight Blue. HEX triplet: 16, 12 and 79. RGB value is (22,18,121). Sum of RGB (Red+Green+Blue) = 22+18+121=161 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.66% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 121 (47.66% from 255 or 75.16% from 161); Max value from RGB is 121 - color contains mainly: blue. Hex color #161279 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161279 is #E9ED86. Grayscale: #1E1E1E. Windows color (decimal): -15330695 or 7934486. OLE color: 7934486.
HSL color Cylindrical-coordinate representation of color #161279: hue angle of 242.33º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #161279 is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 18 | 121 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.53 |
| HSL | 242.33º | 0.74% | 0.27% | - |
| HSV(B) | 242.33º | 0.85% | 0.47% | - |
| XYZ | 4 | 1.98 | 18.26 | - |
| YUV | 30.94 | 178.83 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 18 | 121 | 0.82 | 0.85 | 0 | 0.53 | 242.33 | 0.74 | 0.27 |
| Hex | 16 | 12 | 79 | 52 | 55 | 0 | 35 | F2 | 4A | 1B |
| Octal | 26 | 22 | 171 | 122 | 125 | 0 | 65 | 362 | 112 | 33 |
| Binary | 10110 | 10010 | 1111001 | 1010010 | 1010101 | 0 | 110101 | 11110010 | 1001010 | 11011 |
Color Harmonies of #161279
Complementary color
Monochromatic Colors of #161279
Black with #161279
Text Example
Text Example
White with #161279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161279; }
p { color: rgb(22,18,121); }
H1.HeaderClassName
{
color: #161279;
}
.AnyTagClassName
{
color: #161279;
}
</style>
background-color css
<style>
a { background-color: #161279; }
a { background-color: rgb(22,18,121); }
div.DivClassName
{
background-color: #161279;
}
.BgClassName
{
background-color: #161279;
}
</style>
border-color css
<style>
span { border-color: #161279; }
span { border-color: rgb(22,18,121); }
td.TdClassName
{
border-color: #161279;
}
.TagClassName
{
border-color: #161279;
}
</style>