Shades of Midnight Express #08073C
Tints of Midnight Express #08073C
RGB
CMYK
RGB Variations
Color information
#08073C (or 0x08073C) is known color: Midnight Express. HEX triplet: 08, 07 and 3C. RGB value is (8,7,60). Sum of RGB (Red+Green+Blue) = 8+7+60=75 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.67% from 75); Green value is 7 (3.12% from 255 or 9.33% from 75); Blue value is 60 (23.83% from 255 or 80% from 75); Max value from RGB is 60 - color contains mainly: blue. Hex color #08073C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08073C is #F7F8C3. Grayscale: #0D0D0D. Windows color (decimal): -16251076 or 3933960. OLE color: 3933960.
HSL color Cylindrical-coordinate representation of color #08073C: hue angle of 241.13º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #08073C is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 7 | 60 | - |
| CMYK | 0.87 | 0.88 | 0 | 0.76 |
| HSL | 241.13º | 0.79% | 0.13% | - |
| HSV(B) | 241.13º | 0.88% | 0.24% | - |
| XYZ | 0.99 | 0.53 | 4.32 | - |
| YUV | 13.34 | 154.33 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 7 | 60 | 0.87 | 0.88 | 0 | 0.76 | 241.13 | 0.79 | 0.13 |
| Hex | 8 | 7 | 3C | 57 | 58 | 0 | 4C | F1 | 4F | D |
| Octal | 10 | 7 | 74 | 127 | 130 | 0 | 114 | 361 | 117 | 15 |
| Binary | 1000 | 111 | 111100 | 1010111 | 1011000 | 0 | 1001100 | 11110001 | 1001111 | 1101 |
Color Harmonies of #08073C
Complementary color
Monochromatic Colors of #08073C
Black with #08073C
Text Example
Text Example
White with #08073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08073C; }
p { color: rgb(8,7,60); }
H1.HeaderClassName
{
color: #08073C;
}
.AnyTagClassName
{
color: #08073C;
}
</style>
background-color css
<style>
a { background-color: #08073C; }
a { background-color: rgb(8,7,60); }
div.DivClassName
{
background-color: #08073C;
}
.BgClassName
{
background-color: #08073C;
}
</style>
border-color css
<style>
span { border-color: #08073C; }
span { border-color: rgb(8,7,60); }
td.TdClassName
{
border-color: #08073C;
}
.TagClassName
{
border-color: #08073C;
}
</style>