Shades of Midnight Express #081238
Tints of Midnight Express #081238
RGB
CMYK
RGB Variations
Color information
#081238 (or 0x081238) is known color: Midnight Express. HEX triplet: 08, 12 and 38. RGB value is (8,18,56). Sum of RGB (Red+Green+Blue) = 8+18+56=82 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.76% from 82); Green value is 18 (7.42% from 255 or 21.95% from 82); Blue value is 56 (22.27% from 255 or 68.29% from 82); Max value from RGB is 56 - color contains mainly: blue. Hex color #081238 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081238 is #F7EDC7. Grayscale: #131313. Windows color (decimal): -16248264 or 3674632. OLE color: 3674632.
HSL color Cylindrical-coordinate representation of color #081238: hue angle of 227.5º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #081238 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 8 | 18 | 56 | - |
| CMYK | 0.86 | 0.68 | 0 | 0.78 |
| HSL | 227.5º | 0.75% | 0.13% | - |
| HSV(B) | 227.5º | 0.86% | 0.22% | - |
| XYZ | 1.03 | 0.77 | 3.84 | - |
| YUV | 19.34 | 148.69 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 18 | 56 | 0.86 | 0.68 | 0 | 0.78 | 227.5 | 0.75 | 0.13 |
| Hex | 8 | 12 | 38 | 56 | 44 | 0 | 4E | E4 | 4B | D |
| Octal | 10 | 22 | 70 | 126 | 104 | 0 | 116 | 344 | 113 | 15 |
| Binary | 1000 | 10010 | 111000 | 1010110 | 1000100 | 0 | 1001110 | 11100100 | 1001011 | 1101 |
Color Harmonies of #081238
Complementary color
Monochromatic Colors of #081238
Black with #081238
Text Example
Text Example
White with #081238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081238; }
p { color: rgb(8,18,56); }
H1.HeaderClassName
{
color: #081238;
}
.AnyTagClassName
{
color: #081238;
}
</style>
background-color css
<style>
a { background-color: #081238; }
a { background-color: rgb(8,18,56); }
div.DivClassName
{
background-color: #081238;
}
.BgClassName
{
background-color: #081238;
}
</style>
border-color css
<style>
span { border-color: #081238; }
span { border-color: rgb(8,18,56); }
td.TdClassName
{
border-color: #081238;
}
.TagClassName
{
border-color: #081238;
}
</style>