Shades of Midnight Blue #080F5D
Tints of Midnight Blue #080F5D
RGB
CMYK
RGB Variations
Color information
#080F5D (or 0x080F5D) is known color: Midnight Blue. HEX triplet: 08, 0F and 5D. RGB value is (8,15,93). Sum of RGB (Red+Green+Blue) = 8+15+93=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 15 (6.25% from 255 or 12.93% from 116); Blue value is 93 (36.72% from 255 or 80.17% from 116); Max value from RGB is 93 - color contains mainly: blue. Hex color #080F5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080F5D is #F7F0A2. Grayscale: #151515. Windows color (decimal): -16248995 or 6098696. OLE color: 6098696.
HSL color Cylindrical-coordinate representation of color #080F5D: hue angle of 235.06º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #080F5D is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 15 | 93 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.64 |
| HSL | 235.06º | 0.84% | 0.2% | - |
| HSV(B) | 235.06º | 0.91% | 0.36% | - |
| XYZ | 2.25 | 1.18 | 10.47 | - |
| YUV | 21.8 | 168.18 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 93 | 0.91 | 0.84 | 0 | 0.64 | 235.06 | 0.84 | 0.2 |
| Hex | 8 | F | 5D | 5B | 54 | 0 | 40 | EB | 54 | 14 |
| Octal | 10 | 17 | 135 | 133 | 124 | 0 | 100 | 353 | 124 | 24 |
| Binary | 1000 | 1111 | 1011101 | 1011011 | 1010100 | 0 | 1000000 | 11101011 | 1010100 | 10100 |
Color Harmonies of #080F5D
Complementary color
Monochromatic Colors of #080F5D
Black with #080F5D
Text Example
Text Example
White with #080F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F5D; }
p { color: rgb(8,15,93); }
H1.HeaderClassName
{
color: #080F5D;
}
.AnyTagClassName
{
color: #080F5D;
}
</style>
background-color css
<style>
a { background-color: #080F5D; }
a { background-color: rgb(8,15,93); }
div.DivClassName
{
background-color: #080F5D;
}
.BgClassName
{
background-color: #080F5D;
}
</style>
border-color css
<style>
span { border-color: #080F5D; }
span { border-color: rgb(8,15,93); }
td.TdClassName
{
border-color: #080F5D;
}
.TagClassName
{
border-color: #080F5D;
}
</style>