Shades of Midnight Express #080B3C
Tints of Midnight Express #080B3C
RGB
CMYK
RGB Variations
Color information
#080B3C (or 0x080B3C) is known color: Midnight Express. HEX triplet: 08, 0B and 3C. RGB value is (8,11,60). Sum of RGB (Red+Green+Blue) = 8+11+60=79 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.13% from 79); Green value is 11 (4.69% from 255 or 13.92% from 79); Blue value is 60 (23.83% from 255 or 75.95% from 79); Max value from RGB is 60 - color contains mainly: blue. Hex color #080B3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080B3C is #F7F4C3. Grayscale: #0F0F0F. Windows color (decimal): -16250052 or 3934984. OLE color: 3934984.
HSL color Cylindrical-coordinate representation of color #080B3C: hue angle of 236.54º 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 #080B3C is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 11 | 60 | - |
| CMYK | 0.87 | 0.82 | 0 | 0.76 |
| HSL | 236.54º | 0.76% | 0.13% | - |
| HSV(B) | 236.54º | 0.87% | 0.24% | - |
| XYZ | 1.04 | 0.62 | 4.34 | - |
| YUV | 15.69 | 153.01 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 60 | 0.87 | 0.82 | 0 | 0.76 | 236.54 | 0.76 | 0.13 |
| Hex | 8 | B | 3C | 57 | 52 | 0 | 4C | ED | 4C | D |
| Octal | 10 | 13 | 74 | 127 | 122 | 0 | 114 | 355 | 114 | 15 |
| Binary | 1000 | 1011 | 111100 | 1010111 | 1010010 | 0 | 1001100 | 11101101 | 1001100 | 1101 |
Color Harmonies of #080B3C
Complementary color
Monochromatic Colors of #080B3C
Black with #080B3C
Text Example
Text Example
White with #080B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B3C; }
p { color: rgb(8,11,60); }
H1.HeaderClassName
{
color: #080B3C;
}
.AnyTagClassName
{
color: #080B3C;
}
</style>
background-color css
<style>
a { background-color: #080B3C; }
a { background-color: rgb(8,11,60); }
div.DivClassName
{
background-color: #080B3C;
}
.BgClassName
{
background-color: #080B3C;
}
</style>
border-color css
<style>
span { border-color: #080B3C; }
span { border-color: rgb(8,11,60); }
td.TdClassName
{
border-color: #080B3C;
}
.TagClassName
{
border-color: #080B3C;
}
</style>