Shades of Midnight Blue #161A63
Tints of Midnight Blue #161A63
RGB
CMYK
RGB Variations
Color information
#161A63 (or 0x161A63) is known color: Midnight Blue. HEX triplet: 16, 1A and 63. RGB value is (22,26,99). Sum of RGB (Red+Green+Blue) = 22+26+99=147 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.97% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 99 (39.06% from 255 or 67.35% from 147); Max value from RGB is 99 - color contains mainly: blue. Hex color #161A63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161A63 is #E9E59C. Grayscale: #202020. Windows color (decimal): -15328669 or 6494742. OLE color: 6494742.
HSL color Cylindrical-coordinate representation of color #161A63: hue angle of 236.88º 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 #161A63 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 26 | 99 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.61 |
| HSL | 236.88º | 0.64% | 0.24% | - |
| HSV(B) | 236.88º | 0.78% | 0.39% | - |
| XYZ | 2.95 | 1.81 | 12 | - |
| YUV | 33.13 | 165.17 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 26 | 99 | 0.78 | 0.74 | 0 | 0.61 | 236.88 | 0.64 | 0.24 |
| Hex | 16 | 1A | 63 | 4E | 4A | 0 | 3D | ED | 40 | 18 |
| Octal | 26 | 32 | 143 | 116 | 112 | 0 | 75 | 355 | 100 | 30 |
| Binary | 10110 | 11010 | 1100011 | 1001110 | 1001010 | 0 | 111101 | 11101101 | 1000000 | 11000 |
Color Harmonies of #161A63
Complementary color
Monochromatic Colors of #161A63
Black with #161A63
Text Example
Text Example
White with #161A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161A63; }
p { color: rgb(22,26,99); }
H1.HeaderClassName
{
color: #161A63;
}
.AnyTagClassName
{
color: #161A63;
}
</style>
background-color css
<style>
a { background-color: #161A63; }
a { background-color: rgb(22,26,99); }
div.DivClassName
{
background-color: #161A63;
}
.BgClassName
{
background-color: #161A63;
}
</style>
border-color css
<style>
span { border-color: #161A63; }
span { border-color: rgb(22,26,99); }
td.TdClassName
{
border-color: #161A63;
}
.TagClassName
{
border-color: #161A63;
}
</style>