Shades of Midnight Blue #080F5E
Tints of Midnight Blue #080F5E
RGB
CMYK
RGB Variations
Color information
#080F5E (or 0x080F5E) is known color: Midnight Blue. HEX triplet: 08, 0F and 5E. RGB value is (8,15,94). Sum of RGB (Red+Green+Blue) = 8+15+94=117 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.84% from 117); Green value is 15 (6.25% from 255 or 12.82% from 117); Blue value is 94 (37.11% from 255 or 80.34% from 117); Max value from RGB is 94 - color contains mainly: blue. Hex color #080F5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080F5E is #F7F0A1. Grayscale: #151515. Windows color (decimal): -16248994 or 6164232. OLE color: 6164232.
HSL color Cylindrical-coordinate representation of color #080F5E: hue angle of 235.12º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #080F5E is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 8 | 15 | 94 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.63 |
| HSL | 235.12º | 0.84% | 0.2% | - |
| HSV(B) | 235.12º | 0.91% | 0.37% | - |
| XYZ | 2.29 | 1.2 | 10.7 | - |
| YUV | 21.91 | 168.68 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 94 | 0.91 | 0.84 | 0 | 0.63 | 235.12 | 0.84 | 0.2 |
| Hex | 8 | F | 5E | 5B | 54 | 0 | 3F | EB | 54 | 14 |
| Octal | 10 | 17 | 136 | 133 | 124 | 0 | 77 | 353 | 124 | 24 |
| Binary | 1000 | 1111 | 1011110 | 1011011 | 1010100 | 0 | 111111 | 11101011 | 1010100 | 10100 |
Color Harmonies of #080F5E
Complementary color
Monochromatic Colors of #080F5E
Black with #080F5E
Text Example
Text Example
White with #080F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F5E; }
p { color: rgb(8,15,94); }
H1.HeaderClassName
{
color: #080F5E;
}
.AnyTagClassName
{
color: #080F5E;
}
</style>
background-color css
<style>
a { background-color: #080F5E; }
a { background-color: rgb(8,15,94); }
div.DivClassName
{
background-color: #080F5E;
}
.BgClassName
{
background-color: #080F5E;
}
</style>
border-color css
<style>
span { border-color: #080F5E; }
span { border-color: rgb(8,15,94); }
td.TdClassName
{
border-color: #080F5E;
}
.TagClassName
{
border-color: #080F5E;
}
</style>