Shades of Midnight Express #08143E
Tints of Midnight Express #08143E
RGB
CMYK
RGB Variations
Color information
#08143E (or 0x08143E) is known color: Midnight Express. HEX triplet: 08, 14 and 3E. RGB value is (8,20,62). Sum of RGB (Red+Green+Blue) = 8+20+62=90 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.89% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 62 (24.61% from 255 or 68.89% from 90); Max value from RGB is 62 - color contains mainly: blue. Hex color #08143E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08143E is #F7EBC1. Grayscale: #151515. Windows color (decimal): -16247746 or 4068360. OLE color: 4068360.
HSL color Cylindrical-coordinate representation of color #08143E: hue angle of 226.67º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #08143E is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 20 | 62 | - |
| CMYK | 0.87 | 0.68 | 0 | 0.76 |
| HSL | 226.67º | 0.77% | 0.14% | - |
| HSV(B) | 226.67º | 0.87% | 0.24% | - |
| XYZ | 1.22 | 0.9 | 4.67 | - |
| YUV | 21.2 | 151.02 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 20 | 62 | 0.87 | 0.68 | 0 | 0.76 | 226.67 | 0.77 | 0.14 |
| Hex | 8 | 14 | 3E | 57 | 44 | 0 | 4C | E3 | 4D | E |
| Octal | 10 | 24 | 76 | 127 | 104 | 0 | 114 | 343 | 115 | 16 |
| Binary | 1000 | 10100 | 111110 | 1010111 | 1000100 | 0 | 1001100 | 11100011 | 1001101 | 1110 |
Color Harmonies of #08143E
Complementary color
Monochromatic Colors of #08143E
Black with #08143E
Text Example
Text Example
White with #08143E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08143E; }
p { color: rgb(8,20,62); }
H1.HeaderClassName
{
color: #08143E;
}
.AnyTagClassName
{
color: #08143E;
}
</style>
background-color css
<style>
a { background-color: #08143E; }
a { background-color: rgb(8,20,62); }
div.DivClassName
{
background-color: #08143E;
}
.BgClassName
{
background-color: #08143E;
}
</style>
border-color css
<style>
span { border-color: #08143E; }
span { border-color: rgb(8,20,62); }
td.TdClassName
{
border-color: #08143E;
}
.TagClassName
{
border-color: #08143E;
}
</style>