Shades of Midnight Blue #160A6F
Tints of Midnight Blue #160A6F
RGB
CMYK
RGB Variations
Color information
#160A6F (or 0x160A6F) is known color: Midnight Blue. HEX triplet: 16, 0A and 6F. RGB value is (22,10,111). Sum of RGB (Red+Green+Blue) = 22+10+111=143 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.38% from 143); Green value is 10 (4.30% from 255 or 6.99% from 143); Blue value is 111 (43.75% from 255 or 77.62% from 143); Max value from RGB is 111 - color contains mainly: blue. Hex color #160A6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160A6F is #E9F590. Grayscale: #181818. Windows color (decimal): -15332753 or 7277078. OLE color: 7277078.
HSL color Cylindrical-coordinate representation of color #160A6F: hue angle of 247.13º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #160A6F is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 10 | 111 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.56 |
| HSL | 247.13º | 0.83% | 0.24% | - |
| HSV(B) | 247.13º | 0.91% | 0.44% | - |
| XYZ | 3.31 | 1.54 | 15.16 | - |
| YUV | 25.1 | 176.48 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 10 | 111 | 0.80 | 0.91 | 0 | 0.56 | 247.13 | 0.83 | 0.24 |
| Hex | 16 | A | 6F | 50 | 5B | 0 | 38 | F7 | 53 | 18 |
| Octal | 26 | 12 | 157 | 120 | 133 | 0 | 70 | 367 | 123 | 30 |
| Binary | 10110 | 1010 | 1101111 | 1010000 | 1011011 | 0 | 111000 | 11110111 | 1010011 | 11000 |
Color Harmonies of #160A6F
Complementary color
Monochromatic Colors of #160A6F
Black with #160A6F
Text Example
Text Example
White with #160A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160A6F; }
p { color: rgb(22,10,111); }
H1.HeaderClassName
{
color: #160A6F;
}
.AnyTagClassName
{
color: #160A6F;
}
</style>
background-color css
<style>
a { background-color: #160A6F; }
a { background-color: rgb(22,10,111); }
div.DivClassName
{
background-color: #160A6F;
}
.BgClassName
{
background-color: #160A6F;
}
</style>
border-color css
<style>
span { border-color: #160A6F; }
span { border-color: rgb(22,10,111); }
td.TdClassName
{
border-color: #160A6F;
}
.TagClassName
{
border-color: #160A6F;
}
</style>