Shades of Midnight Express #080946
Tints of Midnight Express #080946
RGB
CMYK
RGB Variations
Color information
#080946 (or 0x080946) is known color: Midnight Express. HEX triplet: 08, 09 and 46. RGB value is (8,9,70). Sum of RGB (Red+Green+Blue) = 8+9+70=87 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.20% from 87); Green value is 9 (3.91% from 255 or 10.34% from 87); Blue value is 70 (27.73% from 255 or 80.46% from 87); Max value from RGB is 70 - color contains mainly: blue. Hex color #080946 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080946 is #F7F6B9. Grayscale: #0F0F0F. Windows color (decimal): -16250554 or 4589832. OLE color: 4589832.
HSL color Cylindrical-coordinate representation of color #080946: hue angle of 239.03º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #080946 is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 8 | 9 | 70 | - |
| CMYK | 0.89 | 0.87 | 0 | 0.73 |
| HSL | 239.03º | 0.79% | 0.15% | - |
| HSV(B) | 239.03º | 0.89% | 0.27% | - |
| XYZ | 1.3 | 0.69 | 5.86 | - |
| YUV | 15.66 | 158.67 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 9 | 70 | 0.89 | 0.87 | 0 | 0.73 | 239.03 | 0.79 | 0.15 |
| Hex | 8 | 9 | 46 | 59 | 57 | 0 | 49 | EF | 4F | F |
| Octal | 10 | 11 | 106 | 131 | 127 | 0 | 111 | 357 | 117 | 17 |
| Binary | 1000 | 1001 | 1000110 | 1011001 | 1010111 | 0 | 1001001 | 11101111 | 1001111 | 1111 |
Color Harmonies of #080946
Complementary color
Monochromatic Colors of #080946
Black with #080946
Text Example
Text Example
White with #080946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080946; }
p { color: rgb(8,9,70); }
H1.HeaderClassName
{
color: #080946;
}
.AnyTagClassName
{
color: #080946;
}
</style>
background-color css
<style>
a { background-color: #080946; }
a { background-color: rgb(8,9,70); }
div.DivClassName
{
background-color: #080946;
}
.BgClassName
{
background-color: #080946;
}
</style>
border-color css
<style>
span { border-color: #080946; }
span { border-color: rgb(8,9,70); }
td.TdClassName
{
border-color: #080946;
}
.TagClassName
{
border-color: #080946;
}
</style>