Shades of Midnight Express #08043A
Tints of Midnight Express #08043A
RGB
CMYK
RGB Variations
Color information
#08043A (or 0x08043A) is known color: Midnight Express. HEX triplet: 08, 04 and 3A. RGB value is (8,4,58). Sum of RGB (Red+Green+Blue) = 8+4+58=70 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.43% from 70); Green value is 4 (1.95% from 255 or 5.71% from 70); Blue value is 58 (23.05% from 255 or 82.86% from 70); Max value from RGB is 58 - color contains mainly: blue. Hex color #08043A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08043A is #F7FBC5. Grayscale: #0B0B0B. Windows color (decimal): -16251846 or 3802120. OLE color: 3802120.
HSL color Cylindrical-coordinate representation of color #08043A: hue angle of 244.44º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08043A is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 8 | 4 | 58 | - |
| CMYK | 0.86 | 0.93 | 0 | 0.77 |
| HSL | 244.44º | 0.87% | 0.12% | - |
| HSV(B) | 244.44º | 0.93% | 0.23% | - |
| XYZ | 0.91 | 0.44 | 4.04 | - |
| YUV | 11.35 | 154.33 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 4 | 58 | 0.86 | 0.93 | 0 | 0.77 | 244.44 | 0.87 | 0.12 |
| Hex | 8 | 4 | 3A | 56 | 5D | 0 | 4D | F4 | 57 | C |
| Octal | 10 | 4 | 72 | 126 | 135 | 0 | 115 | 364 | 127 | 14 |
| Binary | 1000 | 100 | 111010 | 1010110 | 1011101 | 0 | 1001101 | 11110100 | 1010111 | 1100 |
Color Harmonies of #08043A
Complementary color
Monochromatic Colors of #08043A
Black with #08043A
Text Example
Text Example
White with #08043A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08043A; }
p { color: rgb(8,4,58); }
H1.HeaderClassName
{
color: #08043A;
}
.AnyTagClassName
{
color: #08043A;
}
</style>
background-color css
<style>
a { background-color: #08043A; }
a { background-color: rgb(8,4,58); }
div.DivClassName
{
background-color: #08043A;
}
.BgClassName
{
background-color: #08043A;
}
</style>
border-color css
<style>
span { border-color: #08043A; }
span { border-color: rgb(8,4,58); }
td.TdClassName
{
border-color: #08043A;
}
.TagClassName
{
border-color: #08043A;
}
</style>