Shades of Midnight Express #080F41
Tints of Midnight Express #080F41
RGB
CMYK
RGB Variations
Color information
#080F41 (or 0x080F41) is known color: Midnight Express. HEX triplet: 08, 0F and 41. RGB value is (8,15,65). Sum of RGB (Red+Green+Blue) = 8+15+65=88 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.09% from 88); Green value is 15 (6.25% from 255 or 17.05% from 88); Blue value is 65 (25.78% from 255 or 73.86% from 88); Max value from RGB is 65 - color contains mainly: blue. Hex color #080F41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080F41 is #F7F0BE. Grayscale: #121212. Windows color (decimal): -16249023 or 4263688. OLE color: 4263688.
HSL color Cylindrical-coordinate representation of color #080F41: hue angle of 232.63º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #080F41 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 15 | 65 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.75 |
| HSL | 232.63º | 0.78% | 0.14% | - |
| HSV(B) | 232.63º | 0.88% | 0.25% | - |
| XYZ | 1.23 | 0.77 | 5.09 | - |
| YUV | 18.61 | 154.18 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 65 | 0.88 | 0.77 | 0 | 0.75 | 232.63 | 0.78 | 0.14 |
| Hex | 8 | F | 41 | 58 | 4D | 0 | 4B | E9 | 4E | E |
| Octal | 10 | 17 | 101 | 130 | 115 | 0 | 113 | 351 | 116 | 16 |
| Binary | 1000 | 1111 | 1000001 | 1011000 | 1001101 | 0 | 1001011 | 11101001 | 1001110 | 1110 |
Color Harmonies of #080F41
Complementary color
Monochromatic Colors of #080F41
Black with #080F41
Text Example
Text Example
White with #080F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F41; }
p { color: rgb(8,15,65); }
H1.HeaderClassName
{
color: #080F41;
}
.AnyTagClassName
{
color: #080F41;
}
</style>
background-color css
<style>
a { background-color: #080F41; }
a { background-color: rgb(8,15,65); }
div.DivClassName
{
background-color: #080F41;
}
.BgClassName
{
background-color: #080F41;
}
</style>
border-color css
<style>
span { border-color: #080F41; }
span { border-color: rgb(8,15,65); }
td.TdClassName
{
border-color: #080F41;
}
.TagClassName
{
border-color: #080F41;
}
</style>