Shades of Midnight Express #080F2F
Tints of Midnight Express #080F2F
RGB
CMYK
RGB Variations
Color information
#080F2F (or 0x080F2F) is known color: Midnight Express. HEX triplet: 08, 0F and 2F. RGB value is (8,15,47). Sum of RGB (Red+Green+Blue) = 8+15+47=70 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.43% from 70); Green value is 15 (6.25% from 255 or 21.43% from 70); Blue value is 47 (18.75% from 255 or 67.14% from 70); Max value from RGB is 47 - color contains mainly: blue. Hex color #080F2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080F2F is #F7F0D0. Grayscale: #101010. Windows color (decimal): -16249041 or 3084040. OLE color: 3084040.
HSL color Cylindrical-coordinate representation of color #080F2F: hue angle of 229.23º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #080F2F is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 15 | 47 | - |
| CMYK | 0.83 | 0.68 | 0 | 0.82 |
| HSL | 229.23º | 0.71% | 0.11% | - |
| HSV(B) | 229.23º | 0.83% | 0.18% | - |
| XYZ | 0.78 | 0.6 | 2.76 | - |
| YUV | 16.56 | 145.18 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 47 | 0.83 | 0.68 | 0 | 0.82 | 229.23 | 0.71 | 0.11 |
| Hex | 8 | F | 2F | 53 | 44 | 0 | 52 | E5 | 47 | B |
| Octal | 10 | 17 | 57 | 123 | 104 | 0 | 122 | 345 | 107 | 13 |
| Binary | 1000 | 1111 | 101111 | 1010011 | 1000100 | 0 | 1010010 | 11100101 | 1000111 | 1011 |
Color Harmonies of #080F2F
Complementary color
Monochromatic Colors of #080F2F
Black with #080F2F
Text Example
Text Example
White with #080F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F2F; }
p { color: rgb(8,15,47); }
H1.HeaderClassName
{
color: #080F2F;
}
.AnyTagClassName
{
color: #080F2F;
}
</style>
background-color css
<style>
a { background-color: #080F2F; }
a { background-color: rgb(8,15,47); }
div.DivClassName
{
background-color: #080F2F;
}
.BgClassName
{
background-color: #080F2F;
}
</style>
border-color css
<style>
span { border-color: #080F2F; }
span { border-color: rgb(8,15,47); }
td.TdClassName
{
border-color: #080F2F;
}
.TagClassName
{
border-color: #080F2F;
}
</style>