Shades of Midnight Express #09163F
Tints of Midnight Express #09163F
RGB
CMYK
RGB Variations
Color information
#09163F (or 0x09163F) is known color: Midnight Express. HEX triplet: 09, 16 and 3F. RGB value is (9,22,63). Sum of RGB (Red+Green+Blue) = 9+22+63=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 22 (8.98% from 255 or 23.40% from 94); Blue value is 63 (25% from 255 or 67.02% from 94); Max value from RGB is 63 - color contains mainly: blue. Hex color #09163F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09163F is #F6E9C0. Grayscale: #161616. Windows color (decimal): -16181697 or 4134409. OLE color: 4134409.
HSL color Cylindrical-coordinate representation of color #09163F: hue angle of 225.56º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09163F is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 22 | 63 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.75 |
| HSL | 225.56º | 0.75% | 0.14% | - |
| HSV(B) | 225.56º | 0.86% | 0.25% | - |
| XYZ | 1.3 | 0.99 | 4.83 | - |
| YUV | 22.79 | 150.69 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 22 | 63 | 0.86 | 0.65 | 0 | 0.75 | 225.56 | 0.75 | 0.14 |
| Hex | 9 | 16 | 3F | 56 | 41 | 0 | 4B | E2 | 4B | E |
| Octal | 11 | 26 | 77 | 126 | 101 | 0 | 113 | 342 | 113 | 16 |
| Binary | 1001 | 10110 | 111111 | 1010110 | 1000001 | 0 | 1001011 | 11100010 | 1001011 | 1110 |
Color Harmonies of #09163F
Complementary color
Monochromatic Colors of #09163F
Black with #09163F
Text Example
Text Example
White with #09163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09163F; }
p { color: rgb(9,22,63); }
H1.HeaderClassName
{
color: #09163F;
}
.AnyTagClassName
{
color: #09163F;
}
</style>
background-color css
<style>
a { background-color: #09163F; }
a { background-color: rgb(9,22,63); }
div.DivClassName
{
background-color: #09163F;
}
.BgClassName
{
background-color: #09163F;
}
</style>
border-color css
<style>
span { border-color: #09163F; }
span { border-color: rgb(9,22,63); }
td.TdClassName
{
border-color: #09163F;
}
.TagClassName
{
border-color: #09163F;
}
</style>