Shades of Midnight Blue #161B56
Tints of Midnight Blue #161B56
RGB
CMYK
RGB Variations
Color information
#161B56 (or 0x161B56) is known color: Midnight Blue. HEX triplet: 16, 1B and 56. RGB value is (22,27,86). Sum of RGB (Red+Green+Blue) = 22+27+86=135 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.30% from 135); Green value is 27 (10.94% from 255 or 20% from 135); Blue value is 86 (33.98% from 255 or 63.70% from 135); Max value from RGB is 86 - color contains mainly: blue. Hex color #161B56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161B56 is #E9E4A9. Grayscale: #1F1F1F. Windows color (decimal): -15328426 or 5643030. OLE color: 5643030.
HSL color Cylindrical-coordinate representation of color #161B56: hue angle of 235.31º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #161B56 is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 27 | 86 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.66 |
| HSL | 235.31º | 0.59% | 0.21% | - |
| HSV(B) | 235.31º | 0.74% | 0.34% | - |
| XYZ | 2.4 | 1.63 | 8.99 | - |
| YUV | 32.23 | 158.34 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 27 | 86 | 0.74 | 0.69 | 0 | 0.66 | 235.31 | 0.59 | 0.21 |
| Hex | 16 | 1B | 56 | 4A | 45 | 0 | 42 | EB | 3B | 15 |
| Octal | 26 | 33 | 126 | 112 | 105 | 0 | 102 | 353 | 73 | 25 |
| Binary | 10110 | 11011 | 1010110 | 1001010 | 1000101 | 0 | 1000010 | 11101011 | 111011 | 10101 |
Color Harmonies of #161B56
Complementary color
Monochromatic Colors of #161B56
Black with #161B56
Text Example
Text Example
White with #161B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161B56; }
p { color: rgb(22,27,86); }
H1.HeaderClassName
{
color: #161B56;
}
.AnyTagClassName
{
color: #161B56;
}
</style>
background-color css
<style>
a { background-color: #161B56; }
a { background-color: rgb(22,27,86); }
div.DivClassName
{
background-color: #161B56;
}
.BgClassName
{
background-color: #161B56;
}
</style>
border-color css
<style>
span { border-color: #161B56; }
span { border-color: rgb(22,27,86); }
td.TdClassName
{
border-color: #161B56;
}
.TagClassName
{
border-color: #161B56;
}
</style>