Shades of Midnight Blue #161A5B
Tints of Midnight Blue #161A5B
RGB
CMYK
RGB Variations
Color information
#161A5B (or 0x161A5B) is known color: Midnight Blue. HEX triplet: 16, 1A and 5B. RGB value is (22,26,91). Sum of RGB (Red+Green+Blue) = 22+26+91=139 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.83% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 91 (35.94% from 255 or 65.47% from 139); Max value from RGB is 91 - color contains mainly: blue. Hex color #161A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161A5B is #E9E5A4. Grayscale: #1F1F1F. Windows color (decimal): -15328677 or 5970454. OLE color: 5970454.
HSL color Cylindrical-coordinate representation of color #161A5B: hue angle of 236.52º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #161A5B is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 26 | 91 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.64 |
| HSL | 236.52º | 0.61% | 0.22% | - |
| HSV(B) | 236.52º | 0.76% | 0.36% | - |
| XYZ | 2.59 | 1.66 | 10.08 | - |
| YUV | 32.21 | 161.17 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 26 | 91 | 0.76 | 0.71 | 0 | 0.64 | 236.52 | 0.61 | 0.22 |
| Hex | 16 | 1A | 5B | 4C | 47 | 0 | 40 | ED | 3D | 16 |
| Octal | 26 | 32 | 133 | 114 | 107 | 0 | 100 | 355 | 75 | 26 |
| Binary | 10110 | 11010 | 1011011 | 1001100 | 1000111 | 0 | 1000000 | 11101101 | 111101 | 10110 |
Color Harmonies of #161A5B
Complementary color
Monochromatic Colors of #161A5B
Black with #161A5B
Text Example
Text Example
White with #161A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161A5B; }
p { color: rgb(22,26,91); }
H1.HeaderClassName
{
color: #161A5B;
}
.AnyTagClassName
{
color: #161A5B;
}
</style>
background-color css
<style>
a { background-color: #161A5B; }
a { background-color: rgb(22,26,91); }
div.DivClassName
{
background-color: #161A5B;
}
.BgClassName
{
background-color: #161A5B;
}
</style>
border-color css
<style>
span { border-color: #161A5B; }
span { border-color: rgb(22,26,91); }
td.TdClassName
{
border-color: #161A5B;
}
.TagClassName
{
border-color: #161A5B;
}
</style>