Shades of Midnight Express #081334
Tints of Midnight Express #081334
RGB
CMYK
RGB Variations
Color information
#081334 (or 0x081334) is known color: Midnight Express. HEX triplet: 08, 13 and 34. RGB value is (8,19,52). Sum of RGB (Red+Green+Blue) = 8+19+52=79 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.13% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 52 (20.70% from 255 or 65.82% from 79); Max value from RGB is 52 - color contains mainly: blue. Hex color #081334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081334 is #F7ECCB. Grayscale: #131313. Windows color (decimal): -16248012 or 3412744. OLE color: 3412744.
HSL color Cylindrical-coordinate representation of color #081334: hue angle of 225º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #081334 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 8 | 19 | 52 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.80 |
| HSL | 225º | 0.73% | 0.12% | - |
| HSV(B) | 225º | 0.85% | 0.2% | - |
| XYZ | 0.95 | 0.77 | 3.35 | - |
| YUV | 19.47 | 146.36 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 19 | 52 | 0.85 | 0.63 | 0 | 0.80 | 225 | 0.73 | 0.12 |
| Hex | 8 | 13 | 34 | 55 | 3F | 0 | 50 | E1 | 49 | C |
| Octal | 10 | 23 | 64 | 125 | 77 | 0 | 120 | 341 | 111 | 14 |
| Binary | 1000 | 10011 | 110100 | 1010101 | 111111 | 0 | 1010000 | 11100001 | 1001001 | 1100 |
Color Harmonies of #081334
Complementary color
Monochromatic Colors of #081334
Black with #081334
Text Example
Text Example
White with #081334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081334; }
p { color: rgb(8,19,52); }
H1.HeaderClassName
{
color: #081334;
}
.AnyTagClassName
{
color: #081334;
}
</style>
background-color css
<style>
a { background-color: #081334; }
a { background-color: rgb(8,19,52); }
div.DivClassName
{
background-color: #081334;
}
.BgClassName
{
background-color: #081334;
}
</style>
border-color css
<style>
span { border-color: #081334; }
span { border-color: rgb(8,19,52); }
td.TdClassName
{
border-color: #081334;
}
.TagClassName
{
border-color: #081334;
}
</style>