Shades of Midnight Blue #160669
Tints of Midnight Blue #160669
RGB
CMYK
RGB Variations
Color information
#160669 (or 0x160669) is known color: Midnight Blue. HEX triplet: 16, 06 and 69. RGB value is (22,6,105). Sum of RGB (Red+Green+Blue) = 22+6+105=133 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.54% from 133); Green value is 6 (2.73% from 255 or 4.51% from 133); Blue value is 105 (41.41% from 255 or 78.95% from 133); Max value from RGB is 105 - color contains mainly: blue. Hex color #160669 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160669 is #E9F996. Grayscale: #151515. Windows color (decimal): -15333783 or 6882838. OLE color: 6882838.
HSL color Cylindrical-coordinate representation of color #160669: hue angle of 249.7º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #160669 is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 22 | 6 | 105 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.59 |
| HSL | 249.7º | 0.89% | 0.22% | - |
| HSV(B) | 249.7º | 0.94% | 0.41% | - |
| XYZ | 2.95 | 1.32 | 13.46 | - |
| YUV | 22.07 | 174.8 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 6 | 105 | 0.79 | 0.94 | 0 | 0.59 | 249.7 | 0.89 | 0.22 |
| Hex | 16 | 6 | 69 | 4F | 5E | 0 | 3B | FA | 59 | 16 |
| Octal | 26 | 6 | 151 | 117 | 136 | 0 | 73 | 372 | 131 | 26 |
| Binary | 10110 | 110 | 1101001 | 1001111 | 1011110 | 0 | 111011 | 11111010 | 1011001 | 10110 |
Color Harmonies of #160669
Complementary color
Monochromatic Colors of #160669
Black with #160669
Text Example
Text Example
White with #160669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160669; }
p { color: rgb(22,6,105); }
H1.HeaderClassName
{
color: #160669;
}
.AnyTagClassName
{
color: #160669;
}
</style>
background-color css
<style>
a { background-color: #160669; }
a { background-color: rgb(22,6,105); }
div.DivClassName
{
background-color: #160669;
}
.BgClassName
{
background-color: #160669;
}
</style>
border-color css
<style>
span { border-color: #160669; }
span { border-color: rgb(22,6,105); }
td.TdClassName
{
border-color: #160669;
}
.TagClassName
{
border-color: #160669;
}
</style>