Shades of Midnight Express #080E4B
Tints of Midnight Express #080E4B
RGB
CMYK
RGB Variations
Color information
#080E4B (or 0x080E4B) is known color: Midnight Express. HEX triplet: 08, 0E and 4B. RGB value is (8,14,75). Sum of RGB (Red+Green+Blue) = 8+14+75=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 14 (5.86% from 255 or 14.43% from 97); Blue value is 75 (29.69% from 255 or 77.32% from 97); Max value from RGB is 75 - color contains mainly: blue. Hex color #080E4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080E4B is #F7F1B4. Grayscale: #121212. Windows color (decimal): -16249269 or 4918792. OLE color: 4918792.
HSL color Cylindrical-coordinate representation of color #080E4B: hue angle of 234.63º degrees, saturation: 0.81, 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 #080E4B is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
RGB | 8 | 14 | 75 | - |
CMYK | 0.89 | 0.81 | 0 | 0.71 |
HSL | 234.63º | 0.81% | 0.16% | - |
HSV(B) | 234.63º | 0.89% | 0.29% | - |
XYZ | 1.53 | 0.87 | 6.74 | - |
YUV | 19.16 | 159.51 | 120.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 14 | 75 | 0.89 | 0.81 | 0 | 0.71 | 234.63 | 0.81 | 0.16 |
Hex | 8 | E | 4B | 59 | 51 | 0 | 47 | EB | 51 | 10 |
Octal | 10 | 16 | 113 | 131 | 121 | 0 | 107 | 353 | 121 | 20 |
Binary | 1000 | 1110 | 1001011 | 1011001 | 1010001 | 0 | 1000111 | 11101011 | 1010001 | 10000 |
Color Harmonies of #080E4B
Complementary color
Monochromatic Colors of #080E4B
Black with #080E4B
Text Example
Text Example
White with #080E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E4B; }
p { color: rgb(8,14,75); }
H1.HeaderClassName
{
color: #080E4B;
}
.AnyTagClassName
{
color: #080E4B;
}
</style>
background-color css
<style>
a { background-color: #080E4B; }
a { background-color: rgb(8,14,75); }
div.DivClassName
{
background-color: #080E4B;
}
.BgClassName
{
background-color: #080E4B;
}
</style>
border-color css
<style>
span { border-color: #080E4B; }
span { border-color: rgb(8,14,75); }
td.TdClassName
{
border-color: #080E4B;
}
.TagClassName
{
border-color: #080E4B;
}
</style>