Shades of Midnight Blue #080660
Tints of Midnight Blue #080660
RGB
CMYK
RGB Variations
Color information
#080660 (or 0x080660) is known color: Midnight Blue. HEX triplet: 08, 06 and 60. RGB value is (8,6,96). Sum of RGB (Red+Green+Blue) = 8+6+96=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 6 (2.73% from 255 or 5.45% from 110); Blue value is 96 (37.89% from 255 or 87.27% from 110); Max value from RGB is 96 - color contains mainly: blue. Hex color #080660 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080660 is #F7F99F. Grayscale: #101010. Windows color (decimal): -16251296 or 6293000. OLE color: 6293000.
HSL color Cylindrical-coordinate representation of color #080660: hue angle of 241.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #080660 is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 6 | 96 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.62 |
| HSL | 241.33º | 0.88% | 0.2% | - |
| HSV(B) | 241.33º | 0.94% | 0.38% | - |
| XYZ | 2.28 | 1.03 | 11.14 | - |
| YUV | 16.86 | 172.66 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 6 | 96 | 0.92 | 0.94 | 0 | 0.62 | 241.33 | 0.88 | 0.2 |
| Hex | 8 | 6 | 60 | 5C | 5E | 0 | 3E | F1 | 58 | 14 |
| Octal | 10 | 6 | 140 | 134 | 136 | 0 | 76 | 361 | 130 | 24 |
| Binary | 1000 | 110 | 1100000 | 1011100 | 1011110 | 0 | 111110 | 11110001 | 1011000 | 10100 |
Color Harmonies of #080660
Complementary color
Monochromatic Colors of #080660
Black with #080660
Text Example
Text Example
White with #080660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080660; }
p { color: rgb(8,6,96); }
H1.HeaderClassName
{
color: #080660;
}
.AnyTagClassName
{
color: #080660;
}
</style>
background-color css
<style>
a { background-color: #080660; }
a { background-color: rgb(8,6,96); }
div.DivClassName
{
background-color: #080660;
}
.BgClassName
{
background-color: #080660;
}
</style>
border-color css
<style>
span { border-color: #080660; }
span { border-color: rgb(8,6,96); }
td.TdClassName
{
border-color: #080660;
}
.TagClassName
{
border-color: #080660;
}
</style>