Shades of Midnight Express #081234
Tints of Midnight Express #081234
RGB
CMYK
RGB Variations
Color information
#081234 (or 0x081234) is known color: Midnight Express. HEX triplet: 08, 12 and 34. RGB value is (8,18,52). Sum of RGB (Red+Green+Blue) = 8+18+52=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 52 (20.70% from 255 or 66.67% from 78); Max value from RGB is 52 - color contains mainly: blue. Hex color #081234 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081234 is #F7EDCB. Grayscale: #121212. Windows color (decimal): -16248268 or 3412488. OLE color: 3412488.
HSL color Cylindrical-coordinate representation of color #081234: hue angle of 226.36º 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 #081234 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 8 | 18 | 52 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.80 |
| HSL | 226.36º | 0.73% | 0.12% | - |
| HSV(B) | 226.36º | 0.85% | 0.2% | - |
| XYZ | 0.94 | 0.73 | 3.34 | - |
| YUV | 18.89 | 146.69 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 18 | 52 | 0.85 | 0.65 | 0 | 0.80 | 226.36 | 0.73 | 0.12 |
| Hex | 8 | 12 | 34 | 55 | 41 | 0 | 50 | E2 | 49 | C |
| Octal | 10 | 22 | 64 | 125 | 101 | 0 | 120 | 342 | 111 | 14 |
| Binary | 1000 | 10010 | 110100 | 1010101 | 1000001 | 0 | 1010000 | 11100010 | 1001001 | 1100 |
Color Harmonies of #081234
Complementary color
Monochromatic Colors of #081234
Black with #081234
Text Example
Text Example
White with #081234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081234; }
p { color: rgb(8,18,52); }
H1.HeaderClassName
{
color: #081234;
}
.AnyTagClassName
{
color: #081234;
}
</style>
background-color css
<style>
a { background-color: #081234; }
a { background-color: rgb(8,18,52); }
div.DivClassName
{
background-color: #081234;
}
.BgClassName
{
background-color: #081234;
}
</style>
border-color css
<style>
span { border-color: #081234; }
span { border-color: rgb(8,18,52); }
td.TdClassName
{
border-color: #081234;
}
.TagClassName
{
border-color: #081234;
}
</style>