Shades of Midnight Express #081E44
Tints of Midnight Express #081E44
RGB
CMYK
RGB Variations
Color information
#081E44 (or 0x081E44) is known color: Midnight Express. HEX triplet: 08, 1E and 44. RGB value is (8,30,68). Sum of RGB (Red+Green+Blue) = 8+30+68=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 30 (12.11% from 255 or 28.30% from 106); Blue value is 68 (26.95% from 255 or 64.15% from 106); Max value from RGB is 68 - color contains mainly: blue. Hex color #081E44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081E44 is #F7E1BB. Grayscale: #1B1B1B. Windows color (decimal): -16245180 or 4464136. OLE color: 4464136.
HSL color Cylindrical-coordinate representation of color #081E44: hue angle of 218º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #081E44 is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 8 | 30 | 68 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.73 |
| HSL | 218º | 0.79% | 0.15% | - |
| HSV(B) | 218º | 0.88% | 0.27% | - |
| XYZ | 1.61 | 1.4 | 5.65 | - |
| YUV | 27.75 | 150.71 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 30 | 68 | 0.88 | 0.56 | 0 | 0.73 | 218 | 0.79 | 0.15 |
| Hex | 8 | 1E | 44 | 58 | 38 | 0 | 49 | DA | 4F | F |
| Octal | 10 | 36 | 104 | 130 | 70 | 0 | 111 | 332 | 117 | 17 |
| Binary | 1000 | 11110 | 1000100 | 1011000 | 111000 | 0 | 1001001 | 11011010 | 1001111 | 1111 |
Color Harmonies of #081E44
Complementary color
Monochromatic Colors of #081E44
Black with #081E44
Text Example
Text Example
White with #081E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081E44; }
p { color: rgb(8,30,68); }
H1.HeaderClassName
{
color: #081E44;
}
.AnyTagClassName
{
color: #081E44;
}
</style>
background-color css
<style>
a { background-color: #081E44; }
a { background-color: rgb(8,30,68); }
div.DivClassName
{
background-color: #081E44;
}
.BgClassName
{
background-color: #081E44;
}
</style>
border-color css
<style>
span { border-color: #081E44; }
span { border-color: rgb(8,30,68); }
td.TdClassName
{
border-color: #081E44;
}
.TagClassName
{
border-color: #081E44;
}
</style>