Shades of Midnight Blue #161E7D
Tints of Midnight Blue #161E7D
RGB
CMYK
RGB Variations
Color information
#161E7D (or 0x161E7D) is known color: Midnight Blue. HEX triplet: 16, 1E and 7D. RGB value is (22,30,125). Sum of RGB (Red+Green+Blue) = 22+30+125=177 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.43% from 177); Green value is 30 (12.11% from 255 or 16.95% from 177); Blue value is 125 (49.22% from 255 or 70.62% from 177); Max value from RGB is 125 - color contains mainly: blue. Hex color #161E7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161E7D is #E9E182. Grayscale: #262626. Windows color (decimal): -15327619 or 8199702. OLE color: 8199702.
HSL color Cylindrical-coordinate representation of color #161E7D: hue angle of 235.34º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #161E7D is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 30 | 125 | - |
| CMYK | 0.82 | 0.76 | 0 | 0.51 |
| HSL | 235.34º | 0.7% | 0.29% | - |
| HSV(B) | 235.34º | 0.82% | 0.49% | - |
| XYZ | 4.5 | 2.58 | 19.66 | - |
| YUV | 38.44 | 176.85 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 30 | 125 | 0.82 | 0.76 | 0 | 0.51 | 235.34 | 0.7 | 0.29 |
| Hex | 16 | 1E | 7D | 52 | 4C | 0 | 33 | EB | 46 | 1D |
| Octal | 26 | 36 | 175 | 122 | 114 | 0 | 63 | 353 | 106 | 35 |
| Binary | 10110 | 11110 | 1111101 | 1010010 | 1001100 | 0 | 110011 | 11101011 | 1000110 | 11101 |
Color Harmonies of #161E7D
Complementary color
Monochromatic Colors of #161E7D
Black with #161E7D
Text Example
Text Example
White with #161E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161E7D; }
p { color: rgb(22,30,125); }
H1.HeaderClassName
{
color: #161E7D;
}
.AnyTagClassName
{
color: #161E7D;
}
</style>
background-color css
<style>
a { background-color: #161E7D; }
a { background-color: rgb(22,30,125); }
div.DivClassName
{
background-color: #161E7D;
}
.BgClassName
{
background-color: #161E7D;
}
</style>
border-color css
<style>
span { border-color: #161E7D; }
span { border-color: rgb(22,30,125); }
td.TdClassName
{
border-color: #161E7D;
}
.TagClassName
{
border-color: #161E7D;
}
</style>