Shades of Midnight Express #08114A
Tints of Midnight Express #08114A
RGB
CMYK
RGB Variations
Color information
#08114A (or 0x08114A) is known color: Midnight Express. HEX triplet: 08, 11 and 4A. RGB value is (8,17,74). Sum of RGB (Red+Green+Blue) = 8+17+74=99 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8.08% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 74 (29.30% from 255 or 74.75% from 99); Max value from RGB is 74 - color contains mainly: blue. Hex color #08114A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08114A is #F7EEB5. Grayscale: #141414. Windows color (decimal): -16248502 or 4854024. OLE color: 4854024.
HSL color Cylindrical-coordinate representation of color #08114A: hue angle of 231.82º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08114A is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 17 | 74 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.71 |
| HSL | 231.82º | 0.8% | 0.16% | - |
| HSV(B) | 231.82º | 0.89% | 0.29% | - |
| XYZ | 1.54 | 0.95 | 6.58 | - |
| YUV | 20.81 | 158.02 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 74 | 0.89 | 0.77 | 0 | 0.71 | 231.82 | 0.8 | 0.16 |
| Hex | 8 | 11 | 4A | 59 | 4D | 0 | 47 | E8 | 50 | 10 |
| Octal | 10 | 21 | 112 | 131 | 115 | 0 | 107 | 350 | 120 | 20 |
| Binary | 1000 | 10001 | 1001010 | 1011001 | 1001101 | 0 | 1000111 | 11101000 | 1010000 | 10000 |
Color Harmonies of #08114A
Complementary color
Monochromatic Colors of #08114A
Black with #08114A
Text Example
Text Example
White with #08114A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08114A; }
p { color: rgb(8,17,74); }
H1.HeaderClassName
{
color: #08114A;
}
.AnyTagClassName
{
color: #08114A;
}
</style>
background-color css
<style>
a { background-color: #08114A; }
a { background-color: rgb(8,17,74); }
div.DivClassName
{
background-color: #08114A;
}
.BgClassName
{
background-color: #08114A;
}
</style>
border-color css
<style>
span { border-color: #08114A; }
span { border-color: rgb(8,17,74); }
td.TdClassName
{
border-color: #08114A;
}
.TagClassName
{
border-color: #08114A;
}
</style>