Shades of Midnight Blue #160A69
Tints of Midnight Blue #160A69
RGB
CMYK
RGB Variations
Color information
#160A69 (or 0x160A69) is known color: Midnight Blue. HEX triplet: 16, 0A and 69. RGB value is (22,10,105). Sum of RGB (Red+Green+Blue) = 22+10+105=137 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.06% from 137); Green value is 10 (4.30% from 255 or 7.30% from 137); Blue value is 105 (41.41% from 255 or 76.64% from 137); Max value from RGB is 105 - color contains mainly: blue. Hex color #160A69 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160A69 is #E9F596. Grayscale: #181818. Windows color (decimal): -15332759 or 6883862. OLE color: 6883862.
HSL color Cylindrical-coordinate representation of color #160A69: hue angle of 247.58º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #160A69 is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 22 | 10 | 105 | - |
| CMYK | 0.79 | 0.90 | 0 | 0.59 |
| HSL | 247.58º | 0.83% | 0.23% | - |
| HSV(B) | 247.58º | 0.9% | 0.41% | - |
| XYZ | 2.99 | 1.41 | 13.48 | - |
| YUV | 24.42 | 173.48 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 10 | 105 | 0.79 | 0.90 | 0 | 0.59 | 247.58 | 0.83 | 0.23 |
| Hex | 16 | A | 69 | 4F | 5A | 0 | 3B | F8 | 53 | 17 |
| Octal | 26 | 12 | 151 | 117 | 132 | 0 | 73 | 370 | 123 | 27 |
| Binary | 10110 | 1010 | 1101001 | 1001111 | 1011010 | 0 | 111011 | 11111000 | 1010011 | 10111 |
Color Harmonies of #160A69
Complementary color
Monochromatic Colors of #160A69
Black with #160A69
Text Example
Text Example
White with #160A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160A69; }
p { color: rgb(22,10,105); }
H1.HeaderClassName
{
color: #160A69;
}
.AnyTagClassName
{
color: #160A69;
}
</style>
background-color css
<style>
a { background-color: #160A69; }
a { background-color: rgb(22,10,105); }
div.DivClassName
{
background-color: #160A69;
}
.BgClassName
{
background-color: #160A69;
}
</style>
border-color css
<style>
span { border-color: #160A69; }
span { border-color: rgb(22,10,105); }
td.TdClassName
{
border-color: #160A69;
}
.TagClassName
{
border-color: #160A69;
}
</style>