Shades of Midnight Express #080938
Tints of Midnight Express #080938
RGB
CMYK
RGB Variations
Color information
#080938 (or 0x080938) is known color: Midnight Express. HEX triplet: 08, 09 and 38. RGB value is (8,9,56). Sum of RGB (Red+Green+Blue) = 8+9+56=73 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.96% from 73); Green value is 9 (3.91% from 255 or 12.33% from 73); Blue value is 56 (22.27% from 255 or 76.71% from 73); Max value from RGB is 56 - color contains mainly: blue. Hex color #080938 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080938 is #F7F6C7. Grayscale: #0D0D0D. Windows color (decimal): -16250568 or 3672328. OLE color: 3672328.
HSL color Cylindrical-coordinate representation of color #080938: hue angle of 238.75º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #080938 is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 8 | 9 | 56 | - |
| CMYK | 0.86 | 0.84 | 0 | 0.78 |
| HSL | 238.75º | 0.75% | 0.13% | - |
| HSV(B) | 238.75º | 0.86% | 0.22% | - |
| XYZ | 0.91 | 0.53 | 3.8 | - |
| YUV | 14.06 | 151.67 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 9 | 56 | 0.86 | 0.84 | 0 | 0.78 | 238.75 | 0.75 | 0.13 |
| Hex | 8 | 9 | 38 | 56 | 54 | 0 | 4E | EF | 4B | D |
| Octal | 10 | 11 | 70 | 126 | 124 | 0 | 116 | 357 | 113 | 15 |
| Binary | 1000 | 1001 | 111000 | 1010110 | 1010100 | 0 | 1001110 | 11101111 | 1001011 | 1101 |
Color Harmonies of #080938
Complementary color
Monochromatic Colors of #080938
Black with #080938
Text Example
Text Example
White with #080938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080938; }
p { color: rgb(8,9,56); }
H1.HeaderClassName
{
color: #080938;
}
.AnyTagClassName
{
color: #080938;
}
</style>
background-color css
<style>
a { background-color: #080938; }
a { background-color: rgb(8,9,56); }
div.DivClassName
{
background-color: #080938;
}
.BgClassName
{
background-color: #080938;
}
</style>
border-color css
<style>
span { border-color: #080938; }
span { border-color: rgb(8,9,56); }
td.TdClassName
{
border-color: #080938;
}
.TagClassName
{
border-color: #080938;
}
</style>