Shades of Midnight Blue #161A65
Tints of Midnight Blue #161A65
RGB
CMYK
RGB Variations
Color information
#161A65 (or 0x161A65) is known color: Midnight Blue. HEX triplet: 16, 1A and 65. RGB value is (22,26,101). Sum of RGB (Red+Green+Blue) = 22+26+101=149 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.77% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 101 (39.84% from 255 or 67.79% from 149); Max value from RGB is 101 - color contains mainly: blue. Hex color #161A65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161A65 is #E9E59A. Grayscale: #212121. Windows color (decimal): -15328667 or 6625814. OLE color: 6625814.
HSL color Cylindrical-coordinate representation of color #161A65: hue angle of 236.96º 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 #161A65 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 26 | 101 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.60 |
| HSL | 236.96º | 0.64% | 0.24% | - |
| HSV(B) | 236.96º | 0.78% | 0.4% | - |
| XYZ | 3.05 | 1.85 | 12.51 | - |
| YUV | 33.35 | 166.17 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 26 | 101 | 0.78 | 0.74 | 0 | 0.60 | 236.96 | 0.64 | 0.24 |
| Hex | 16 | 1A | 65 | 4E | 4A | 0 | 3C | ED | 40 | 18 |
| Octal | 26 | 32 | 145 | 116 | 112 | 0 | 74 | 355 | 100 | 30 |
| Binary | 10110 | 11010 | 1100101 | 1001110 | 1001010 | 0 | 111100 | 11101101 | 1000000 | 11000 |
Color Harmonies of #161A65
Complementary color
Monochromatic Colors of #161A65
Black with #161A65
Text Example
Text Example
White with #161A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161A65; }
p { color: rgb(22,26,101); }
H1.HeaderClassName
{
color: #161A65;
}
.AnyTagClassName
{
color: #161A65;
}
</style>
background-color css
<style>
a { background-color: #161A65; }
a { background-color: rgb(22,26,101); }
div.DivClassName
{
background-color: #161A65;
}
.BgClassName
{
background-color: #161A65;
}
</style>
border-color css
<style>
span { border-color: #161A65; }
span { border-color: rgb(22,26,101); }
td.TdClassName
{
border-color: #161A65;
}
.TagClassName
{
border-color: #161A65;
}
</style>