Shades of Midnight Express #080D33
Tints of Midnight Express #080D33
RGB
CMYK
RGB Variations
Color information
#080D33 (or 0x080D33) is known color: Midnight Express. HEX triplet: 08, 0D and 33. RGB value is (8,13,51). Sum of RGB (Red+Green+Blue) = 8+13+51=72 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.11% from 72); Green value is 13 (5.47% from 255 or 18.06% from 72); Blue value is 51 (20.31% from 255 or 70.83% from 72); Max value from RGB is 51 - color contains mainly: blue. Hex color #080D33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D33 is #F7F2CC. Grayscale: #0F0F0F. Windows color (decimal): -16249549 or 3345672. OLE color: 3345672.
HSL color Cylindrical-coordinate representation of color #080D33: hue angle of 233.02º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #080D33 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 8 | 13 | 51 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.8 |
| HSL | 233.02º | 0.73% | 0.12% | - |
| HSV(B) | 233.02º | 0.84% | 0.2% | - |
| XYZ | 0.84 | 0.58 | 3.2 | - |
| YUV | 15.84 | 147.84 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 51 | 0.84 | 0.75 | 0 | 0.8 | 233.02 | 0.73 | 0.12 |
| Hex | 8 | D | 33 | 54 | 4B | 0 | 50 | E9 | 49 | C |
| Octal | 10 | 15 | 63 | 124 | 113 | 0 | 120 | 351 | 111 | 14 |
| Binary | 1000 | 1101 | 110011 | 1010100 | 1001011 | 0 | 1010000 | 11101001 | 1001001 | 1100 |
Color Harmonies of #080D33
Complementary color
Monochromatic Colors of #080D33
Black with #080D33
Text Example
Text Example
White with #080D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D33; }
p { color: rgb(8,13,51); }
H1.HeaderClassName
{
color: #080D33;
}
.AnyTagClassName
{
color: #080D33;
}
</style>
background-color css
<style>
a { background-color: #080D33; }
a { background-color: rgb(8,13,51); }
div.DivClassName
{
background-color: #080D33;
}
.BgClassName
{
background-color: #080D33;
}
</style>
border-color css
<style>
span { border-color: #080D33; }
span { border-color: rgb(8,13,51); }
td.TdClassName
{
border-color: #080D33;
}
.TagClassName
{
border-color: #080D33;
}
</style>