Shades of Midnight Express #080D34
Tints of Midnight Express #080D34
RGB
CMYK
RGB Variations
Color information
#080D34 (or 0x080D34) is known color: Midnight Express. HEX triplet: 08, 0D and 34. RGB value is (8,13,52). Sum of RGB (Red+Green+Blue) = 8+13+52=73 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.96% from 73); Green value is 13 (5.47% from 255 or 17.81% from 73); Blue value is 52 (20.70% from 255 or 71.23% from 73); Max value from RGB is 52 - color contains mainly: blue. Hex color #080D34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D34 is #F7F2CB. Grayscale: #0F0F0F. Windows color (decimal): -16249548 or 3411208. OLE color: 3411208.
HSL color Cylindrical-coordinate representation of color #080D34: hue angle of 233.18º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #080D34 is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 8 | 13 | 52 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.80 |
| HSL | 233.18º | 0.73% | 0.12% | - |
| HSV(B) | 233.18º | 0.85% | 0.2% | - |
| XYZ | 0.86 | 0.59 | 3.32 | - |
| YUV | 15.95 | 148.34 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 52 | 0.85 | 0.75 | 0 | 0.80 | 233.18 | 0.73 | 0.12 |
| Hex | 8 | D | 34 | 55 | 4B | 0 | 50 | E9 | 49 | C |
| Octal | 10 | 15 | 64 | 125 | 113 | 0 | 120 | 351 | 111 | 14 |
| Binary | 1000 | 1101 | 110100 | 1010101 | 1001011 | 0 | 1010000 | 11101001 | 1001001 | 1100 |
Color Harmonies of #080D34
Complementary color
Monochromatic Colors of #080D34
Black with #080D34
Text Example
Text Example
White with #080D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D34; }
p { color: rgb(8,13,52); }
H1.HeaderClassName
{
color: #080D34;
}
.AnyTagClassName
{
color: #080D34;
}
</style>
background-color css
<style>
a { background-color: #080D34; }
a { background-color: rgb(8,13,52); }
div.DivClassName
{
background-color: #080D34;
}
.BgClassName
{
background-color: #080D34;
}
</style>
border-color css
<style>
span { border-color: #080D34; }
span { border-color: rgb(8,13,52); }
td.TdClassName
{
border-color: #080D34;
}
.TagClassName
{
border-color: #080D34;
}
</style>