Shades of Midnight Express #080342
Tints of Midnight Express #080342
RGB
CMYK
RGB Variations
Color information
#080342 (or 0x080342) is known color: Midnight Express. HEX triplet: 08, 03 and 42. RGB value is (8,3,66). Sum of RGB (Red+Green+Blue) = 8+3+66=77 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.39% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 66 (26.17% from 255 or 85.71% from 77); Max value from RGB is 66 - color contains mainly: blue. Hex color #080342 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080342 is #F7FCBD. Grayscale: #0B0B0B. Windows color (decimal): -16252094 or 4326152. OLE color: 4326152.
HSL color Cylindrical-coordinate representation of color #080342: hue angle of 244.76º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080342 is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 8 | 3 | 66 | - |
| CMYK | 0.88 | 0.95 | 0 | 0.74 |
| HSL | 244.76º | 0.91% | 0.14% | - |
| HSV(B) | 244.76º | 0.95% | 0.26% | - |
| XYZ | 1.12 | 0.51 | 5.19 | - |
| YUV | 11.68 | 158.66 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 3 | 66 | 0.88 | 0.95 | 0 | 0.74 | 244.76 | 0.91 | 0.14 |
| Hex | 8 | 3 | 42 | 58 | 5F | 0 | 4A | F5 | 5B | E |
| Octal | 10 | 3 | 102 | 130 | 137 | 0 | 112 | 365 | 133 | 16 |
| Binary | 1000 | 11 | 1000010 | 1011000 | 1011111 | 0 | 1001010 | 11110101 | 1011011 | 1110 |
Color Harmonies of #080342
Complementary color
Monochromatic Colors of #080342
Black with #080342
Text Example
Text Example
White with #080342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080342; }
p { color: rgb(8,3,66); }
H1.HeaderClassName
{
color: #080342;
}
.AnyTagClassName
{
color: #080342;
}
</style>
background-color css
<style>
a { background-color: #080342; }
a { background-color: rgb(8,3,66); }
div.DivClassName
{
background-color: #080342;
}
.BgClassName
{
background-color: #080342;
}
</style>
border-color css
<style>
span { border-color: #080342; }
span { border-color: rgb(8,3,66); }
td.TdClassName
{
border-color: #080342;
}
.TagClassName
{
border-color: #080342;
}
</style>