Shades of Midnight Express #090745
Tints of Midnight Express #090745
RGB
CMYK
RGB Variations
Color information
#090745 (or 0x090745) is known color: Midnight Express. HEX triplet: 09, 07 and 45. RGB value is (9,7,69). Sum of RGB (Red+Green+Blue) = 9+7+69=85 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.59% from 85); Green value is 7 (3.12% from 255 or 8.24% from 85); Blue value is 69 (27.34% from 255 or 81.18% from 85); Max value from RGB is 69 - color contains mainly: blue. Hex color #090745 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090745 is #F6F8BA. Grayscale: #0E0E0E. Windows color (decimal): -16185531 or 4523785. OLE color: 4523785.
HSL color Cylindrical-coordinate representation of color #090745: hue angle of 241.94º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #090745 is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 9 | 7 | 69 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.73 |
| HSL | 241.94º | 0.82% | 0.15% | - |
| HSV(B) | 241.94º | 0.9% | 0.27% | - |
| XYZ | 1.26 | 0.64 | 5.69 | - |
| YUV | 14.67 | 158.66 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 7 | 69 | 0.87 | 0.90 | 0 | 0.73 | 241.94 | 0.82 | 0.15 |
| Hex | 9 | 7 | 45 | 57 | 5A | 0 | 49 | F2 | 52 | F |
| Octal | 11 | 7 | 105 | 127 | 132 | 0 | 111 | 362 | 122 | 17 |
| Binary | 1001 | 111 | 1000101 | 1010111 | 1011010 | 0 | 1001001 | 11110010 | 1010010 | 1111 |
Color Harmonies of #090745
Complementary color
Monochromatic Colors of #090745
Black with #090745
Text Example
Text Example
White with #090745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090745; }
p { color: rgb(9,7,69); }
H1.HeaderClassName
{
color: #090745;
}
.AnyTagClassName
{
color: #090745;
}
</style>
background-color css
<style>
a { background-color: #090745; }
a { background-color: rgb(9,7,69); }
div.DivClassName
{
background-color: #090745;
}
.BgClassName
{
background-color: #090745;
}
</style>
border-color css
<style>
span { border-color: #090745; }
span { border-color: rgb(9,7,69); }
td.TdClassName
{
border-color: #090745;
}
.TagClassName
{
border-color: #090745;
}
</style>