Shades of Midnight Blue #16095A
Tints of Midnight Blue #16095A
RGB
CMYK
RGB Variations
Color information
#16095A (or 0x16095A) is known color: Midnight Blue. HEX triplet: 16, 09 and 5A. RGB value is (22,9,90). Sum of RGB (Red+Green+Blue) = 22+9+90=121 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.18% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 90 (35.55% from 255 or 74.38% from 121); Max value from RGB is 90 - color contains mainly: blue. Hex color #16095A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16095A is #E9F6A5. Grayscale: #151515. Windows color (decimal): -15333030 or 5900566. OLE color: 5900566.
HSL color Cylindrical-coordinate representation of color #16095A: hue angle of 249.63º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16095A is Cyan = 0.76, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 9 | 90 | - |
| CMYK | 0.76 | 0.9 | 0 | 0.65 |
| HSL | 249.63º | 0.82% | 0.19% | - |
| HSV(B) | 249.63º | 0.9% | 0.35% | - |
| XYZ | 2.27 | 1.1 | 9.77 | - |
| YUV | 22.12 | 166.31 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 9 | 90 | 0.76 | 0.9 | 0 | 0.65 | 249.63 | 0.82 | 0.19 |
| Hex | 16 | 9 | 5A | 4C | 5A | 0 | 41 | FA | 52 | 13 |
| Octal | 26 | 11 | 132 | 114 | 132 | 0 | 101 | 372 | 122 | 23 |
| Binary | 10110 | 1001 | 1011010 | 1001100 | 1011010 | 0 | 1000001 | 11111010 | 1010010 | 10011 |
Color Harmonies of #16095A
Complementary color
Monochromatic Colors of #16095A
Black with #16095A
Text Example
Text Example
White with #16095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16095A; }
p { color: rgb(22,9,90); }
H1.HeaderClassName
{
color: #16095A;
}
.AnyTagClassName
{
color: #16095A;
}
</style>
background-color css
<style>
a { background-color: #16095A; }
a { background-color: rgb(22,9,90); }
div.DivClassName
{
background-color: #16095A;
}
.BgClassName
{
background-color: #16095A;
}
</style>
border-color css
<style>
span { border-color: #16095A; }
span { border-color: rgb(22,9,90); }
td.TdClassName
{
border-color: #16095A;
}
.TagClassName
{
border-color: #16095A;
}
</style>