Shades of Midnight Blue #161C5E
Tints of Midnight Blue #161C5E
RGB
CMYK
RGB Variations
Color information
#161C5E (or 0x161C5E) is known color: Midnight Blue. HEX triplet: 16, 1C and 5E. RGB value is (22,28,94). Sum of RGB (Red+Green+Blue) = 22+28+94=144 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.28% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 94 (37.11% from 255 or 65.28% from 144); Max value from RGB is 94 - color contains mainly: blue. Hex color #161C5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161C5E is #E9E3A1. Grayscale: #212121. Windows color (decimal): -15328162 or 6167574. OLE color: 6167574.
HSL color Cylindrical-coordinate representation of color #161C5E: hue angle of 235º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #161C5E is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 28 | 94 | - |
| CMYK | 0.77 | 0.70 | 0 | 0.63 |
| HSL | 235º | 0.62% | 0.23% | - |
| HSV(B) | 235º | 0.77% | 0.37% | - |
| XYZ | 2.77 | 1.81 | 10.79 | - |
| YUV | 33.73 | 162.01 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 28 | 94 | 0.77 | 0.70 | 0 | 0.63 | 235 | 0.62 | 0.23 |
| Hex | 16 | 1C | 5E | 4D | 46 | 0 | 3F | EB | 3E | 17 |
| Octal | 26 | 34 | 136 | 115 | 106 | 0 | 77 | 353 | 76 | 27 |
| Binary | 10110 | 11100 | 1011110 | 1001101 | 1000110 | 0 | 111111 | 11101011 | 111110 | 10111 |
Color Harmonies of #161C5E
Complementary color
Monochromatic Colors of #161C5E
Black with #161C5E
Text Example
Text Example
White with #161C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161C5E; }
p { color: rgb(22,28,94); }
H1.HeaderClassName
{
color: #161C5E;
}
.AnyTagClassName
{
color: #161C5E;
}
</style>
background-color css
<style>
a { background-color: #161C5E; }
a { background-color: rgb(22,28,94); }
div.DivClassName
{
background-color: #161C5E;
}
.BgClassName
{
background-color: #161C5E;
}
</style>
border-color css
<style>
span { border-color: #161C5E; }
span { border-color: rgb(22,28,94); }
td.TdClassName
{
border-color: #161C5E;
}
.TagClassName
{
border-color: #161C5E;
}
</style>