Shades of Midnight Blue #160D68
Tints of Midnight Blue #160D68
RGB
CMYK
RGB Variations
Color information
#160D68 (or 0x160D68) is known color: Midnight Blue. HEX triplet: 16, 0D and 68. RGB value is (22,13,104). Sum of RGB (Red+Green+Blue) = 22+13+104=139 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.83% from 139); Green value is 13 (5.47% from 255 or 9.35% from 139); Blue value is 104 (41.02% from 255 or 74.82% from 139); Max value from RGB is 104 - color contains mainly: blue. Hex color #160D68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160D68 is #E9F297. Grayscale: #191919. Windows color (decimal): -15331992 or 6819094. OLE color: 6819094.
HSL color Cylindrical-coordinate representation of color #160D68: hue angle of 245.93º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #160D68 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 22 | 13 | 104 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.59 |
| HSL | 245.93º | 0.78% | 0.23% | - |
| HSV(B) | 245.93º | 0.88% | 0.41% | - |
| XYZ | 2.97 | 1.46 | 13.22 | - |
| YUV | 26.07 | 171.98 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 13 | 104 | 0.79 | 0.88 | 0 | 0.59 | 245.93 | 0.78 | 0.23 |
| Hex | 16 | D | 68 | 4F | 58 | 0 | 3B | F6 | 4E | 17 |
| Octal | 26 | 15 | 150 | 117 | 130 | 0 | 73 | 366 | 116 | 27 |
| Binary | 10110 | 1101 | 1101000 | 1001111 | 1011000 | 0 | 111011 | 11110110 | 1001110 | 10111 |
Color Harmonies of #160D68
Complementary color
Monochromatic Colors of #160D68
Black with #160D68
Text Example
Text Example
White with #160D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160D68; }
p { color: rgb(22,13,104); }
H1.HeaderClassName
{
color: #160D68;
}
.AnyTagClassName
{
color: #160D68;
}
</style>
background-color css
<style>
a { background-color: #160D68; }
a { background-color: rgb(22,13,104); }
div.DivClassName
{
background-color: #160D68;
}
.BgClassName
{
background-color: #160D68;
}
</style>
border-color css
<style>
span { border-color: #160D68; }
span { border-color: rgb(22,13,104); }
td.TdClassName
{
border-color: #160D68;
}
.TagClassName
{
border-color: #160D68;
}
</style>