Shades of Midnight Blue #080861
Tints of Midnight Blue #080861
RGB
CMYK
RGB Variations
Color information
#080861 (or 0x080861) is known color: Midnight Blue. HEX triplet: 08, 08 and 61. RGB value is (8,8,97). Sum of RGB (Red+Green+Blue) = 8+8+97=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 97 (38.28% from 255 or 85.84% from 113); Max value from RGB is 97 - color contains mainly: blue. Hex color #080861 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080861 is #F7F79E. Grayscale: #111111. Windows color (decimal): -16250783 or 6359048. OLE color: 6359048.
HSL color Cylindrical-coordinate representation of color #080861: hue angle of 240º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #080861 is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 8 | 97 | - |
| CMYK | 0.92 | 0.92 | 0 | 0.62 |
| HSL | 240º | 0.85% | 0.21% | - |
| HSV(B) | 240º | 0.92% | 0.38% | - |
| XYZ | 2.34 | 1.09 | 11.4 | - |
| YUV | 18.15 | 172.5 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 8 | 97 | 0.92 | 0.92 | 0 | 0.62 | 240 | 0.85 | 0.21 |
| Hex | 8 | 8 | 61 | 5C | 5C | 0 | 3E | F0 | 55 | 15 |
| Octal | 10 | 10 | 141 | 134 | 134 | 0 | 76 | 360 | 125 | 25 |
| Binary | 1000 | 1000 | 1100001 | 1011100 | 1011100 | 0 | 111110 | 11110000 | 1010101 | 10101 |
Color Harmonies of #080861
Complementary color
Monochromatic Colors of #080861
Black with #080861
Text Example
Text Example
White with #080861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080861; }
p { color: rgb(8,8,97); }
H1.HeaderClassName
{
color: #080861;
}
.AnyTagClassName
{
color: #080861;
}
</style>
background-color css
<style>
a { background-color: #080861; }
a { background-color: rgb(8,8,97); }
div.DivClassName
{
background-color: #080861;
}
.BgClassName
{
background-color: #080861;
}
</style>
border-color css
<style>
span { border-color: #080861; }
span { border-color: rgb(8,8,97); }
td.TdClassName
{
border-color: #080861;
}
.TagClassName
{
border-color: #080861;
}
</style>