Shades of Midnight Express #080944
Tints of Midnight Express #080944
RGB
CMYK
RGB Variations
Color information
#080944 (or 0x080944) is known color: Midnight Express. HEX triplet: 08, 09 and 44. RGB value is (8,9,68). Sum of RGB (Red+Green+Blue) = 8+9+68=85 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.41% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 68 (26.95% from 255 or 80% from 85); Max value from RGB is 68 - color contains mainly: blue. Hex color #080944 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080944 is #F7F6BB. Grayscale: #0F0F0F. Windows color (decimal): -16250556 or 4458760. OLE color: 4458760.
HSL color Cylindrical-coordinate representation of color #080944: hue angle of 239º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #080944 is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 8 | 9 | 68 | - |
| CMYK | 0.88 | 0.87 | 0 | 0.73 |
| HSL | 239º | 0.79% | 0.15% | - |
| HSV(B) | 239º | 0.88% | 0.27% | - |
| XYZ | 1.24 | 0.66 | 5.53 | - |
| YUV | 15.43 | 157.67 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 9 | 68 | 0.88 | 0.87 | 0 | 0.73 | 239 | 0.79 | 0.15 |
| Hex | 8 | 9 | 44 | 58 | 57 | 0 | 49 | EF | 4F | F |
| Octal | 10 | 11 | 104 | 130 | 127 | 0 | 111 | 357 | 117 | 17 |
| Binary | 1000 | 1001 | 1000100 | 1011000 | 1010111 | 0 | 1001001 | 11101111 | 1001111 | 1111 |
Color Harmonies of #080944
Complementary color
Monochromatic Colors of #080944
Black with #080944
Text Example
Text Example
White with #080944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080944; }
p { color: rgb(8,9,68); }
H1.HeaderClassName
{
color: #080944;
}
.AnyTagClassName
{
color: #080944;
}
</style>
background-color css
<style>
a { background-color: #080944; }
a { background-color: rgb(8,9,68); }
div.DivClassName
{
background-color: #080944;
}
.BgClassName
{
background-color: #080944;
}
</style>
border-color css
<style>
span { border-color: #080944; }
span { border-color: rgb(8,9,68); }
td.TdClassName
{
border-color: #080944;
}
.TagClassName
{
border-color: #080944;
}
</style>