Shades of Midnight Blue #080056
Tints of Midnight Blue #080056
RGB
CMYK
RGB Variations
Color information
#080056 (or 0x080056) is known color: Midnight Blue. HEX triplet: 08, 00 and 56. RGB value is (8,0,86). Sum of RGB (Red+Green+Blue) = 8+0+86=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 86 (33.98% from 255 or 91.49% from 94); Max value from RGB is 86 - color contains mainly: blue. Hex color #080056 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080056 is #F7FFA9. Grayscale: #0B0B0B. Windows color (decimal): -16252842 or 5636104. OLE color: 5636104.
HSL color Cylindrical-coordinate representation of color #080056: hue angle of 245.58º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #080056 is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 0 | 86 | - |
| CMYK | 0.91 | 1 | 0 | 0.66 |
| HSL | 245.58º | 1% | 0.17% | - |
| HSV(B) | 245.58º | 1% | 0.34% | - |
| XYZ | 1.78 | 0.72 | 8.85 | - |
| YUV | 12.2 | 169.65 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 86 | 0.91 | 1 | 0 | 0.66 | 245.58 | 1 | 0.17 |
| Hex | 8 | 0 | 56 | 5B | 64 | 0 | 42 | F6 | 64 | 11 |
| Octal | 10 | 0 | 126 | 133 | 144 | 0 | 102 | 366 | 144 | 21 |
| Binary | 1000 | 0 | 1010110 | 1011011 | 1100100 | 0 | 1000010 | 11110110 | 1100100 | 10001 |
Color Harmonies of #080056
Complementary color
Monochromatic Colors of #080056
Black with #080056
Text Example
Text Example
White with #080056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080056; }
p { color: rgb(8,0,86); }
H1.HeaderClassName
{
color: #080056;
}
.AnyTagClassName
{
color: #080056;
}
</style>
background-color css
<style>
a { background-color: #080056; }
a { background-color: rgb(8,0,86); }
div.DivClassName
{
background-color: #080056;
}
.BgClassName
{
background-color: #080056;
}
</style>
border-color css
<style>
span { border-color: #080056; }
span { border-color: rgb(8,0,86); }
td.TdClassName
{
border-color: #080056;
}
.TagClassName
{
border-color: #080056;
}
</style>