Shades of Midnight Express #080A46
Tints of Midnight Express #080A46
RGB
CMYK
RGB Variations
Color information
#080A46 (or 0x080A46) is known color: Midnight Express. HEX triplet: 08, 0A and 46. RGB value is (8,10,70). Sum of RGB (Red+Green+Blue) = 8+10+70=88 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.09% from 88); Green value is 10 (4.30% from 255 or 11.36% from 88); Blue value is 70 (27.73% from 255 or 79.55% from 88); Max value from RGB is 70 - color contains mainly: blue. Hex color #080A46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080A46 is #F7F5B9. Grayscale: #101010. Windows color (decimal): -16250298 or 4590088. OLE color: 4590088.
HSL color Cylindrical-coordinate representation of color #080A46: hue angle of 238.06º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #080A46 is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 8 | 10 | 70 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.73 |
| HSL | 238.06º | 0.79% | 0.15% | - |
| HSV(B) | 238.06º | 0.89% | 0.27% | - |
| XYZ | 1.31 | 0.71 | 5.86 | - |
| YUV | 16.24 | 158.34 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 70 | 0.89 | 0.86 | 0 | 0.73 | 238.06 | 0.79 | 0.15 |
| Hex | 8 | A | 46 | 59 | 56 | 0 | 49 | EE | 4F | F |
| Octal | 10 | 12 | 106 | 131 | 126 | 0 | 111 | 356 | 117 | 17 |
| Binary | 1000 | 1010 | 1000110 | 1011001 | 1010110 | 0 | 1001001 | 11101110 | 1001111 | 1111 |
Color Harmonies of #080A46
Complementary color
Monochromatic Colors of #080A46
Black with #080A46
Text Example
Text Example
White with #080A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080A46; }
p { color: rgb(8,10,70); }
H1.HeaderClassName
{
color: #080A46;
}
.AnyTagClassName
{
color: #080A46;
}
</style>
background-color css
<style>
a { background-color: #080A46; }
a { background-color: rgb(8,10,70); }
div.DivClassName
{
background-color: #080A46;
}
.BgClassName
{
background-color: #080A46;
}
</style>
border-color css
<style>
span { border-color: #080A46; }
span { border-color: rgb(8,10,70); }
td.TdClassName
{
border-color: #080A46;
}
.TagClassName
{
border-color: #080A46;
}
</style>