Shades of Midnight Express #080138
Tints of Midnight Express #080138
RGB
CMYK
RGB Variations
Color information
#080138 (or 0x080138) is known color: Midnight Express. HEX triplet: 08, 01 and 38. RGB value is (8,1,56). Sum of RGB (Red+Green+Blue) = 8+1+56=65 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.31% from 65); Green value is 1 (0.78% from 255 or 1.54% from 65); Blue value is 56 (22.27% from 255 or 86.15% from 65); Max value from RGB is 56 - color contains mainly: blue. Hex color #080138 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080138 is #F7FEC7. Grayscale: #090909. Windows color (decimal): -16252616 or 3670280. OLE color: 3670280.
HSL color Cylindrical-coordinate representation of color #080138: hue angle of 247.64º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #080138 is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 8 | 1 | 56 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.78 |
| HSL | 247.64º | 0.96% | 0.11% | - |
| HSV(B) | 247.64º | 0.98% | 0.22% | - |
| XYZ | 0.82 | 0.36 | 3.77 | - |
| YUV | 9.36 | 154.32 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 1 | 56 | 0.86 | 0.98 | 0 | 0.78 | 247.64 | 0.96 | 0.11 |
| Hex | 8 | 1 | 38 | 56 | 62 | 0 | 4E | F8 | 60 | B |
| Octal | 10 | 1 | 70 | 126 | 142 | 0 | 116 | 370 | 140 | 13 |
| Binary | 1000 | 1 | 111000 | 1010110 | 1100010 | 0 | 1001110 | 11111000 | 1100000 | 1011 |
Color Harmonies of #080138
Complementary color
Monochromatic Colors of #080138
Black with #080138
Text Example
Text Example
White with #080138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080138; }
p { color: rgb(8,1,56); }
H1.HeaderClassName
{
color: #080138;
}
.AnyTagClassName
{
color: #080138;
}
</style>
background-color css
<style>
a { background-color: #080138; }
a { background-color: rgb(8,1,56); }
div.DivClassName
{
background-color: #080138;
}
.BgClassName
{
background-color: #080138;
}
</style>
border-color css
<style>
span { border-color: #080138; }
span { border-color: rgb(8,1,56); }
td.TdClassName
{
border-color: #080138;
}
.TagClassName
{
border-color: #080138;
}
</style>