Shades of Midnight Express #080D35
Tints of Midnight Express #080D35
RGB
CMYK
RGB Variations
Color information
#080D35 (or 0x080D35) is known color: Midnight Express. HEX triplet: 08, 0D and 35. RGB value is (8,13,53). Sum of RGB (Red+Green+Blue) = 8+13+53=74 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.81% from 74); Green value is 13 (5.47% from 255 or 17.57% from 74); Blue value is 53 (21.09% from 255 or 71.62% from 74); Max value from RGB is 53 - color contains mainly: blue. Hex color #080D35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D35 is #F7F2CA. Grayscale: #0F0F0F. Windows color (decimal): -16249547 or 3476744. OLE color: 3476744.
HSL color Cylindrical-coordinate representation of color #080D35: hue angle of 233.33º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #080D35 is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 8 | 13 | 53 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.79 |
| HSL | 233.33º | 0.74% | 0.12% | - |
| HSV(B) | 233.33º | 0.85% | 0.21% | - |
| XYZ | 0.89 | 0.6 | 3.44 | - |
| YUV | 16.07 | 148.84 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 53 | 0.85 | 0.75 | 0 | 0.79 | 233.33 | 0.74 | 0.12 |
| Hex | 8 | D | 35 | 55 | 4B | 0 | 4F | E9 | 4A | C |
| Octal | 10 | 15 | 65 | 125 | 113 | 0 | 117 | 351 | 112 | 14 |
| Binary | 1000 | 1101 | 110101 | 1010101 | 1001011 | 0 | 1001111 | 11101001 | 1001010 | 1100 |
Color Harmonies of #080D35
Complementary color
Monochromatic Colors of #080D35
Black with #080D35
Text Example
Text Example
White with #080D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D35; }
p { color: rgb(8,13,53); }
H1.HeaderClassName
{
color: #080D35;
}
.AnyTagClassName
{
color: #080D35;
}
</style>
background-color css
<style>
a { background-color: #080D35; }
a { background-color: rgb(8,13,53); }
div.DivClassName
{
background-color: #080D35;
}
.BgClassName
{
background-color: #080D35;
}
</style>
border-color css
<style>
span { border-color: #080D35; }
span { border-color: rgb(8,13,53); }
td.TdClassName
{
border-color: #080D35;
}
.TagClassName
{
border-color: #080D35;
}
</style>