Shades of Midnight Blue #160A66
Tints of Midnight Blue #160A66
RGB
CMYK
RGB Variations
Color information
#160A66 (or 0x160A66) is known color: Midnight Blue. HEX triplet: 16, 0A and 66. RGB value is (22,10,102). Sum of RGB (Red+Green+Blue) = 22+10+102=134 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.42% from 134); Green value is 10 (4.30% from 255 or 7.46% from 134); Blue value is 102 (40.23% from 255 or 76.12% from 134); Max value from RGB is 102 - color contains mainly: blue. Hex color #160A66 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160A66 is #E9F599. Grayscale: #171717. Windows color (decimal): -15332762 or 6687254. OLE color: 6687254.
HSL color Cylindrical-coordinate representation of color #160A66: hue angle of 247.83º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #160A66 is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 22 | 10 | 102 | - |
| CMYK | 0.78 | 0.90 | 0 | 0.6 |
| HSL | 247.83º | 0.82% | 0.22% | - |
| HSV(B) | 247.83º | 0.9% | 0.4% | - |
| XYZ | 2.84 | 1.35 | 12.68 | - |
| YUV | 24.08 | 171.98 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 10 | 102 | 0.78 | 0.90 | 0 | 0.6 | 247.83 | 0.82 | 0.22 |
| Hex | 16 | A | 66 | 4E | 5A | 0 | 3C | F8 | 52 | 16 |
| Octal | 26 | 12 | 146 | 116 | 132 | 0 | 74 | 370 | 122 | 26 |
| Binary | 10110 | 1010 | 1100110 | 1001110 | 1011010 | 0 | 111100 | 11111000 | 1010010 | 10110 |
Color Harmonies of #160A66
Complementary color
Monochromatic Colors of #160A66
Black with #160A66
Text Example
Text Example
White with #160A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160A66; }
p { color: rgb(22,10,102); }
H1.HeaderClassName
{
color: #160A66;
}
.AnyTagClassName
{
color: #160A66;
}
</style>
background-color css
<style>
a { background-color: #160A66; }
a { background-color: rgb(22,10,102); }
div.DivClassName
{
background-color: #160A66;
}
.BgClassName
{
background-color: #160A66;
}
</style>
border-color css
<style>
span { border-color: #160A66; }
span { border-color: rgb(22,10,102); }
td.TdClassName
{
border-color: #160A66;
}
.TagClassName
{
border-color: #160A66;
}
</style>