Shades of Midnight Blue #080856
Tints of Midnight Blue #080856
RGB
CMYK
RGB Variations
Color information
#080856 (or 0x080856) is known color: Midnight Blue. HEX triplet: 08, 08 and 56. RGB value is (8,8,86). Sum of RGB (Red+Green+Blue) = 8+8+86=102 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.84% from 102); Green value is 8 (3.52% from 255 or 7.84% from 102); Blue value is 86 (33.98% from 255 or 84.31% from 102); Max value from RGB is 86 - color contains mainly: blue. Hex color #080856 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080856 is #F7F7A9. Grayscale: #101010. Windows color (decimal): -16250794 or 5638152. OLE color: 5638152.
HSL color Cylindrical-coordinate representation of color #080856: hue angle of 240º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #080856 is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 8 | 86 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.66 |
| HSL | 240º | 0.83% | 0.18% | - |
| HSV(B) | 240º | 0.91% | 0.34% | - |
| XYZ | 1.87 | 0.9 | 8.88 | - |
| YUV | 16.89 | 167 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 8 | 86 | 0.91 | 0.91 | 0 | 0.66 | 240 | 0.83 | 0.18 |
| Hex | 8 | 8 | 56 | 5B | 5B | 0 | 42 | F0 | 53 | 12 |
| Octal | 10 | 10 | 126 | 133 | 133 | 0 | 102 | 360 | 123 | 22 |
| Binary | 1000 | 1000 | 1010110 | 1011011 | 1011011 | 0 | 1000010 | 11110000 | 1010011 | 10010 |
Color Harmonies of #080856
Complementary color
Monochromatic Colors of #080856
Black with #080856
Text Example
Text Example
White with #080856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080856; }
p { color: rgb(8,8,86); }
H1.HeaderClassName
{
color: #080856;
}
.AnyTagClassName
{
color: #080856;
}
</style>
background-color css
<style>
a { background-color: #080856; }
a { background-color: rgb(8,8,86); }
div.DivClassName
{
background-color: #080856;
}
.BgClassName
{
background-color: #080856;
}
</style>
border-color css
<style>
span { border-color: #080856; }
span { border-color: rgb(8,8,86); }
td.TdClassName
{
border-color: #080856;
}
.TagClassName
{
border-color: #080856;
}
</style>