Shades of Midnight Blue #16095F
Tints of Midnight Blue #16095F
RGB
CMYK
RGB Variations
Color information
#16095F (or 0x16095F) is known color: Midnight Blue. HEX triplet: 16, 09 and 5F. RGB value is (22,9,95). Sum of RGB (Red+Green+Blue) = 22+9+95=126 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.46% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 95 (37.5% from 255 or 75.40% from 126); Max value from RGB is 95 - color contains mainly: blue. Hex color #16095F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16095F is #E9F6A0. Grayscale: #161616. Windows color (decimal): -15333025 or 6228246. OLE color: 6228246.
HSL color Cylindrical-coordinate representation of color #16095F: hue angle of 249.07º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16095F is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 9 | 95 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.63 |
| HSL | 249.07º | 0.83% | 0.2% | - |
| HSV(B) | 249.07º | 0.91% | 0.37% | - |
| XYZ | 2.49 | 1.19 | 10.93 | - |
| YUV | 22.69 | 168.81 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 9 | 95 | 0.77 | 0.91 | 0 | 0.63 | 249.07 | 0.83 | 0.2 |
| Hex | 16 | 9 | 5F | 4D | 5B | 0 | 3F | F9 | 53 | 14 |
| Octal | 26 | 11 | 137 | 115 | 133 | 0 | 77 | 371 | 123 | 24 |
| Binary | 10110 | 1001 | 1011111 | 1001101 | 1011011 | 0 | 111111 | 11111001 | 1010011 | 10100 |
Color Harmonies of #16095F
Complementary color
Monochromatic Colors of #16095F
Black with #16095F
Text Example
Text Example
White with #16095F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16095F; }
p { color: rgb(22,9,95); }
H1.HeaderClassName
{
color: #16095F;
}
.AnyTagClassName
{
color: #16095F;
}
</style>
background-color css
<style>
a { background-color: #16095F; }
a { background-color: rgb(22,9,95); }
div.DivClassName
{
background-color: #16095F;
}
.BgClassName
{
background-color: #16095F;
}
</style>
border-color css
<style>
span { border-color: #16095F; }
span { border-color: rgb(22,9,95); }
td.TdClassName
{
border-color: #16095F;
}
.TagClassName
{
border-color: #16095F;
}
</style>