Shades of Midnight Express #080F37
Tints of Midnight Express #080F37
RGB
CMYK
RGB Variations
Color information
#080F37 (or 0x080F37) is known color: Midnight Express. HEX triplet: 08, 0F and 37. RGB value is (8,15,55). Sum of RGB (Red+Green+Blue) = 8+15+55=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 55 (21.88% from 255 or 70.51% from 78); Max value from RGB is 55 - color contains mainly: blue. Hex color #080F37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080F37 is #F7F0C8. Grayscale: #111111. Windows color (decimal): -16249033 or 3608328. OLE color: 3608328.
HSL color Cylindrical-coordinate representation of color #080F37: hue angle of 231.06º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #080F37 is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 8 | 15 | 55 | - |
| CMYK | 0.85 | 0.73 | 0 | 0.78 |
| HSL | 231.06º | 0.75% | 0.12% | - |
| HSV(B) | 231.06º | 0.85% | 0.22% | - |
| XYZ | 0.96 | 0.67 | 3.69 | - |
| YUV | 17.47 | 149.18 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 55 | 0.85 | 0.73 | 0 | 0.78 | 231.06 | 0.75 | 0.12 |
| Hex | 8 | F | 37 | 55 | 49 | 0 | 4E | E7 | 4B | C |
| Octal | 10 | 17 | 67 | 125 | 111 | 0 | 116 | 347 | 113 | 14 |
| Binary | 1000 | 1111 | 110111 | 1010101 | 1001001 | 0 | 1001110 | 11100111 | 1001011 | 1100 |
Color Harmonies of #080F37
Complementary color
Monochromatic Colors of #080F37
Black with #080F37
Text Example
Text Example
White with #080F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F37; }
p { color: rgb(8,15,55); }
H1.HeaderClassName
{
color: #080F37;
}
.AnyTagClassName
{
color: #080F37;
}
</style>
background-color css
<style>
a { background-color: #080F37; }
a { background-color: rgb(8,15,55); }
div.DivClassName
{
background-color: #080F37;
}
.BgClassName
{
background-color: #080F37;
}
</style>
border-color css
<style>
span { border-color: #080F37; }
span { border-color: rgb(8,15,55); }
td.TdClassName
{
border-color: #080F37;
}
.TagClassName
{
border-color: #080F37;
}
</style>