Shades of Midnight Blue #161B82
Tints of Midnight Blue #161B82
RGB
CMYK
RGB Variations
Color information
#161B82 (or 0x161B82) is known color: Midnight Blue. HEX triplet: 16, 1B and 82. RGB value is (22,27,130). Sum of RGB (Red+Green+Blue) = 22+27+130=179 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.29% from 179); Green value is 27 (10.94% from 255 or 15.08% from 179); Blue value is 130 (51.17% from 255 or 72.63% from 179); Max value from RGB is 130 - color contains mainly: blue. Hex color #161B82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161B82 is #E9E47D. Grayscale: #242424. Windows color (decimal): -15328382 or 8526614. OLE color: 8526614.
HSL color Cylindrical-coordinate representation of color #161B82: hue angle of 237.22º 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 #161B82 is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 27 | 130 | - |
| CMYK | 0.83 | 0.79 | 0 | 0.49 |
| HSL | 237.22º | 0.71% | 0.3% | - |
| HSV(B) | 237.22º | 0.83% | 0.51% | - |
| XYZ | 4.75 | 2.57 | 21.36 | - |
| YUV | 37.25 | 180.34 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 27 | 130 | 0.83 | 0.79 | 0 | 0.49 | 237.22 | 0.71 | 0.3 |
| Hex | 16 | 1B | 82 | 53 | 4F | 0 | 31 | ED | 47 | 1E |
| Octal | 26 | 33 | 202 | 123 | 117 | 0 | 61 | 355 | 107 | 36 |
| Binary | 10110 | 11011 | 10000010 | 1010011 | 1001111 | 0 | 110001 | 11101101 | 1000111 | 11110 |
Color Harmonies of #161B82
Complementary color
Monochromatic Colors of #161B82
Black with #161B82
Text Example
Text Example
White with #161B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161B82; }
p { color: rgb(22,27,130); }
H1.HeaderClassName
{
color: #161B82;
}
.AnyTagClassName
{
color: #161B82;
}
</style>
background-color css
<style>
a { background-color: #161B82; }
a { background-color: rgb(22,27,130); }
div.DivClassName
{
background-color: #161B82;
}
.BgClassName
{
background-color: #161B82;
}
</style>
border-color css
<style>
span { border-color: #161B82; }
span { border-color: rgb(22,27,130); }
td.TdClassName
{
border-color: #161B82;
}
.TagClassName
{
border-color: #161B82;
}
</style>