Shades of Midnight Express #080934
Tints of Midnight Express #080934
RGB
CMYK
RGB Variations
Color information
#080934 (or 0x080934) is known color: Midnight Express. HEX triplet: 08, 09 and 34. RGB value is (8,9,52). Sum of RGB (Red+Green+Blue) = 8+9+52=69 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.59% from 69); Green value is 9 (3.91% from 255 or 13.04% from 69); Blue value is 52 (20.70% from 255 or 75.36% from 69); Max value from RGB is 52 - color contains mainly: blue. Hex color #080934 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080934 is #F7F6CB. Grayscale: #0D0D0D. Windows color (decimal): -16250572 or 3410184. OLE color: 3410184.
HSL color Cylindrical-coordinate representation of color #080934: hue angle of 238.64º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #080934 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 8 | 9 | 52 | - |
| CMYK | 0.85 | 0.83 | 0 | 0.80 |
| HSL | 238.64º | 0.73% | 0.12% | - |
| HSV(B) | 238.64º | 0.85% | 0.2% | - |
| XYZ | 0.82 | 0.49 | 3.3 | - |
| YUV | 13.6 | 149.67 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 9 | 52 | 0.85 | 0.83 | 0 | 0.80 | 238.64 | 0.73 | 0.12 |
| Hex | 8 | 9 | 34 | 55 | 53 | 0 | 50 | EF | 49 | C |
| Octal | 10 | 11 | 64 | 125 | 123 | 0 | 120 | 357 | 111 | 14 |
| Binary | 1000 | 1001 | 110100 | 1010101 | 1010011 | 0 | 1010000 | 11101111 | 1001001 | 1100 |
Color Harmonies of #080934
Complementary color
Monochromatic Colors of #080934
Black with #080934
Text Example
Text Example
White with #080934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080934; }
p { color: rgb(8,9,52); }
H1.HeaderClassName
{
color: #080934;
}
.AnyTagClassName
{
color: #080934;
}
</style>
background-color css
<style>
a { background-color: #080934; }
a { background-color: rgb(8,9,52); }
div.DivClassName
{
background-color: #080934;
}
.BgClassName
{
background-color: #080934;
}
</style>
border-color css
<style>
span { border-color: #080934; }
span { border-color: rgb(8,9,52); }
td.TdClassName
{
border-color: #080934;
}
.TagClassName
{
border-color: #080934;
}
</style>