Shades of Midnight Blue #080662
Tints of Midnight Blue #080662
RGB
CMYK
RGB Variations
Color information
#080662 (or 0x080662) is known color: Midnight Blue. HEX triplet: 08, 06 and 62. RGB value is (8,6,98). Sum of RGB (Red+Green+Blue) = 8+6+98=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 6 (2.73% from 255 or 5.36% from 112); Blue value is 98 (38.67% from 255 or 87.5% from 112); Max value from RGB is 98 - color contains mainly: blue. Hex color #080662 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080662 is #F7F99D. Grayscale: #101010. Windows color (decimal): -16251294 or 6424072. OLE color: 6424072.
HSL color Cylindrical-coordinate representation of color #080662: hue angle of 241.3º 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 #080662 is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 6 | 98 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.62 |
| HSL | 241.3º | 0.88% | 0.2% | - |
| HSV(B) | 241.3º | 0.94% | 0.38% | - |
| XYZ | 2.37 | 1.06 | 11.64 | - |
| YUV | 17.09 | 173.66 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 6 | 98 | 0.92 | 0.94 | 0 | 0.62 | 241.3 | 0.88 | 0.2 |
| Hex | 8 | 6 | 62 | 5C | 5E | 0 | 3E | F1 | 58 | 14 |
| Octal | 10 | 6 | 142 | 134 | 136 | 0 | 76 | 361 | 130 | 24 |
| Binary | 1000 | 110 | 1100010 | 1011100 | 1011110 | 0 | 111110 | 11110001 | 1011000 | 10100 |
Color Harmonies of #080662
Complementary color
Monochromatic Colors of #080662
Black with #080662
Text Example
Text Example
White with #080662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080662; }
p { color: rgb(8,6,98); }
H1.HeaderClassName
{
color: #080662;
}
.AnyTagClassName
{
color: #080662;
}
</style>
background-color css
<style>
a { background-color: #080662; }
a { background-color: rgb(8,6,98); }
div.DivClassName
{
background-color: #080662;
}
.BgClassName
{
background-color: #080662;
}
</style>
border-color css
<style>
span { border-color: #080662; }
span { border-color: rgb(8,6,98); }
td.TdClassName
{
border-color: #080662;
}
.TagClassName
{
border-color: #080662;
}
</style>