Shades of Midnight Express #080338
Tints of Midnight Express #080338
RGB
CMYK
RGB Variations
Color information
#080338 (or 0x080338) is known color: Midnight Express. HEX triplet: 08, 03 and 38. RGB value is (8,3,56). Sum of RGB (Red+Green+Blue) = 8+3+56=67 (8% of max value = 765). Red value is 8 (3.52% from 255 or 11.94% from 67); Green value is 3 (1.56% from 255 or 4.48% from 67); Blue value is 56 (22.27% from 255 or 83.58% from 67); Max value from RGB is 56 - color contains mainly: blue. Hex color #080338 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080338 is #F7FCC7. Grayscale: #0A0A0A. Windows color (decimal): -16252104 or 3670792. OLE color: 3670792.
HSL color Cylindrical-coordinate representation of color #080338: hue angle of 245.66º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080338 is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 8 | 3 | 56 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.78 |
| HSL | 245.66º | 0.9% | 0.12% | - |
| HSV(B) | 245.66º | 0.95% | 0.22% | - |
| XYZ | 0.85 | 0.4 | 3.77 | - |
| YUV | 10.54 | 153.66 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 3 | 56 | 0.86 | 0.95 | 0 | 0.78 | 245.66 | 0.9 | 0.12 |
| Hex | 8 | 3 | 38 | 56 | 5F | 0 | 4E | F6 | 5A | C |
| Octal | 10 | 3 | 70 | 126 | 137 | 0 | 116 | 366 | 132 | 14 |
| Binary | 1000 | 11 | 111000 | 1010110 | 1011111 | 0 | 1001110 | 11110110 | 1011010 | 1100 |
Color Harmonies of #080338
Complementary color
Monochromatic Colors of #080338
Black with #080338
Text Example
Text Example
White with #080338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080338; }
p { color: rgb(8,3,56); }
H1.HeaderClassName
{
color: #080338;
}
.AnyTagClassName
{
color: #080338;
}
</style>
background-color css
<style>
a { background-color: #080338; }
a { background-color: rgb(8,3,56); }
div.DivClassName
{
background-color: #080338;
}
.BgClassName
{
background-color: #080338;
}
</style>
border-color css
<style>
span { border-color: #080338; }
span { border-color: rgb(8,3,56); }
td.TdClassName
{
border-color: #080338;
}
.TagClassName
{
border-color: #080338;
}
</style>