Shades of Midnight Express #08132E
Tints of Midnight Express #08132E
RGB
CMYK
RGB Variations
Color information
#08132E (or 0x08132E) is known color: Midnight Express. HEX triplet: 08, 13 and 2E. RGB value is (8,19,46). Sum of RGB (Red+Green+Blue) = 8+19+46=73 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.96% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 46 (18.36% from 255 or 63.01% from 73); Max value from RGB is 46 - color contains mainly: blue. Hex color #08132E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08132E is #F7ECD1. Grayscale: #121212. Windows color (decimal): -16248018 or 3019528. OLE color: 3019528.
HSL color Cylindrical-coordinate representation of color #08132E: hue angle of 222.63º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #08132E is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 19 | 46 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.82 |
| HSL | 222.63º | 0.7% | 0.11% | - |
| HSV(B) | 222.63º | 0.83% | 0.18% | - |
| XYZ | 0.83 | 0.71 | 2.68 | - |
| YUV | 18.79 | 143.36 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 19 | 46 | 0.83 | 0.59 | 0 | 0.82 | 222.63 | 0.7 | 0.11 |
| Hex | 8 | 13 | 2E | 53 | 3B | 0 | 52 | DF | 46 | B |
| Octal | 10 | 23 | 56 | 123 | 73 | 0 | 122 | 337 | 106 | 13 |
| Binary | 1000 | 10011 | 101110 | 1010011 | 111011 | 0 | 1010010 | 11011111 | 1000110 | 1011 |
Color Harmonies of #08132E
Complementary color
Monochromatic Colors of #08132E
Black with #08132E
Text Example
Text Example
White with #08132E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08132E; }
p { color: rgb(8,19,46); }
H1.HeaderClassName
{
color: #08132E;
}
.AnyTagClassName
{
color: #08132E;
}
</style>
background-color css
<style>
a { background-color: #08132E; }
a { background-color: rgb(8,19,46); }
div.DivClassName
{
background-color: #08132E;
}
.BgClassName
{
background-color: #08132E;
}
</style>
border-color css
<style>
span { border-color: #08132E; }
span { border-color: rgb(8,19,46); }
td.TdClassName
{
border-color: #08132E;
}
.TagClassName
{
border-color: #08132E;
}
</style>