Shades of Midnight Express #080643
Tints of Midnight Express #080643
RGB
CMYK
RGB Variations
Color information
#080643 (or 0x080643) is known color: Midnight Express. HEX triplet: 08, 06 and 43. RGB value is (8,6,67). Sum of RGB (Red+Green+Blue) = 8+6+67=81 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.88% from 81); Green value is 6 (2.73% from 255 or 7.41% from 81); Blue value is 67 (26.56% from 255 or 82.72% from 81); Max value from RGB is 67 - color contains mainly: blue. Hex color #080643 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080643 is #F7F9BC. Grayscale: #0D0D0D. Windows color (decimal): -16251325 or 4392456. OLE color: 4392456.
HSL color Cylindrical-coordinate representation of color #080643: hue angle of 241.97º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #080643 is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 8 | 6 | 67 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.74 |
| HSL | 241.97º | 0.84% | 0.14% | - |
| HSV(B) | 241.97º | 0.91% | 0.26% | - |
| XYZ | 1.18 | 0.59 | 5.36 | - |
| YUV | 13.55 | 158.16 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 6 | 67 | 0.88 | 0.91 | 0 | 0.74 | 241.97 | 0.84 | 0.14 |
| Hex | 8 | 6 | 43 | 58 | 5B | 0 | 4A | F2 | 54 | E |
| Octal | 10 | 6 | 103 | 130 | 133 | 0 | 112 | 362 | 124 | 16 |
| Binary | 1000 | 110 | 1000011 | 1011000 | 1011011 | 0 | 1001010 | 11110010 | 1010100 | 1110 |
Color Harmonies of #080643
Complementary color
Monochromatic Colors of #080643
Black with #080643
Text Example
Text Example
White with #080643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080643; }
p { color: rgb(8,6,67); }
H1.HeaderClassName
{
color: #080643;
}
.AnyTagClassName
{
color: #080643;
}
</style>
background-color css
<style>
a { background-color: #080643; }
a { background-color: rgb(8,6,67); }
div.DivClassName
{
background-color: #080643;
}
.BgClassName
{
background-color: #080643;
}
</style>
border-color css
<style>
span { border-color: #080643; }
span { border-color: rgb(8,6,67); }
td.TdClassName
{
border-color: #080643;
}
.TagClassName
{
border-color: #080643;
}
</style>