Shades of Midnight Express #080D38
Tints of Midnight Express #080D38
RGB
CMYK
RGB Variations
Color information
#080D38 (or 0x080D38) is known color: Midnight Express. HEX triplet: 08, 0D and 38. RGB value is (8,13,56). Sum of RGB (Red+Green+Blue) = 8+13+56=77 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.39% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 56 (22.27% from 255 or 72.73% from 77); Max value from RGB is 56 - color contains mainly: blue. Hex color #080D38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D38 is #F7F2C7. Grayscale: #101010. Windows color (decimal): -16249544 or 3673352. OLE color: 3673352.
HSL color Cylindrical-coordinate representation of color #080D38: hue angle of 233.75º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #080D38 is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 8 | 13 | 56 | - |
| CMYK | 0.86 | 0.77 | 0 | 0.78 |
| HSL | 233.75º | 0.75% | 0.13% | - |
| HSV(B) | 233.75º | 0.86% | 0.22% | - |
| XYZ | 0.96 | 0.62 | 3.81 | - |
| YUV | 16.41 | 150.34 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 56 | 0.86 | 0.77 | 0 | 0.78 | 233.75 | 0.75 | 0.13 |
| Hex | 8 | D | 38 | 56 | 4D | 0 | 4E | EA | 4B | D |
| Octal | 10 | 15 | 70 | 126 | 115 | 0 | 116 | 352 | 113 | 15 |
| Binary | 1000 | 1101 | 111000 | 1010110 | 1001101 | 0 | 1001110 | 11101010 | 1001011 | 1101 |
Color Harmonies of #080D38
Complementary color
Monochromatic Colors of #080D38
Black with #080D38
Text Example
Text Example
White with #080D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D38; }
p { color: rgb(8,13,56); }
H1.HeaderClassName
{
color: #080D38;
}
.AnyTagClassName
{
color: #080D38;
}
</style>
background-color css
<style>
a { background-color: #080D38; }
a { background-color: rgb(8,13,56); }
div.DivClassName
{
background-color: #080D38;
}
.BgClassName
{
background-color: #080D38;
}
</style>
border-color css
<style>
span { border-color: #080D38; }
span { border-color: rgb(8,13,56); }
td.TdClassName
{
border-color: #080D38;
}
.TagClassName
{
border-color: #080D38;
}
</style>