Shades of Midnight Blue #161E75
Tints of Midnight Blue #161E75
RGB
CMYK
RGB Variations
Color information
#161E75 (or 0x161E75) is known color: Midnight Blue. HEX triplet: 16, 1E and 75. RGB value is (22,30,117). Sum of RGB (Red+Green+Blue) = 22+30+117=169 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.02% from 169); Green value is 30 (12.11% from 255 or 17.75% from 169); Blue value is 117 (46.09% from 255 or 69.23% from 169); Max value from RGB is 117 - color contains mainly: blue. Hex color #161E75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161E75 is #E9E18A. Grayscale: #252525. Windows color (decimal): -15327627 or 7675414. OLE color: 7675414.
HSL color Cylindrical-coordinate representation of color #161E75: hue angle of 234.95º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #161E75 is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 22 | 30 | 117 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.54 |
| HSL | 234.95º | 0.68% | 0.27% | - |
| HSV(B) | 234.95º | 0.81% | 0.46% | - |
| XYZ | 4.01 | 2.38 | 17.08 | - |
| YUV | 37.53 | 172.85 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 30 | 117 | 0.81 | 0.74 | 0 | 0.54 | 234.95 | 0.68 | 0.27 |
| Hex | 16 | 1E | 75 | 51 | 4A | 0 | 36 | EB | 44 | 1B |
| Octal | 26 | 36 | 165 | 121 | 112 | 0 | 66 | 353 | 104 | 33 |
| Binary | 10110 | 11110 | 1110101 | 1010001 | 1001010 | 0 | 110110 | 11101011 | 1000100 | 11011 |
Color Harmonies of #161E75
Complementary color
Monochromatic Colors of #161E75
Black with #161E75
Text Example
Text Example
White with #161E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161E75; }
p { color: rgb(22,30,117); }
H1.HeaderClassName
{
color: #161E75;
}
.AnyTagClassName
{
color: #161E75;
}
</style>
background-color css
<style>
a { background-color: #161E75; }
a { background-color: rgb(22,30,117); }
div.DivClassName
{
background-color: #161E75;
}
.BgClassName
{
background-color: #161E75;
}
</style>
border-color css
<style>
span { border-color: #161E75; }
span { border-color: rgb(22,30,117); }
td.TdClassName
{
border-color: #161E75;
}
.TagClassName
{
border-color: #161E75;
}
</style>