Shades of Midnight Express #081835
Tints of Midnight Express #081835
RGB
CMYK
RGB Variations
Color information
#081835 (or 0x081835) is known color: Midnight Express. HEX triplet: 08, 18 and 35. RGB value is (8,24,53). Sum of RGB (Red+Green+Blue) = 8+24+53=85 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.41% from 85); Green value is 24 (9.77% from 255 or 28.24% from 85); Blue value is 53 (21.09% from 255 or 62.35% from 85); Max value from RGB is 53 - color contains mainly: blue. Hex color #081835 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081835 is #F7E7CA. Grayscale: #161616. Windows color (decimal): -16246731 or 3479560. OLE color: 3479560.
HSL color Cylindrical-coordinate representation of color #081835: hue angle of 218.67º 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 #081835 is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 8 | 24 | 53 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.79 |
| HSL | 218.67º | 0.74% | 0.12% | - |
| HSV(B) | 218.67º | 0.85% | 0.21% | - |
| XYZ | 1.07 | 0.96 | 3.5 | - |
| YUV | 22.52 | 145.2 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 24 | 53 | 0.85 | 0.55 | 0 | 0.79 | 218.67 | 0.74 | 0.12 |
| Hex | 8 | 18 | 35 | 55 | 37 | 0 | 4F | DB | 4A | C |
| Octal | 10 | 30 | 65 | 125 | 67 | 0 | 117 | 333 | 112 | 14 |
| Binary | 1000 | 11000 | 110101 | 1010101 | 110111 | 0 | 1001111 | 11011011 | 1001010 | 1100 |
Color Harmonies of #081835
Complementary color
Monochromatic Colors of #081835
Black with #081835
Text Example
Text Example
White with #081835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081835; }
p { color: rgb(8,24,53); }
H1.HeaderClassName
{
color: #081835;
}
.AnyTagClassName
{
color: #081835;
}
</style>
background-color css
<style>
a { background-color: #081835; }
a { background-color: rgb(8,24,53); }
div.DivClassName
{
background-color: #081835;
}
.BgClassName
{
background-color: #081835;
}
</style>
border-color css
<style>
span { border-color: #081835; }
span { border-color: rgb(8,24,53); }
td.TdClassName
{
border-color: #081835;
}
.TagClassName
{
border-color: #081835;
}
</style>