Shades of Midnight Express #080B32
Tints of Midnight Express #080B32
RGB
CMYK
RGB Variations
Color information
#080B32 (or 0x080B32) is known color: Midnight Express. HEX triplet: 08, 0B and 32. RGB value is (8,11,50). Sum of RGB (Red+Green+Blue) = 8+11+50=69 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.59% from 69); Green value is 11 (4.69% from 255 or 15.94% from 69); Blue value is 50 (19.92% from 255 or 72.46% from 69); Max value from RGB is 50 - color contains mainly: blue. Hex color #080B32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080B32 is #F7F4CD. Grayscale: #0E0E0E. Windows color (decimal): -16250062 or 3279624. OLE color: 3279624.
HSL color Cylindrical-coordinate representation of color #080B32: hue angle of 235.71º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #080B32 is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 8 | 11 | 50 | - |
| CMYK | 0.84 | 0.78 | 0 | 0.80 |
| HSL | 235.71º | 0.72% | 0.11% | - |
| HSV(B) | 235.71º | 0.84% | 0.2% | - |
| XYZ | 0.8 | 0.52 | 3.08 | - |
| YUV | 14.55 | 148.01 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 50 | 0.84 | 0.78 | 0 | 0.80 | 235.71 | 0.72 | 0.11 |
| Hex | 8 | B | 32 | 54 | 4E | 0 | 50 | EC | 48 | B |
| Octal | 10 | 13 | 62 | 124 | 116 | 0 | 120 | 354 | 110 | 13 |
| Binary | 1000 | 1011 | 110010 | 1010100 | 1001110 | 0 | 1010000 | 11101100 | 1001000 | 1011 |
Color Harmonies of #080B32
Complementary color
Monochromatic Colors of #080B32
Black with #080B32
Text Example
Text Example
White with #080B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B32; }
p { color: rgb(8,11,50); }
H1.HeaderClassName
{
color: #080B32;
}
.AnyTagClassName
{
color: #080B32;
}
</style>
background-color css
<style>
a { background-color: #080B32; }
a { background-color: rgb(8,11,50); }
div.DivClassName
{
background-color: #080B32;
}
.BgClassName
{
background-color: #080B32;
}
</style>
border-color css
<style>
span { border-color: #080B32; }
span { border-color: rgb(8,11,50); }
td.TdClassName
{
border-color: #080B32;
}
.TagClassName
{
border-color: #080B32;
}
</style>