Shades of Midnight Blue #161C81
Tints of Midnight Blue #161C81
RGB
CMYK
RGB Variations
Color information
#161C81 (or 0x161C81) is known color: Midnight Blue. HEX triplet: 16, 1C and 81. RGB value is (22,28,129). Sum of RGB (Red+Green+Blue) = 22+28+129=179 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.29% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 129 (50.78% from 255 or 72.07% from 179); Max value from RGB is 129 - color contains mainly: blue. Hex color #161C81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161C81 is #E9E37E. Grayscale: #252525. Windows color (decimal): -15328127 or 8461334. OLE color: 8461334.
HSL color Cylindrical-coordinate representation of color #161C81: hue angle of 236.64º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #161C81 is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 28 | 129 | - |
| CMYK | 0.83 | 0.78 | 0 | 0.49 |
| HSL | 236.64º | 0.71% | 0.3% | - |
| HSV(B) | 236.64º | 0.83% | 0.51% | - |
| XYZ | 4.71 | 2.59 | 21.02 | - |
| YUV | 37.72 | 179.51 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 28 | 129 | 0.83 | 0.78 | 0 | 0.49 | 236.64 | 0.71 | 0.3 |
| Hex | 16 | 1C | 81 | 53 | 4E | 0 | 31 | ED | 47 | 1E |
| Octal | 26 | 34 | 201 | 123 | 116 | 0 | 61 | 355 | 107 | 36 |
| Binary | 10110 | 11100 | 10000001 | 1010011 | 1001110 | 0 | 110001 | 11101101 | 1000111 | 11110 |
Color Harmonies of #161C81
Complementary color
Monochromatic Colors of #161C81
Black with #161C81
Text Example
Text Example
White with #161C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161C81; }
p { color: rgb(22,28,129); }
H1.HeaderClassName
{
color: #161C81;
}
.AnyTagClassName
{
color: #161C81;
}
</style>
background-color css
<style>
a { background-color: #161C81; }
a { background-color: rgb(22,28,129); }
div.DivClassName
{
background-color: #161C81;
}
.BgClassName
{
background-color: #161C81;
}
</style>
border-color css
<style>
span { border-color: #161C81; }
span { border-color: rgb(22,28,129); }
td.TdClassName
{
border-color: #161C81;
}
.TagClassName
{
border-color: #161C81;
}
</style>