Shades of Midnight Express #08013B
Tints of Midnight Express #08013B
RGB
CMYK
RGB Variations
Color information
#08013B (or 0x08013B) is known color: Midnight Express. HEX triplet: 08, 01 and 3B. RGB value is (8,1,59). Sum of RGB (Red+Green+Blue) = 8+1+59=68 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.76% from 68); Green value is 1 (0.78% from 255 or 1.47% from 68); Blue value is 59 (23.44% from 255 or 86.76% from 68); Max value from RGB is 59 - color contains mainly: blue. Hex color #08013B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08013B is #F7FEC4. Grayscale: #090909. Windows color (decimal): -16252613 or 3866888. OLE color: 3866888.
HSL color Cylindrical-coordinate representation of color #08013B: hue angle of 247.24º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #08013B is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 8 | 1 | 59 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.77 |
| HSL | 247.24º | 0.97% | 0.12% | - |
| HSV(B) | 247.24º | 0.98% | 0.23% | - |
| XYZ | 0.9 | 0.39 | 4.17 | - |
| YUV | 9.71 | 155.82 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 1 | 59 | 0.86 | 0.98 | 0 | 0.77 | 247.24 | 0.97 | 0.12 |
| Hex | 8 | 1 | 3B | 56 | 62 | 0 | 4D | F7 | 61 | C |
| Octal | 10 | 1 | 73 | 126 | 142 | 0 | 115 | 367 | 141 | 14 |
| Binary | 1000 | 1 | 111011 | 1010110 | 1100010 | 0 | 1001101 | 11110111 | 1100001 | 1100 |
Color Harmonies of #08013B
Complementary color
Monochromatic Colors of #08013B
Black with #08013B
Text Example
Text Example
White with #08013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08013B; }
p { color: rgb(8,1,59); }
H1.HeaderClassName
{
color: #08013B;
}
.AnyTagClassName
{
color: #08013B;
}
</style>
background-color css
<style>
a { background-color: #08013B; }
a { background-color: rgb(8,1,59); }
div.DivClassName
{
background-color: #08013B;
}
.BgClassName
{
background-color: #08013B;
}
</style>
border-color css
<style>
span { border-color: #08013B; }
span { border-color: rgb(8,1,59); }
td.TdClassName
{
border-color: #08013B;
}
.TagClassName
{
border-color: #08013B;
}
</style>