Shades of Midnight Blue #161B6E
Tints of Midnight Blue #161B6E
RGB
CMYK
RGB Variations
Color information
#161B6E (or 0x161B6E) is known color: Midnight Blue. HEX triplet: 16, 1B and 6E. RGB value is (22,27,110). Sum of RGB (Red+Green+Blue) = 22+27+110=159 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.84% from 159); Green value is 27 (10.94% from 255 or 16.98% from 159); Blue value is 110 (43.36% from 255 or 69.18% from 159); Max value from RGB is 110 - color contains mainly: blue. Hex color #161B6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161B6E is #E9E491. Grayscale: #222222. Windows color (decimal): -15328402 or 7215894. OLE color: 7215894.
HSL color Cylindrical-coordinate representation of color #161B6E: hue angle of 236.59º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #161B6E is Cyan = 0.8, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 27 | 110 | - |
| CMYK | 0.8 | 0.75 | 0 | 0.57 |
| HSL | 236.59º | 0.67% | 0.26% | - |
| HSV(B) | 236.59º | 0.8% | 0.43% | - |
| XYZ | 3.54 | 2.08 | 14.97 | - |
| YUV | 34.97 | 170.34 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 27 | 110 | 0.8 | 0.75 | 0 | 0.57 | 236.59 | 0.67 | 0.26 |
| Hex | 16 | 1B | 6E | 50 | 4B | 0 | 39 | ED | 43 | 1A |
| Octal | 26 | 33 | 156 | 120 | 113 | 0 | 71 | 355 | 103 | 32 |
| Binary | 10110 | 11011 | 1101110 | 1010000 | 1001011 | 0 | 111001 | 11101101 | 1000011 | 11010 |
Color Harmonies of #161B6E
Complementary color
Monochromatic Colors of #161B6E
Black with #161B6E
Text Example
Text Example
White with #161B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161B6E; }
p { color: rgb(22,27,110); }
H1.HeaderClassName
{
color: #161B6E;
}
.AnyTagClassName
{
color: #161B6E;
}
</style>
background-color css
<style>
a { background-color: #161B6E; }
a { background-color: rgb(22,27,110); }
div.DivClassName
{
background-color: #161B6E;
}
.BgClassName
{
background-color: #161B6E;
}
</style>
border-color css
<style>
span { border-color: #161B6E; }
span { border-color: rgb(22,27,110); }
td.TdClassName
{
border-color: #161B6E;
}
.TagClassName
{
border-color: #161B6E;
}
</style>