Shades of Midnight Express #080A38
Tints of Midnight Express #080A38
RGB
CMYK
RGB Variations
Color information
#080A38 (or 0x080A38) is known color: Midnight Express. HEX triplet: 08, 0A and 38. RGB value is (8,10,56). Sum of RGB (Red+Green+Blue) = 8+10+56=74 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.81% from 74); Green value is 10 (4.30% from 255 or 13.51% from 74); Blue value is 56 (22.27% from 255 or 75.68% from 74); Max value from RGB is 56 - color contains mainly: blue. Hex color #080A38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080A38 is #F7F5C7. Grayscale: #0E0E0E. Windows color (decimal): -16250312 or 3672584. OLE color: 3672584.
HSL color Cylindrical-coordinate representation of color #080A38: hue angle of 237.5º 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 #080A38 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 8 | 10 | 56 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.78 |
| HSL | 237.5º | 0.75% | 0.13% | - |
| HSV(B) | 237.5º | 0.86% | 0.22% | - |
| XYZ | 0.92 | 0.55 | 3.8 | - |
| YUV | 14.65 | 151.34 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 56 | 0.86 | 0.82 | 0 | 0.78 | 237.5 | 0.75 | 0.13 |
| Hex | 8 | A | 38 | 56 | 52 | 0 | 4E | EE | 4B | D |
| Octal | 10 | 12 | 70 | 126 | 122 | 0 | 116 | 356 | 113 | 15 |
| Binary | 1000 | 1010 | 111000 | 1010110 | 1010010 | 0 | 1001110 | 11101110 | 1001011 | 1101 |
Color Harmonies of #080A38
Complementary color
Monochromatic Colors of #080A38
Black with #080A38
Text Example
Text Example
White with #080A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080A38; }
p { color: rgb(8,10,56); }
H1.HeaderClassName
{
color: #080A38;
}
.AnyTagClassName
{
color: #080A38;
}
</style>
background-color css
<style>
a { background-color: #080A38; }
a { background-color: rgb(8,10,56); }
div.DivClassName
{
background-color: #080A38;
}
.BgClassName
{
background-color: #080A38;
}
</style>
border-color css
<style>
span { border-color: #080A38; }
span { border-color: rgb(8,10,56); }
td.TdClassName
{
border-color: #080A38;
}
.TagClassName
{
border-color: #080A38;
}
</style>