Shades of Midnight Express #081335
Tints of Midnight Express #081335
RGB
CMYK
RGB Variations
Color information
#081335 (or 0x081335) is known color: Midnight Express. HEX triplet: 08, 13 and 35. RGB value is (8,19,53). Sum of RGB (Red+Green+Blue) = 8+19+53=80 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 53 (21.09% from 255 or 66.25% from 80); Max value from RGB is 53 - color contains mainly: blue. Hex color #081335 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081335 is #F7ECCA. Grayscale: #131313. Windows color (decimal): -16248011 or 3478280. OLE color: 3478280.
HSL color Cylindrical-coordinate representation of color #081335: hue angle of 225.33º 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 #081335 is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 8 | 19 | 53 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.79 |
| HSL | 225.33º | 0.74% | 0.12% | - |
| HSV(B) | 225.33º | 0.85% | 0.21% | - |
| XYZ | 0.98 | 0.77 | 3.47 | - |
| YUV | 19.59 | 146.86 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 19 | 53 | 0.85 | 0.64 | 0 | 0.79 | 225.33 | 0.74 | 0.12 |
| Hex | 8 | 13 | 35 | 55 | 40 | 0 | 4F | E1 | 4A | C |
| Octal | 10 | 23 | 65 | 125 | 100 | 0 | 117 | 341 | 112 | 14 |
| Binary | 1000 | 10011 | 110101 | 1010101 | 1000000 | 0 | 1001111 | 11100001 | 1001010 | 1100 |
Color Harmonies of #081335
Complementary color
Monochromatic Colors of #081335
Black with #081335
Text Example
Text Example
White with #081335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081335; }
p { color: rgb(8,19,53); }
H1.HeaderClassName
{
color: #081335;
}
.AnyTagClassName
{
color: #081335;
}
</style>
background-color css
<style>
a { background-color: #081335; }
a { background-color: rgb(8,19,53); }
div.DivClassName
{
background-color: #081335;
}
.BgClassName
{
background-color: #081335;
}
</style>
border-color css
<style>
span { border-color: #081335; }
span { border-color: rgb(8,19,53); }
td.TdClassName
{
border-color: #081335;
}
.TagClassName
{
border-color: #081335;
}
</style>