Shades of Midnight Blue #080961
Tints of Midnight Blue #080961
RGB
CMYK
RGB Variations
Color information
#080961 (or 0x080961) is known color: Midnight Blue. HEX triplet: 08, 09 and 61. RGB value is (8,9,97). Sum of RGB (Red+Green+Blue) = 8+9+97=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 97 (38.28% from 255 or 85.09% from 114); Max value from RGB is 97 - color contains mainly: blue. Hex color #080961 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080961 is #F7F69E. Grayscale: #121212. Windows color (decimal): -16250527 or 6359304. OLE color: 6359304.
HSL color Cylindrical-coordinate representation of color #080961: hue angle of 239.33º 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 #080961 is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 9 | 97 | - |
| CMYK | 0.92 | 0.91 | 0 | 0.62 |
| HSL | 239.33º | 0.85% | 0.21% | - |
| HSV(B) | 239.33º | 0.92% | 0.38% | - |
| XYZ | 2.36 | 1.11 | 11.4 | - |
| YUV | 18.73 | 172.17 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 9 | 97 | 0.92 | 0.91 | 0 | 0.62 | 239.33 | 0.85 | 0.21 |
| Hex | 8 | 9 | 61 | 5C | 5B | 0 | 3E | EF | 55 | 15 |
| Octal | 10 | 11 | 141 | 134 | 133 | 0 | 76 | 357 | 125 | 25 |
| Binary | 1000 | 1001 | 1100001 | 1011100 | 1011011 | 0 | 111110 | 11101111 | 1010101 | 10101 |
Color Harmonies of #080961
Complementary color
Monochromatic Colors of #080961
Black with #080961
Text Example
Text Example
White with #080961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080961; }
p { color: rgb(8,9,97); }
H1.HeaderClassName
{
color: #080961;
}
.AnyTagClassName
{
color: #080961;
}
</style>
background-color css
<style>
a { background-color: #080961; }
a { background-color: rgb(8,9,97); }
div.DivClassName
{
background-color: #080961;
}
.BgClassName
{
background-color: #080961;
}
</style>
border-color css
<style>
span { border-color: #080961; }
span { border-color: rgb(8,9,97); }
td.TdClassName
{
border-color: #080961;
}
.TagClassName
{
border-color: #080961;
}
</style>