Shades of Midnight Blue #16095C
Tints of Midnight Blue #16095C
RGB
CMYK
RGB Variations
Color information
#16095C (or 0x16095C) is known color: Midnight Blue. HEX triplet: 16, 09 and 5C. RGB value is (22,9,92). Sum of RGB (Red+Green+Blue) = 22+9+92=123 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.89% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 92 (36.33% from 255 or 74.80% from 123); Max value from RGB is 92 - color contains mainly: blue. Hex color #16095C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16095C is #E9F6A3. Grayscale: #161616. Windows color (decimal): -15333028 or 6031638. OLE color: 6031638.
HSL color Cylindrical-coordinate representation of color #16095C: hue angle of 249.4º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16095C is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 9 | 92 | - |
| CMYK | 0.76 | 0.90 | 0 | 0.64 |
| HSL | 249.4º | 0.82% | 0.2% | - |
| HSV(B) | 249.4º | 0.9% | 0.36% | - |
| XYZ | 2.36 | 1.14 | 10.22 | - |
| YUV | 22.35 | 167.31 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 9 | 92 | 0.76 | 0.90 | 0 | 0.64 | 249.4 | 0.82 | 0.2 |
| Hex | 16 | 9 | 5C | 4C | 5A | 0 | 40 | F9 | 52 | 14 |
| Octal | 26 | 11 | 134 | 114 | 132 | 0 | 100 | 371 | 122 | 24 |
| Binary | 10110 | 1001 | 1011100 | 1001100 | 1011010 | 0 | 1000000 | 11111001 | 1010010 | 10100 |
Color Harmonies of #16095C
Complementary color
Monochromatic Colors of #16095C
Black with #16095C
Text Example
Text Example
White with #16095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16095C; }
p { color: rgb(22,9,92); }
H1.HeaderClassName
{
color: #16095C;
}
.AnyTagClassName
{
color: #16095C;
}
</style>
background-color css
<style>
a { background-color: #16095C; }
a { background-color: rgb(22,9,92); }
div.DivClassName
{
background-color: #16095C;
}
.BgClassName
{
background-color: #16095C;
}
</style>
border-color css
<style>
span { border-color: #16095C; }
span { border-color: rgb(22,9,92); }
td.TdClassName
{
border-color: #16095C;
}
.TagClassName
{
border-color: #16095C;
}
</style>