Shades of Midnight Express #080D3C
Tints of Midnight Express #080D3C
RGB
CMYK
RGB Variations
Color information
#080D3C (or 0x080D3C) is known color: Midnight Express. HEX triplet: 08, 0D and 3C. RGB value is (8,13,60). Sum of RGB (Red+Green+Blue) = 8+13+60=81 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.88% from 81); Green value is 13 (5.47% from 255 or 16.05% from 81); Blue value is 60 (23.83% from 255 or 74.07% from 81); Max value from RGB is 60 - color contains mainly: blue. Hex color #080D3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D3C is #F7F2C3. Grayscale: #101010. Windows color (decimal): -16249540 or 3935496. OLE color: 3935496.
HSL color Cylindrical-coordinate representation of color #080D3C: hue angle of 234.23º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #080D3C is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 13 | 60 | - |
| CMYK | 0.87 | 0.78 | 0 | 0.76 |
| HSL | 234.23º | 0.76% | 0.13% | - |
| HSV(B) | 234.23º | 0.87% | 0.24% | - |
| XYZ | 1.06 | 0.67 | 4.35 | - |
| YUV | 16.86 | 152.34 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 60 | 0.87 | 0.78 | 0 | 0.76 | 234.23 | 0.76 | 0.13 |
| Hex | 8 | D | 3C | 57 | 4E | 0 | 4C | EA | 4C | D |
| Octal | 10 | 15 | 74 | 127 | 116 | 0 | 114 | 352 | 114 | 15 |
| Binary | 1000 | 1101 | 111100 | 1010111 | 1001110 | 0 | 1001100 | 11101010 | 1001100 | 1101 |
Color Harmonies of #080D3C
Complementary color
Monochromatic Colors of #080D3C
Black with #080D3C
Text Example
Text Example
White with #080D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D3C; }
p { color: rgb(8,13,60); }
H1.HeaderClassName
{
color: #080D3C;
}
.AnyTagClassName
{
color: #080D3C;
}
</style>
background-color css
<style>
a { background-color: #080D3C; }
a { background-color: rgb(8,13,60); }
div.DivClassName
{
background-color: #080D3C;
}
.BgClassName
{
background-color: #080D3C;
}
</style>
border-color css
<style>
span { border-color: #080D3C; }
span { border-color: rgb(8,13,60); }
td.TdClassName
{
border-color: #080D3C;
}
.TagClassName
{
border-color: #080D3C;
}
</style>