Shades of Midnight Express #080B41
Tints of Midnight Express #080B41
RGB
CMYK
RGB Variations
Color information
#080B41 (or 0x080B41) is known color: Midnight Express. HEX triplet: 08, 0B and 41. RGB value is (8,11,65). Sum of RGB (Red+Green+Blue) = 8+11+65=84 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.52% from 84); Green value is 11 (4.69% from 255 or 13.10% from 84); Blue value is 65 (25.78% from 255 or 77.38% from 84); Max value from RGB is 65 - color contains mainly: blue. Hex color #080B41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080B41 is #F7F4BE. Grayscale: #101010. Windows color (decimal): -16250047 or 4262664. OLE color: 4262664.
HSL color Cylindrical-coordinate representation of color #080B41: hue angle of 236.84º 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 #080B41 is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 11 | 65 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.75 |
| HSL | 236.84º | 0.78% | 0.14% | - |
| HSV(B) | 236.84º | 0.88% | 0.25% | - |
| XYZ | 1.17 | 0.67 | 5.07 | - |
| YUV | 16.26 | 155.51 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 65 | 0.88 | 0.83 | 0 | 0.75 | 236.84 | 0.78 | 0.14 |
| Hex | 8 | B | 41 | 58 | 53 | 0 | 4B | ED | 4E | E |
| Octal | 10 | 13 | 101 | 130 | 123 | 0 | 113 | 355 | 116 | 16 |
| Binary | 1000 | 1011 | 1000001 | 1011000 | 1010011 | 0 | 1001011 | 11101101 | 1001110 | 1110 |
Color Harmonies of #080B41
Complementary color
Monochromatic Colors of #080B41
Black with #080B41
Text Example
Text Example
White with #080B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B41; }
p { color: rgb(8,11,65); }
H1.HeaderClassName
{
color: #080B41;
}
.AnyTagClassName
{
color: #080B41;
}
</style>
background-color css
<style>
a { background-color: #080B41; }
a { background-color: rgb(8,11,65); }
div.DivClassName
{
background-color: #080B41;
}
.BgClassName
{
background-color: #080B41;
}
</style>
border-color css
<style>
span { border-color: #080B41; }
span { border-color: rgb(8,11,65); }
td.TdClassName
{
border-color: #080B41;
}
.TagClassName
{
border-color: #080B41;
}
</style>