Shades of Midnight Blue #080863
Tints of Midnight Blue #080863
RGB
CMYK
RGB Variations
Color information
#080863 (or 0x080863) is known color: Midnight Blue. HEX triplet: 08, 08 and 63. RGB value is (8,8,99). Sum of RGB (Red+Green+Blue) = 8+8+99=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 99 (39.06% from 255 or 86.09% from 115); Max value from RGB is 99 - color contains mainly: blue. Hex color #080863 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080863 is #F7F79C. Grayscale: #121212. Windows color (decimal): -16250781 or 6490120. OLE color: 6490120.
HSL color Cylindrical-coordinate representation of color #080863: hue angle of 240º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #080863 is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 8 | 99 | - |
| CMYK | 0.92 | 0.92 | 0 | 0.61 |
| HSL | 240º | 0.85% | 0.21% | - |
| HSV(B) | 240º | 0.92% | 0.39% | - |
| XYZ | 2.44 | 1.13 | 11.89 | - |
| YUV | 18.37 | 173.5 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 8 | 99 | 0.92 | 0.92 | 0 | 0.61 | 240 | 0.85 | 0.21 |
| Hex | 8 | 8 | 63 | 5C | 5C | 0 | 3D | F0 | 55 | 15 |
| Octal | 10 | 10 | 143 | 134 | 134 | 0 | 75 | 360 | 125 | 25 |
| Binary | 1000 | 1000 | 1100011 | 1011100 | 1011100 | 0 | 111101 | 11110000 | 1010101 | 10101 |
Color Harmonies of #080863
Complementary color
Monochromatic Colors of #080863
Black with #080863
Text Example
Text Example
White with #080863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080863; }
p { color: rgb(8,8,99); }
H1.HeaderClassName
{
color: #080863;
}
.AnyTagClassName
{
color: #080863;
}
</style>
background-color css
<style>
a { background-color: #080863; }
a { background-color: rgb(8,8,99); }
div.DivClassName
{
background-color: #080863;
}
.BgClassName
{
background-color: #080863;
}
</style>
border-color css
<style>
span { border-color: #080863; }
span { border-color: rgb(8,8,99); }
td.TdClassName
{
border-color: #080863;
}
.TagClassName
{
border-color: #080863;
}
</style>