Shades of Midnight Express #080F39
Tints of Midnight Express #080F39
RGB
CMYK
RGB Variations
Color information
#080F39 (or 0x080F39) is known color: Midnight Express. HEX triplet: 08, 0F and 39. RGB value is (8,15,57). Sum of RGB (Red+Green+Blue) = 8+15+57=80 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10% from 80); Green value is 15 (6.25% from 255 or 18.75% from 80); Blue value is 57 (22.66% from 255 or 71.25% from 80); Max value from RGB is 57 - color contains mainly: blue. Hex color #080F39 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080F39 is #F7F0C6. Grayscale: #111111. Windows color (decimal): -16249031 or 3739400. OLE color: 3739400.
HSL color Cylindrical-coordinate representation of color #080F39: hue angle of 231.43º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #080F39 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 8 | 15 | 57 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.78 |
| HSL | 231.43º | 0.75% | 0.13% | - |
| HSV(B) | 231.43º | 0.86% | 0.22% | - |
| XYZ | 1.01 | 0.69 | 3.95 | - |
| YUV | 17.7 | 150.18 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 57 | 0.86 | 0.74 | 0 | 0.78 | 231.43 | 0.75 | 0.13 |
| Hex | 8 | F | 39 | 56 | 4A | 0 | 4E | E7 | 4B | D |
| Octal | 10 | 17 | 71 | 126 | 112 | 0 | 116 | 347 | 113 | 15 |
| Binary | 1000 | 1111 | 111001 | 1010110 | 1001010 | 0 | 1001110 | 11100111 | 1001011 | 1101 |
Color Harmonies of #080F39
Complementary color
Monochromatic Colors of #080F39
Black with #080F39
Text Example
Text Example
White with #080F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F39; }
p { color: rgb(8,15,57); }
H1.HeaderClassName
{
color: #080F39;
}
.AnyTagClassName
{
color: #080F39;
}
</style>
background-color css
<style>
a { background-color: #080F39; }
a { background-color: rgb(8,15,57); }
div.DivClassName
{
background-color: #080F39;
}
.BgClassName
{
background-color: #080F39;
}
</style>
border-color css
<style>
span { border-color: #080F39; }
span { border-color: rgb(8,15,57); }
td.TdClassName
{
border-color: #080F39;
}
.TagClassName
{
border-color: #080F39;
}
</style>