Shades of Midnight Express #080C3D
Tints of Midnight Express #080C3D
RGB
CMYK
RGB Variations
Color information
#080C3D (or 0x080C3D) is known color: Midnight Express. HEX triplet: 08, 0C and 3D. RGB value is (8,12,61). Sum of RGB (Red+Green+Blue) = 8+12+61=81 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.88% from 81); Green value is 12 (5.08% from 255 or 14.81% from 81); Blue value is 61 (24.22% from 255 or 75.31% from 81); Max value from RGB is 61 - color contains mainly: blue. Hex color #080C3D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080C3D is #F7F3C2. Grayscale: #101010. Windows color (decimal): -16249795 or 4000776. OLE color: 4000776.
HSL color Cylindrical-coordinate representation of color #080C3D: hue angle of 235.47º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #080C3D is Cyan = 0.87, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 12 | 61 | - |
| CMYK | 0.87 | 0.80 | 0 | 0.76 |
| HSL | 235.47º | 0.77% | 0.14% | - |
| HSV(B) | 235.47º | 0.87% | 0.24% | - |
| XYZ | 1.07 | 0.65 | 4.48 | - |
| YUV | 16.39 | 153.17 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 61 | 0.87 | 0.80 | 0 | 0.76 | 235.47 | 0.77 | 0.14 |
| Hex | 8 | C | 3D | 57 | 50 | 0 | 4C | EB | 4D | E |
| Octal | 10 | 14 | 75 | 127 | 120 | 0 | 114 | 353 | 115 | 16 |
| Binary | 1000 | 1100 | 111101 | 1010111 | 1010000 | 0 | 1001100 | 11101011 | 1001101 | 1110 |
Color Harmonies of #080C3D
Complementary color
Monochromatic Colors of #080C3D
Black with #080C3D
Text Example
Text Example
White with #080C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080C3D; }
p { color: rgb(8,12,61); }
H1.HeaderClassName
{
color: #080C3D;
}
.AnyTagClassName
{
color: #080C3D;
}
</style>
background-color css
<style>
a { background-color: #080C3D; }
a { background-color: rgb(8,12,61); }
div.DivClassName
{
background-color: #080C3D;
}
.BgClassName
{
background-color: #080C3D;
}
</style>
border-color css
<style>
span { border-color: #080C3D; }
span { border-color: rgb(8,12,61); }
td.TdClassName
{
border-color: #080C3D;
}
.TagClassName
{
border-color: #080C3D;
}
</style>