Shades of Midnight Blue #161E7E
Tints of Midnight Blue #161E7E
RGB
CMYK
RGB Variations
Color information
#161E7E (or 0x161E7E) is known color: Midnight Blue. HEX triplet: 16, 1E and 7E. RGB value is (22,30,126). Sum of RGB (Red+Green+Blue) = 22+30+126=178 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.36% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 126 (49.61% from 255 or 70.79% from 178); Max value from RGB is 126 - color contains mainly: blue. Hex color #161E7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161E7E is #E9E181. Grayscale: #262626. Windows color (decimal): -15327618 or 8265238. OLE color: 8265238.
HSL color Cylindrical-coordinate representation of color #161E7E: hue angle of 235.38º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #161E7E is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 30 | 126 | - |
| CMYK | 0.83 | 0.76 | 0 | 0.51 |
| HSL | 235.38º | 0.7% | 0.29% | - |
| HSV(B) | 235.38º | 0.83% | 0.49% | - |
| XYZ | 4.56 | 2.61 | 20 | - |
| YUV | 38.55 | 177.35 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 30 | 126 | 0.83 | 0.76 | 0 | 0.51 | 235.38 | 0.7 | 0.29 |
| Hex | 16 | 1E | 7E | 53 | 4C | 0 | 33 | EB | 46 | 1D |
| Octal | 26 | 36 | 176 | 123 | 114 | 0 | 63 | 353 | 106 | 35 |
| Binary | 10110 | 11110 | 1111110 | 1010011 | 1001100 | 0 | 110011 | 11101011 | 1000110 | 11101 |
Color Harmonies of #161E7E
Complementary color
Monochromatic Colors of #161E7E
Black with #161E7E
Text Example
Text Example
White with #161E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161E7E; }
p { color: rgb(22,30,126); }
H1.HeaderClassName
{
color: #161E7E;
}
.AnyTagClassName
{
color: #161E7E;
}
</style>
background-color css
<style>
a { background-color: #161E7E; }
a { background-color: rgb(22,30,126); }
div.DivClassName
{
background-color: #161E7E;
}
.BgClassName
{
background-color: #161E7E;
}
</style>
border-color css
<style>
span { border-color: #161E7E; }
span { border-color: rgb(22,30,126); }
td.TdClassName
{
border-color: #161E7E;
}
.TagClassName
{
border-color: #161E7E;
}
</style>