Shades of Midnight Express #08142E
Tints of Midnight Express #08142E
RGB
CMYK
RGB Variations
Color information
#08142E (or 0x08142E) is known color: Midnight Express. HEX triplet: 08, 14 and 2E. RGB value is (8,20,46). Sum of RGB (Red+Green+Blue) = 8+20+46=74 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.81% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 46 (18.36% from 255 or 62.16% from 74); Max value from RGB is 46 - color contains mainly: blue. Hex color #08142E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08142E is #F7EBD1. Grayscale: #131313. Windows color (decimal): -16247762 or 3019784. OLE color: 3019784.
HSL color Cylindrical-coordinate representation of color #08142E: hue angle of 221.05º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #08142E is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 20 | 46 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.82 |
| HSL | 221.05º | 0.7% | 0.11% | - |
| HSV(B) | 221.05º | 0.83% | 0.18% | - |
| XYZ | 0.84 | 0.75 | 2.68 | - |
| YUV | 19.38 | 143.02 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 20 | 46 | 0.83 | 0.57 | 0 | 0.82 | 221.05 | 0.7 | 0.11 |
| Hex | 8 | 14 | 2E | 53 | 39 | 0 | 52 | DD | 46 | B |
| Octal | 10 | 24 | 56 | 123 | 71 | 0 | 122 | 335 | 106 | 13 |
| Binary | 1000 | 10100 | 101110 | 1010011 | 111001 | 0 | 1010010 | 11011101 | 1000110 | 1011 |
Color Harmonies of #08142E
Complementary color
Monochromatic Colors of #08142E
Black with #08142E
Text Example
Text Example
White with #08142E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08142E; }
p { color: rgb(8,20,46); }
H1.HeaderClassName
{
color: #08142E;
}
.AnyTagClassName
{
color: #08142E;
}
</style>
background-color css
<style>
a { background-color: #08142E; }
a { background-color: rgb(8,20,46); }
div.DivClassName
{
background-color: #08142E;
}
.BgClassName
{
background-color: #08142E;
}
</style>
border-color css
<style>
span { border-color: #08142E; }
span { border-color: rgb(8,20,46); }
td.TdClassName
{
border-color: #08142E;
}
.TagClassName
{
border-color: #08142E;
}
</style>