Shades of Midnight Express #08073D
Tints of Midnight Express #08073D
RGB
CMYK
RGB Variations
Color information
#08073D (or 0x08073D) is known color: Midnight Express. HEX triplet: 08, 07 and 3D. RGB value is (8,7,61). Sum of RGB (Red+Green+Blue) = 8+7+61=76 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.53% from 76); Green value is 7 (3.12% from 255 or 9.21% from 76); Blue value is 61 (24.22% from 255 or 80.26% from 76); Max value from RGB is 61 - color contains mainly: blue. Hex color #08073D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08073D is #F7F8C2. Grayscale: #0D0D0D. Windows color (decimal): -16251075 or 3999496. OLE color: 3999496.
HSL color Cylindrical-coordinate representation of color #08073D: hue angle of 241.11º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08073D is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 7 | 61 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.76 |
| HSL | 241.11º | 0.79% | 0.13% | - |
| HSV(B) | 241.11º | 0.89% | 0.24% | - |
| XYZ | 1.02 | 0.54 | 4.47 | - |
| YUV | 13.46 | 154.83 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 7 | 61 | 0.87 | 0.89 | 0 | 0.76 | 241.11 | 0.79 | 0.13 |
| Hex | 8 | 7 | 3D | 57 | 59 | 0 | 4C | F1 | 4F | D |
| Octal | 10 | 7 | 75 | 127 | 131 | 0 | 114 | 361 | 117 | 15 |
| Binary | 1000 | 111 | 111101 | 1010111 | 1011001 | 0 | 1001100 | 11110001 | 1001111 | 1101 |
Color Harmonies of #08073D
Complementary color
Monochromatic Colors of #08073D
Black with #08073D
Text Example
Text Example
White with #08073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08073D; }
p { color: rgb(8,7,61); }
H1.HeaderClassName
{
color: #08073D;
}
.AnyTagClassName
{
color: #08073D;
}
</style>
background-color css
<style>
a { background-color: #08073D; }
a { background-color: rgb(8,7,61); }
div.DivClassName
{
background-color: #08073D;
}
.BgClassName
{
background-color: #08073D;
}
</style>
border-color css
<style>
span { border-color: #08073D; }
span { border-color: rgb(8,7,61); }
td.TdClassName
{
border-color: #08073D;
}
.TagClassName
{
border-color: #08073D;
}
</style>