Shades of Midnight Express #08003E
Tints of Midnight Express #08003E
RGB
CMYK
RGB Variations
Color information
#08003E (or 0x08003E) is known color: Midnight Express. HEX triplet: 08, 00 and 3E. RGB value is (8,0,62). Sum of RGB (Red+Green+Blue) = 8+0+62=70 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.43% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 62 (24.61% from 255 or 88.57% from 70); Max value from RGB is 62 - color contains mainly: blue. Hex color #08003E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08003E is #F7FFC1. Grayscale: #090909. Windows color (decimal): -16252866 or 4063240. OLE color: 4063240.
HSL color Cylindrical-coordinate representation of color #08003E: hue angle of 247.74º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #08003E is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 0 | 62 | - |
| CMYK | 0.87 | 1 | 0 | 0.76 |
| HSL | 247.74º | 1% | 0.12% | - |
| HSV(B) | 247.74º | 1% | 0.24% | - |
| XYZ | 0.97 | 0.4 | 4.58 | - |
| YUV | 9.46 | 157.65 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 62 | 0.87 | 1 | 0 | 0.76 | 247.74 | 1 | 0.12 |
| Hex | 8 | 0 | 3E | 57 | 64 | 0 | 4C | F8 | 64 | C |
| Octal | 10 | 0 | 76 | 127 | 144 | 0 | 114 | 370 | 144 | 14 |
| Binary | 1000 | 0 | 111110 | 1010111 | 1100100 | 0 | 1001100 | 11111000 | 1100100 | 1100 |
Color Harmonies of #08003E
Complementary color
Monochromatic Colors of #08003E
Black with #08003E
Text Example
Text Example
White with #08003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08003E; }
p { color: rgb(8,0,62); }
H1.HeaderClassName
{
color: #08003E;
}
.AnyTagClassName
{
color: #08003E;
}
</style>
background-color css
<style>
a { background-color: #08003E; }
a { background-color: rgb(8,0,62); }
div.DivClassName
{
background-color: #08003E;
}
.BgClassName
{
background-color: #08003E;
}
</style>
border-color css
<style>
span { border-color: #08003E; }
span { border-color: rgb(8,0,62); }
td.TdClassName
{
border-color: #08003E;
}
.TagClassName
{
border-color: #08003E;
}
</style>