Shades of Midnight Express #081336
Tints of Midnight Express #081336
RGB
CMYK
RGB Variations
Color information
#081336 (or 0x081336) is known color: Midnight Express. HEX triplet: 08, 13 and 36. RGB value is (8,19,54). Sum of RGB (Red+Green+Blue) = 8+19+54=81 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.88% from 81); Green value is 19 (7.81% from 255 or 23.46% from 81); Blue value is 54 (21.48% from 255 or 66.67% from 81); Max value from RGB is 54 - color contains mainly: blue. Hex color #081336 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081336 is #F7ECC9. Grayscale: #131313. Windows color (decimal): -16248010 or 3543816. OLE color: 3543816.
HSL color Cylindrical-coordinate representation of color #081336: hue angle of 225.65º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #081336 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 8 | 19 | 54 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.79 |
| HSL | 225.65º | 0.74% | 0.12% | - |
| HSV(B) | 225.65º | 0.85% | 0.21% | - |
| XYZ | 1 | 0.78 | 3.59 | - |
| YUV | 19.7 | 147.36 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 19 | 54 | 0.85 | 0.65 | 0 | 0.79 | 225.65 | 0.74 | 0.12 |
| Hex | 8 | 13 | 36 | 55 | 41 | 0 | 4F | E2 | 4A | C |
| Octal | 10 | 23 | 66 | 125 | 101 | 0 | 117 | 342 | 112 | 14 |
| Binary | 1000 | 10011 | 110110 | 1010101 | 1000001 | 0 | 1001111 | 11100010 | 1001010 | 1100 |
Color Harmonies of #081336
Complementary color
Monochromatic Colors of #081336
Black with #081336
Text Example
Text Example
White with #081336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081336; }
p { color: rgb(8,19,54); }
H1.HeaderClassName
{
color: #081336;
}
.AnyTagClassName
{
color: #081336;
}
</style>
background-color css
<style>
a { background-color: #081336; }
a { background-color: rgb(8,19,54); }
div.DivClassName
{
background-color: #081336;
}
.BgClassName
{
background-color: #081336;
}
</style>
border-color css
<style>
span { border-color: #081336; }
span { border-color: rgb(8,19,54); }
td.TdClassName
{
border-color: #081336;
}
.TagClassName
{
border-color: #081336;
}
</style>