Shades of Midnight Express #080D32
Tints of Midnight Express #080D32
RGB
CMYK
RGB Variations
Color information
#080D32 (or 0x080D32) is known color: Midnight Express. HEX triplet: 08, 0D and 32. RGB value is (8,13,50). Sum of RGB (Red+Green+Blue) = 8+13+50=71 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.27% from 71); Green value is 13 (5.47% from 255 or 18.31% from 71); Blue value is 50 (19.92% from 255 or 70.42% from 71); Max value from RGB is 50 - color contains mainly: blue. Hex color #080D32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D32 is #F7F2CD. Grayscale: #0F0F0F. Windows color (decimal): -16249550 or 3280136. OLE color: 3280136.
HSL color Cylindrical-coordinate representation of color #080D32: hue angle of 232.86º 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 #080D32 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 8 | 13 | 50 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.80 |
| HSL | 232.86º | 0.72% | 0.11% | - |
| HSV(B) | 232.86º | 0.84% | 0.2% | - |
| XYZ | 0.82 | 0.57 | 3.08 | - |
| YUV | 15.72 | 147.34 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 50 | 0.84 | 0.74 | 0 | 0.80 | 232.86 | 0.72 | 0.11 |
| Hex | 8 | D | 32 | 54 | 4A | 0 | 50 | E9 | 48 | B |
| Octal | 10 | 15 | 62 | 124 | 112 | 0 | 120 | 351 | 110 | 13 |
| Binary | 1000 | 1101 | 110010 | 1010100 | 1001010 | 0 | 1010000 | 11101001 | 1001000 | 1011 |
Color Harmonies of #080D32
Complementary color
Monochromatic Colors of #080D32
Black with #080D32
Text Example
Text Example
White with #080D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D32; }
p { color: rgb(8,13,50); }
H1.HeaderClassName
{
color: #080D32;
}
.AnyTagClassName
{
color: #080D32;
}
</style>
background-color css
<style>
a { background-color: #080D32; }
a { background-color: rgb(8,13,50); }
div.DivClassName
{
background-color: #080D32;
}
.BgClassName
{
background-color: #080D32;
}
</style>
border-color css
<style>
span { border-color: #080D32; }
span { border-color: rgb(8,13,50); }
td.TdClassName
{
border-color: #080D32;
}
.TagClassName
{
border-color: #080D32;
}
</style>