Shades of Midnight Express #080A44
Tints of Midnight Express #080A44
RGB
CMYK
RGB Variations
Color information
#080A44 (or 0x080A44) is known color: Midnight Express. HEX triplet: 08, 0A and 44. RGB value is (8,10,68). Sum of RGB (Red+Green+Blue) = 8+10+68=86 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.30% from 86); Green value is 10 (4.30% from 255 or 11.63% from 86); Blue value is 68 (26.95% from 255 or 79.07% from 86); Max value from RGB is 68 - color contains mainly: blue. Hex color #080A44 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080A44 is #F7F5BB. Grayscale: #0F0F0F. Windows color (decimal): -16250300 or 4459016. OLE color: 4459016.
HSL color Cylindrical-coordinate representation of color #080A44: hue angle of 238º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #080A44 is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 8 | 10 | 68 | - |
| CMYK | 0.88 | 0.85 | 0 | 0.73 |
| HSL | 238º | 0.79% | 0.15% | - |
| HSV(B) | 238º | 0.88% | 0.27% | - |
| XYZ | 1.25 | 0.69 | 5.54 | - |
| YUV | 16.01 | 157.34 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 68 | 0.88 | 0.85 | 0 | 0.73 | 238 | 0.79 | 0.15 |
| Hex | 8 | A | 44 | 58 | 55 | 0 | 49 | EE | 4F | F |
| Octal | 10 | 12 | 104 | 130 | 125 | 0 | 111 | 356 | 117 | 17 |
| Binary | 1000 | 1010 | 1000100 | 1011000 | 1010101 | 0 | 1001001 | 11101110 | 1001111 | 1111 |
Color Harmonies of #080A44
Complementary color
Monochromatic Colors of #080A44
Black with #080A44
Text Example
Text Example
White with #080A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080A44; }
p { color: rgb(8,10,68); }
H1.HeaderClassName
{
color: #080A44;
}
.AnyTagClassName
{
color: #080A44;
}
</style>
background-color css
<style>
a { background-color: #080A44; }
a { background-color: rgb(8,10,68); }
div.DivClassName
{
background-color: #080A44;
}
.BgClassName
{
background-color: #080A44;
}
</style>
border-color css
<style>
span { border-color: #080A44; }
span { border-color: rgb(8,10,68); }
td.TdClassName
{
border-color: #080A44;
}
.TagClassName
{
border-color: #080A44;
}
</style>