Shades of Midnight Blue #161E63
Tints of Midnight Blue #161E63
RGB
CMYK
RGB Variations
Color information
#161E63 (or 0x161E63) is known color: Midnight Blue. HEX triplet: 16, 1E and 63. RGB value is (22,30,99). Sum of RGB (Red+Green+Blue) = 22+30+99=151 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.57% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 99 (39.06% from 255 or 65.56% from 151); Max value from RGB is 99 - color contains mainly: blue. Hex color #161E63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161E63 is #E9E19C. Grayscale: #232323. Windows color (decimal): -15327645 or 6495766. OLE color: 6495766.
HSL color Cylindrical-coordinate representation of color #161E63: hue angle of 233.77º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #161E63 is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 30 | 99 | - |
| CMYK | 0.78 | 0.70 | 0 | 0.61 |
| HSL | 233.77º | 0.64% | 0.24% | - |
| HSV(B) | 233.77º | 0.78% | 0.39% | - |
| XYZ | 3.05 | 2 | 12.03 | - |
| YUV | 35.47 | 163.85 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 30 | 99 | 0.78 | 0.70 | 0 | 0.61 | 233.77 | 0.64 | 0.24 |
| Hex | 16 | 1E | 63 | 4E | 46 | 0 | 3D | EA | 40 | 18 |
| Octal | 26 | 36 | 143 | 116 | 106 | 0 | 75 | 352 | 100 | 30 |
| Binary | 10110 | 11110 | 1100011 | 1001110 | 1000110 | 0 | 111101 | 11101010 | 1000000 | 11000 |
Color Harmonies of #161E63
Complementary color
Monochromatic Colors of #161E63
Black with #161E63
Text Example
Text Example
White with #161E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161E63; }
p { color: rgb(22,30,99); }
H1.HeaderClassName
{
color: #161E63;
}
.AnyTagClassName
{
color: #161E63;
}
</style>
background-color css
<style>
a { background-color: #161E63; }
a { background-color: rgb(22,30,99); }
div.DivClassName
{
background-color: #161E63;
}
.BgClassName
{
background-color: #161E63;
}
</style>
border-color css
<style>
span { border-color: #161E63; }
span { border-color: rgb(22,30,99); }
td.TdClassName
{
border-color: #161E63;
}
.TagClassName
{
border-color: #161E63;
}
</style>