Shades of Midnight Express #080F3F
Tints of Midnight Express #080F3F
RGB
CMYK
RGB Variations
Color information
#080F3F (or 0x080F3F) is known color: Midnight Express. HEX triplet: 08, 0F and 3F. RGB value is (8,15,63). Sum of RGB (Red+Green+Blue) = 8+15+63=86 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.30% from 86); Green value is 15 (6.25% from 255 or 17.44% from 86); Blue value is 63 (25% from 255 or 73.26% from 86); Max value from RGB is 63 - color contains mainly: blue. Hex color #080F3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080F3F is #F7F0C0. Grayscale: #121212. Windows color (decimal): -16249025 or 4132616. OLE color: 4132616.
HSL color Cylindrical-coordinate representation of color #080F3F: hue angle of 232.36º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #080F3F is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 15 | 63 | - |
| CMYK | 0.87 | 0.76 | 0 | 0.75 |
| HSL | 232.36º | 0.77% | 0.14% | - |
| HSV(B) | 232.36º | 0.87% | 0.25% | - |
| XYZ | 1.17 | 0.75 | 4.79 | - |
| YUV | 18.38 | 153.18 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 63 | 0.87 | 0.76 | 0 | 0.75 | 232.36 | 0.77 | 0.14 |
| Hex | 8 | F | 3F | 57 | 4C | 0 | 4B | E8 | 4D | E |
| Octal | 10 | 17 | 77 | 127 | 114 | 0 | 113 | 350 | 115 | 16 |
| Binary | 1000 | 1111 | 111111 | 1010111 | 1001100 | 0 | 1001011 | 11101000 | 1001101 | 1110 |
Color Harmonies of #080F3F
Complementary color
Monochromatic Colors of #080F3F
Black with #080F3F
Text Example
Text Example
White with #080F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F3F; }
p { color: rgb(8,15,63); }
H1.HeaderClassName
{
color: #080F3F;
}
.AnyTagClassName
{
color: #080F3F;
}
</style>
background-color css
<style>
a { background-color: #080F3F; }
a { background-color: rgb(8,15,63); }
div.DivClassName
{
background-color: #080F3F;
}
.BgClassName
{
background-color: #080F3F;
}
</style>
border-color css
<style>
span { border-color: #080F3F; }
span { border-color: rgb(8,15,63); }
td.TdClassName
{
border-color: #080F3F;
}
.TagClassName
{
border-color: #080F3F;
}
</style>