Shades of Midnight Express #081836
Tints of Midnight Express #081836
RGB
CMYK
RGB Variations
Color information
#081836 (or 0x081836) is known color: Midnight Express. HEX triplet: 08, 18 and 36. RGB value is (8,24,54). Sum of RGB (Red+Green+Blue) = 8+24+54=86 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.30% from 86); Green value is 24 (9.77% from 255 or 27.91% from 86); Blue value is 54 (21.48% from 255 or 62.79% from 86); Max value from RGB is 54 - color contains mainly: blue. Hex color #081836 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081836 is #F7E7C9. Grayscale: #161616. Windows color (decimal): -16246730 or 3545096. OLE color: 3545096.
HSL color Cylindrical-coordinate representation of color #081836: hue angle of 219.13º 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 #081836 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 8 | 24 | 54 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.79 |
| HSL | 219.13º | 0.74% | 0.12% | - |
| HSV(B) | 219.13º | 0.85% | 0.21% | - |
| XYZ | 1.09 | 0.97 | 3.62 | - |
| YUV | 22.64 | 145.7 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 24 | 54 | 0.85 | 0.56 | 0 | 0.79 | 219.13 | 0.74 | 0.12 |
| Hex | 8 | 18 | 36 | 55 | 38 | 0 | 4F | DB | 4A | C |
| Octal | 10 | 30 | 66 | 125 | 70 | 0 | 117 | 333 | 112 | 14 |
| Binary | 1000 | 11000 | 110110 | 1010101 | 111000 | 0 | 1001111 | 11011011 | 1001010 | 1100 |
Color Harmonies of #081836
Complementary color
Monochromatic Colors of #081836
Black with #081836
Text Example
Text Example
White with #081836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081836; }
p { color: rgb(8,24,54); }
H1.HeaderClassName
{
color: #081836;
}
.AnyTagClassName
{
color: #081836;
}
</style>
background-color css
<style>
a { background-color: #081836; }
a { background-color: rgb(8,24,54); }
div.DivClassName
{
background-color: #081836;
}
.BgClassName
{
background-color: #081836;
}
</style>
border-color css
<style>
span { border-color: #081836; }
span { border-color: rgb(8,24,54); }
td.TdClassName
{
border-color: #081836;
}
.TagClassName
{
border-color: #081836;
}
</style>