Shades of Midnight Blue #162689
Tints of Midnight Blue #162689
RGB
CMYK
RGB Variations
Color information
#162689 (or 0x162689) is known color: Midnight Blue. HEX triplet: 16, 26 and 89. RGB value is (22,38,137). Sum of RGB (Red+Green+Blue) = 22+38+137=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 137 (53.91% from 255 or 69.54% from 197); Max value from RGB is 137 - color contains mainly: blue. Hex color #162689 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162689 is #E9D976. Grayscale: #2C2C2C. Windows color (decimal): -15325559 or 8988182. OLE color: 8988182.
HSL color Cylindrical-coordinate representation of color #162689: hue angle of 231.65º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #162689 is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 38 | 137 | - |
| CMYK | 0.84 | 0.72 | 0 | 0.46 |
| HSL | 231.65º | 0.72% | 0.31% | - |
| HSV(B) | 231.65º | 0.84% | 0.54% | - |
| XYZ | 5.54 | 3.36 | 24.02 | - |
| YUV | 44.5 | 180.2 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 38 | 137 | 0.84 | 0.72 | 0 | 0.46 | 231.65 | 0.72 | 0.31 |
| Hex | 16 | 26 | 89 | 54 | 48 | 0 | 2E | E8 | 48 | 1F |
| Octal | 26 | 46 | 211 | 124 | 110 | 0 | 56 | 350 | 110 | 37 |
| Binary | 10110 | 100110 | 10001001 | 1010100 | 1001000 | 0 | 101110 | 11101000 | 1001000 | 11111 |
Color Harmonies of #162689
Complementary color
Monochromatic Colors of #162689
Black with #162689
Text Example
Text Example
White with #162689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162689; }
p { color: rgb(22,38,137); }
H1.HeaderClassName
{
color: #162689;
}
.AnyTagClassName
{
color: #162689;
}
</style>
background-color css
<style>
a { background-color: #162689; }
a { background-color: rgb(22,38,137); }
div.DivClassName
{
background-color: #162689;
}
.BgClassName
{
background-color: #162689;
}
</style>
border-color css
<style>
span { border-color: #162689; }
span { border-color: rgb(22,38,137); }
td.TdClassName
{
border-color: #162689;
}
.TagClassName
{
border-color: #162689;
}
</style>