Shades of Midnight Blue #160768
Tints of Midnight Blue #160768
RGB
CMYK
RGB Variations
Color information
#160768 (or 0x160768) is known color: Midnight Blue. HEX triplet: 16, 07 and 68. RGB value is (22,7,104). Sum of RGB (Red+Green+Blue) = 22+7+104=133 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.54% from 133); Green value is 7 (3.12% from 255 or 5.26% from 133); Blue value is 104 (41.02% from 255 or 78.20% from 133); Max value from RGB is 104 - color contains mainly: blue. Hex color #160768 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160768 is #E9F897. Grayscale: #161616. Windows color (decimal): -15333528 or 6817558. OLE color: 6817558.
HSL color Cylindrical-coordinate representation of color #160768: hue angle of 249.28º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #160768 is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 22 | 7 | 104 | - |
| CMYK | 0.79 | 0.93 | 0 | 0.59 |
| HSL | 249.28º | 0.87% | 0.22% | - |
| HSV(B) | 249.28º | 0.93% | 0.41% | - |
| XYZ | 2.91 | 1.32 | 13.2 | - |
| YUV | 22.54 | 173.97 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 7 | 104 | 0.79 | 0.93 | 0 | 0.59 | 249.28 | 0.87 | 0.22 |
| Hex | 16 | 7 | 68 | 4F | 5D | 0 | 3B | F9 | 57 | 16 |
| Octal | 26 | 7 | 150 | 117 | 135 | 0 | 73 | 371 | 127 | 26 |
| Binary | 10110 | 111 | 1101000 | 1001111 | 1011101 | 0 | 111011 | 11111001 | 1010111 | 10110 |
Color Harmonies of #160768
Complementary color
Monochromatic Colors of #160768
Black with #160768
Text Example
Text Example
White with #160768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160768; }
p { color: rgb(22,7,104); }
H1.HeaderClassName
{
color: #160768;
}
.AnyTagClassName
{
color: #160768;
}
</style>
background-color css
<style>
a { background-color: #160768; }
a { background-color: rgb(22,7,104); }
div.DivClassName
{
background-color: #160768;
}
.BgClassName
{
background-color: #160768;
}
</style>
border-color css
<style>
span { border-color: #160768; }
span { border-color: rgb(22,7,104); }
td.TdClassName
{
border-color: #160768;
}
.TagClassName
{
border-color: #160768;
}
</style>