Shades of Midnight Blue #161E5D
Tints of Midnight Blue #161E5D
RGB
CMYK
RGB Variations
Color information
#161E5D (or 0x161E5D) is known color: Midnight Blue. HEX triplet: 16, 1E and 5D. RGB value is (22,30,93). Sum of RGB (Red+Green+Blue) = 22+30+93=145 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.17% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 93 (36.72% from 255 or 64.14% from 145); Max value from RGB is 93 - color contains mainly: blue. Hex color #161E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161E5D is #E9E1A2. Grayscale: #222222. Windows color (decimal): -15327651 or 6102550. OLE color: 6102550.
HSL color Cylindrical-coordinate representation of color #161E5D: hue angle of 233.24º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #161E5D is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 30 | 93 | - |
| CMYK | 0.76 | 0.68 | 0 | 0.64 |
| HSL | 233.24º | 0.62% | 0.23% | - |
| HSV(B) | 233.24º | 0.76% | 0.36% | - |
| XYZ | 2.77 | 1.89 | 10.57 | - |
| YUV | 34.79 | 160.85 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 30 | 93 | 0.76 | 0.68 | 0 | 0.64 | 233.24 | 0.62 | 0.23 |
| Hex | 16 | 1E | 5D | 4C | 44 | 0 | 40 | E9 | 3E | 17 |
| Octal | 26 | 36 | 135 | 114 | 104 | 0 | 100 | 351 | 76 | 27 |
| Binary | 10110 | 11110 | 1011101 | 1001100 | 1000100 | 0 | 1000000 | 11101001 | 111110 | 10111 |
Color Harmonies of #161E5D
Complementary color
Monochromatic Colors of #161E5D
Black with #161E5D
Text Example
Text Example
White with #161E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161E5D; }
p { color: rgb(22,30,93); }
H1.HeaderClassName
{
color: #161E5D;
}
.AnyTagClassName
{
color: #161E5D;
}
</style>
background-color css
<style>
a { background-color: #161E5D; }
a { background-color: rgb(22,30,93); }
div.DivClassName
{
background-color: #161E5D;
}
.BgClassName
{
background-color: #161E5D;
}
</style>
border-color css
<style>
span { border-color: #161E5D; }
span { border-color: rgb(22,30,93); }
td.TdClassName
{
border-color: #161E5D;
}
.TagClassName
{
border-color: #161E5D;
}
</style>