Shades of Midnight Express #081435
Tints of Midnight Express #081435
RGB
CMYK
RGB Variations
Color information
#081435 (or 0x081435) is known color: Midnight Express. HEX triplet: 08, 14 and 35. RGB value is (8,20,53). Sum of RGB (Red+Green+Blue) = 8+20+53=81 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.88% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 53 (21.09% from 255 or 65.43% from 81); Max value from RGB is 53 - color contains mainly: blue. Hex color #081435 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081435 is #F7EBCA. Grayscale: #141414. Windows color (decimal): -16247755 or 3478536. OLE color: 3478536.
HSL color Cylindrical-coordinate representation of color #081435: hue angle of 224º 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 #081435 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 8 | 20 | 53 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.79 |
| HSL | 224º | 0.74% | 0.12% | - |
| HSV(B) | 224º | 0.85% | 0.21% | - |
| XYZ | 0.99 | 0.81 | 3.47 | - |
| YUV | 20.17 | 146.52 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 20 | 53 | 0.85 | 0.62 | 0 | 0.79 | 224 | 0.74 | 0.12 |
| Hex | 8 | 14 | 35 | 55 | 3E | 0 | 4F | E0 | 4A | C |
| Octal | 10 | 24 | 65 | 125 | 76 | 0 | 117 | 340 | 112 | 14 |
| Binary | 1000 | 10100 | 110101 | 1010101 | 111110 | 0 | 1001111 | 11100000 | 1001010 | 1100 |
Color Harmonies of #081435
Complementary color
Monochromatic Colors of #081435
Black with #081435
Text Example
Text Example
White with #081435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081435; }
p { color: rgb(8,20,53); }
H1.HeaderClassName
{
color: #081435;
}
.AnyTagClassName
{
color: #081435;
}
</style>
background-color css
<style>
a { background-color: #081435; }
a { background-color: rgb(8,20,53); }
div.DivClassName
{
background-color: #081435;
}
.BgClassName
{
background-color: #081435;
}
</style>
border-color css
<style>
span { border-color: #081435; }
span { border-color: rgb(8,20,53); }
td.TdClassName
{
border-color: #081435;
}
.TagClassName
{
border-color: #081435;
}
</style>