Shades of Midnight Blue #161E65
Tints of Midnight Blue #161E65
RGB
CMYK
RGB Variations
Color information
#161E65 (or 0x161E65) is known color: Midnight Blue. HEX triplet: 16, 1E and 65. RGB value is (22,30,101). Sum of RGB (Red+Green+Blue) = 22+30+101=153 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.38% from 153); Green value is 30 (12.11% from 255 or 19.61% from 153); Blue value is 101 (39.84% from 255 or 66.01% from 153); Max value from RGB is 101 - color contains mainly: blue. Hex color #161E65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161E65 is #E9E19A. Grayscale: #232323. Windows color (decimal): -15327643 or 6626838. OLE color: 6626838.
HSL color Cylindrical-coordinate representation of color #161E65: hue angle of 233.92º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #161E65 is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 30 | 101 | - |
| CMYK | 0.78 | 0.70 | 0 | 0.60 |
| HSL | 233.92º | 0.64% | 0.24% | - |
| HSV(B) | 233.92º | 0.78% | 0.4% | - |
| XYZ | 3.14 | 2.04 | 12.54 | - |
| YUV | 35.7 | 164.85 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 30 | 101 | 0.78 | 0.70 | 0 | 0.60 | 233.92 | 0.64 | 0.24 |
| Hex | 16 | 1E | 65 | 4E | 46 | 0 | 3C | EA | 40 | 18 |
| Octal | 26 | 36 | 145 | 116 | 106 | 0 | 74 | 352 | 100 | 30 |
| Binary | 10110 | 11110 | 1100101 | 1001110 | 1000110 | 0 | 111100 | 11101010 | 1000000 | 11000 |
Color Harmonies of #161E65
Complementary color
Monochromatic Colors of #161E65
Black with #161E65
Text Example
Text Example
White with #161E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161E65; }
p { color: rgb(22,30,101); }
H1.HeaderClassName
{
color: #161E65;
}
.AnyTagClassName
{
color: #161E65;
}
</style>
background-color css
<style>
a { background-color: #161E65; }
a { background-color: rgb(22,30,101); }
div.DivClassName
{
background-color: #161E65;
}
.BgClassName
{
background-color: #161E65;
}
</style>
border-color css
<style>
span { border-color: #161E65; }
span { border-color: rgb(22,30,101); }
td.TdClassName
{
border-color: #161E65;
}
.TagClassName
{
border-color: #161E65;
}
</style>