Shades of Midnight Express #08053C
Tints of Midnight Express #08053C
RGB
CMYK
RGB Variations
Color information
#08053C (or 0x08053C) is known color: Midnight Express. HEX triplet: 08, 05 and 3C. RGB value is (8,5,60). Sum of RGB (Red+Green+Blue) = 8+5+60=73 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.96% from 73); Green value is 5 (2.34% from 255 or 6.85% from 73); Blue value is 60 (23.83% from 255 or 82.19% from 73); Max value from RGB is 60 - color contains mainly: blue. Hex color #08053C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08053C is #F7FAC3. Grayscale: #0B0B0B. Windows color (decimal): -16251588 or 3933448. OLE color: 3933448.
HSL color Cylindrical-coordinate representation of color #08053C: hue angle of 243.27º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08053C is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 5 | 60 | - |
| CMYK | 0.87 | 0.92 | 0 | 0.76 |
| HSL | 243.27º | 0.85% | 0.13% | - |
| HSV(B) | 243.27º | 0.92% | 0.24% | - |
| XYZ | 0.97 | 0.49 | 4.32 | - |
| YUV | 12.17 | 154.99 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 5 | 60 | 0.87 | 0.92 | 0 | 0.76 | 243.27 | 0.85 | 0.13 |
| Hex | 8 | 5 | 3C | 57 | 5C | 0 | 4C | F3 | 55 | D |
| Octal | 10 | 5 | 74 | 127 | 134 | 0 | 114 | 363 | 125 | 15 |
| Binary | 1000 | 101 | 111100 | 1010111 | 1011100 | 0 | 1001100 | 11110011 | 1010101 | 1101 |
Color Harmonies of #08053C
Complementary color
Monochromatic Colors of #08053C
Black with #08053C
Text Example
Text Example
White with #08053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08053C; }
p { color: rgb(8,5,60); }
H1.HeaderClassName
{
color: #08053C;
}
.AnyTagClassName
{
color: #08053C;
}
</style>
background-color css
<style>
a { background-color: #08053C; }
a { background-color: rgb(8,5,60); }
div.DivClassName
{
background-color: #08053C;
}
.BgClassName
{
background-color: #08053C;
}
</style>
border-color css
<style>
span { border-color: #08053C; }
span { border-color: rgb(8,5,60); }
td.TdClassName
{
border-color: #08053C;
}
.TagClassName
{
border-color: #08053C;
}
</style>