Shades of Midnight Express #08143B
Tints of Midnight Express #08143B
RGB
CMYK
RGB Variations
Color information
#08143B (or 0x08143B) is known color: Midnight Express. HEX triplet: 08, 14 and 3B. RGB value is (8,20,59). Sum of RGB (Red+Green+Blue) = 8+20+59=87 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.20% from 87); Green value is 20 (8.20% from 255 or 22.99% from 87); Blue value is 59 (23.44% from 255 or 67.82% from 87); Max value from RGB is 59 - color contains mainly: blue. Hex color #08143B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08143B is #F7EBC4. Grayscale: #141414. Windows color (decimal): -16247749 or 3871752. OLE color: 3871752.
HSL color Cylindrical-coordinate representation of color #08143B: hue angle of 225.88º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #08143B is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 8 | 20 | 59 | - |
| CMYK | 0.86 | 0.66 | 0 | 0.77 |
| HSL | 225.88º | 0.76% | 0.13% | - |
| HSV(B) | 225.88º | 0.86% | 0.23% | - |
| XYZ | 1.14 | 0.87 | 4.25 | - |
| YUV | 20.86 | 149.52 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 20 | 59 | 0.86 | 0.66 | 0 | 0.77 | 225.88 | 0.76 | 0.13 |
| Hex | 8 | 14 | 3B | 56 | 42 | 0 | 4D | E2 | 4C | D |
| Octal | 10 | 24 | 73 | 126 | 102 | 0 | 115 | 342 | 114 | 15 |
| Binary | 1000 | 10100 | 111011 | 1010110 | 1000010 | 0 | 1001101 | 11100010 | 1001100 | 1101 |
Color Harmonies of #08143B
Complementary color
Monochromatic Colors of #08143B
Black with #08143B
Text Example
Text Example
White with #08143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08143B; }
p { color: rgb(8,20,59); }
H1.HeaderClassName
{
color: #08143B;
}
.AnyTagClassName
{
color: #08143B;
}
</style>
background-color css
<style>
a { background-color: #08143B; }
a { background-color: rgb(8,20,59); }
div.DivClassName
{
background-color: #08143B;
}
.BgClassName
{
background-color: #08143B;
}
</style>
border-color css
<style>
span { border-color: #08143B; }
span { border-color: rgb(8,20,59); }
td.TdClassName
{
border-color: #08143B;
}
.TagClassName
{
border-color: #08143B;
}
</style>