Shades of Midnight Express #080E30
Tints of Midnight Express #080E30
RGB
CMYK
RGB Variations
Color information
#080E30 (or 0x080E30) is known color: Midnight Express. HEX triplet: 08, 0E and 30. RGB value is (8,14,48). Sum of RGB (Red+Green+Blue) = 8+14+48=70 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.43% from 70); Green value is 14 (5.86% from 255 or 20% from 70); Blue value is 48 (19.14% from 255 or 68.57% from 70); Max value from RGB is 48 - color contains mainly: blue. Hex color #080E30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080E30 is #F7F1CF. Grayscale: #0F0F0F. Windows color (decimal): -16249296 or 3149320. OLE color: 3149320.
HSL color Cylindrical-coordinate representation of color #080E30: hue angle of 231º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #080E30 is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 8 | 14 | 48 | - |
| CMYK | 0.83 | 0.71 | 0 | 0.81 |
| HSL | 231º | 0.71% | 0.11% | - |
| HSV(B) | 231º | 0.83% | 0.19% | - |
| XYZ | 0.79 | 0.58 | 2.87 | - |
| YUV | 16.08 | 146.01 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 48 | 0.83 | 0.71 | 0 | 0.81 | 231 | 0.71 | 0.11 |
| Hex | 8 | E | 30 | 53 | 47 | 0 | 51 | E7 | 47 | B |
| Octal | 10 | 16 | 60 | 123 | 107 | 0 | 121 | 347 | 107 | 13 |
| Binary | 1000 | 1110 | 110000 | 1010011 | 1000111 | 0 | 1010001 | 11100111 | 1000111 | 1011 |
Color Harmonies of #080E30
Complementary color
Monochromatic Colors of #080E30
Black with #080E30
Text Example
Text Example
White with #080E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E30; }
p { color: rgb(8,14,48); }
H1.HeaderClassName
{
color: #080E30;
}
.AnyTagClassName
{
color: #080E30;
}
</style>
background-color css
<style>
a { background-color: #080E30; }
a { background-color: rgb(8,14,48); }
div.DivClassName
{
background-color: #080E30;
}
.BgClassName
{
background-color: #080E30;
}
</style>
border-color css
<style>
span { border-color: #080E30; }
span { border-color: rgb(8,14,48); }
td.TdClassName
{
border-color: #080E30;
}
.TagClassName
{
border-color: #080E30;
}
</style>