Shades of Midnight Blue #161E6D
Tints of Midnight Blue #161E6D
RGB
CMYK
RGB Variations
Color information
#161E6D (or 0x161E6D) is known color: Midnight Blue. HEX triplet: 16, 1E and 6D. RGB value is (22,30,109). Sum of RGB (Red+Green+Blue) = 22+30+109=161 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.66% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 109 (42.97% from 255 or 67.70% from 161); Max value from RGB is 109 - color contains mainly: blue. Hex color #161E6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161E6D is #E9E192. Grayscale: #242424. Windows color (decimal): -15327635 or 7151126. OLE color: 7151126.
HSL color Cylindrical-coordinate representation of color #161E6D: hue angle of 234.48º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #161E6D is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 30 | 109 | - |
| CMYK | 0.80 | 0.72 | 0 | 0.57 |
| HSL | 234.48º | 0.66% | 0.26% | - |
| HSV(B) | 234.48º | 0.8% | 0.43% | - |
| XYZ | 3.56 | 2.2 | 14.71 | - |
| YUV | 36.61 | 168.85 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 30 | 109 | 0.80 | 0.72 | 0 | 0.57 | 234.48 | 0.66 | 0.26 |
| Hex | 16 | 1E | 6D | 50 | 48 | 0 | 39 | EA | 42 | 1A |
| Octal | 26 | 36 | 155 | 120 | 110 | 0 | 71 | 352 | 102 | 32 |
| Binary | 10110 | 11110 | 1101101 | 1010000 | 1001000 | 0 | 111001 | 11101010 | 1000010 | 11010 |
Color Harmonies of #161E6D
Complementary color
Monochromatic Colors of #161E6D
Black with #161E6D
Text Example
Text Example
White with #161E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161E6D; }
p { color: rgb(22,30,109); }
H1.HeaderClassName
{
color: #161E6D;
}
.AnyTagClassName
{
color: #161E6D;
}
</style>
background-color css
<style>
a { background-color: #161E6D; }
a { background-color: rgb(22,30,109); }
div.DivClassName
{
background-color: #161E6D;
}
.BgClassName
{
background-color: #161E6D;
}
</style>
border-color css
<style>
span { border-color: #161E6D; }
span { border-color: rgb(22,30,109); }
td.TdClassName
{
border-color: #161E6D;
}
.TagClassName
{
border-color: #161E6D;
}
</style>