Shades of Midnight Blue #160B5A
Tints of Midnight Blue #160B5A
RGB
CMYK
RGB Variations
Color information
#160B5A (or 0x160B5A) is known color: Midnight Blue. HEX triplet: 16, 0B and 5A. RGB value is (22,11,90). Sum of RGB (Red+Green+Blue) = 22+11+90=123 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.89% from 123); Green value is 11 (4.69% from 255 or 8.94% from 123); Blue value is 90 (35.55% from 255 or 73.17% from 123); Max value from RGB is 90 - color contains mainly: blue. Hex color #160B5A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160B5A is #E9F4A5. Grayscale: #161616. Windows color (decimal): -15332518 or 5901078. OLE color: 5901078.
HSL color Cylindrical-coordinate representation of color #160B5A: hue angle of 248.35º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #160B5A is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 11 | 90 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.65 |
| HSL | 248.35º | 0.78% | 0.2% | - |
| HSV(B) | 248.35º | 0.88% | 0.35% | - |
| XYZ | 2.3 | 1.15 | 9.77 | - |
| YUV | 23.3 | 165.64 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 11 | 90 | 0.76 | 0.88 | 0 | 0.65 | 248.35 | 0.78 | 0.2 |
| Hex | 16 | B | 5A | 4C | 58 | 0 | 41 | F8 | 4E | 14 |
| Octal | 26 | 13 | 132 | 114 | 130 | 0 | 101 | 370 | 116 | 24 |
| Binary | 10110 | 1011 | 1011010 | 1001100 | 1011000 | 0 | 1000001 | 11111000 | 1001110 | 10100 |
Color Harmonies of #160B5A
Complementary color
Monochromatic Colors of #160B5A
Black with #160B5A
Text Example
Text Example
White with #160B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160B5A; }
p { color: rgb(22,11,90); }
H1.HeaderClassName
{
color: #160B5A;
}
.AnyTagClassName
{
color: #160B5A;
}
</style>
background-color css
<style>
a { background-color: #160B5A; }
a { background-color: rgb(22,11,90); }
div.DivClassName
{
background-color: #160B5A;
}
.BgClassName
{
background-color: #160B5A;
}
</style>
border-color css
<style>
span { border-color: #160B5A; }
span { border-color: rgb(22,11,90); }
td.TdClassName
{
border-color: #160B5A;
}
.TagClassName
{
border-color: #160B5A;
}
</style>