Shades of Midnight Blue #161A58
Tints of Midnight Blue #161A58
RGB
CMYK
RGB Variations
Color information
#161A58 (or 0x161A58) is known color: Midnight Blue. HEX triplet: 16, 1A and 58. RGB value is (22,26,88). Sum of RGB (Red+Green+Blue) = 22+26+88=136 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.18% from 136); Green value is 26 (10.55% from 255 or 19.12% from 136); Blue value is 88 (34.77% from 255 or 64.71% from 136); Max value from RGB is 88 - color contains mainly: blue. Hex color #161A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161A58 is #E9E5A7. Grayscale: #1F1F1F. Windows color (decimal): -15328680 or 5773846. OLE color: 5773846.
HSL color Cylindrical-coordinate representation of color #161A58: hue angle of 236.36º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #161A58 is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 26 | 88 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.65 |
| HSL | 236.36º | 0.6% | 0.22% | - |
| HSV(B) | 236.36º | 0.75% | 0.35% | - |
| XYZ | 2.46 | 1.61 | 9.41 | - |
| YUV | 31.87 | 159.67 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 26 | 88 | 0.75 | 0.70 | 0 | 0.65 | 236.36 | 0.6 | 0.22 |
| Hex | 16 | 1A | 58 | 4B | 46 | 0 | 41 | EC | 3C | 16 |
| Octal | 26 | 32 | 130 | 113 | 106 | 0 | 101 | 354 | 74 | 26 |
| Binary | 10110 | 11010 | 1011000 | 1001011 | 1000110 | 0 | 1000001 | 11101100 | 111100 | 10110 |
Color Harmonies of #161A58
Complementary color
Monochromatic Colors of #161A58
Black with #161A58
Text Example
Text Example
White with #161A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161A58; }
p { color: rgb(22,26,88); }
H1.HeaderClassName
{
color: #161A58;
}
.AnyTagClassName
{
color: #161A58;
}
</style>
background-color css
<style>
a { background-color: #161A58; }
a { background-color: rgb(22,26,88); }
div.DivClassName
{
background-color: #161A58;
}
.BgClassName
{
background-color: #161A58;
}
</style>
border-color css
<style>
span { border-color: #161A58; }
span { border-color: rgb(22,26,88); }
td.TdClassName
{
border-color: #161A58;
}
.TagClassName
{
border-color: #161A58;
}
</style>