Shades of Midnight Blue #080C60
Tints of Midnight Blue #080C60
RGB
CMYK
RGB Variations
Color information
#080C60 (or 0x080C60) is known color: Midnight Blue. HEX triplet: 08, 0C and 60. RGB value is (8,12,96). Sum of RGB (Red+Green+Blue) = 8+12+96=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 12 (5.08% from 255 or 10.34% from 116); Blue value is 96 (37.89% from 255 or 82.76% from 116); Max value from RGB is 96 - color contains mainly: blue. Hex color #080C60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080C60 is #F7F39F. Grayscale: #141414. Windows color (decimal): -16249760 or 6294536. OLE color: 6294536.
HSL color Cylindrical-coordinate representation of color #080C60: hue angle of 237.27º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #080C60 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 12 | 96 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.62 |
| HSL | 237.27º | 0.85% | 0.2% | - |
| HSV(B) | 237.27º | 0.92% | 0.38% | - |
| XYZ | 2.34 | 1.16 | 11.17 | - |
| YUV | 20.38 | 170.67 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 96 | 0.92 | 0.88 | 0 | 0.62 | 237.27 | 0.85 | 0.2 |
| Hex | 8 | C | 60 | 5C | 58 | 0 | 3E | ED | 55 | 14 |
| Octal | 10 | 14 | 140 | 134 | 130 | 0 | 76 | 355 | 125 | 24 |
| Binary | 1000 | 1100 | 1100000 | 1011100 | 1011000 | 0 | 111110 | 11101101 | 1010101 | 10100 |
Color Harmonies of #080C60
Complementary color
Monochromatic Colors of #080C60
Black with #080C60
Text Example
Text Example
White with #080C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080C60; }
p { color: rgb(8,12,96); }
H1.HeaderClassName
{
color: #080C60;
}
.AnyTagClassName
{
color: #080C60;
}
</style>
background-color css
<style>
a { background-color: #080C60; }
a { background-color: rgb(8,12,96); }
div.DivClassName
{
background-color: #080C60;
}
.BgClassName
{
background-color: #080C60;
}
</style>
border-color css
<style>
span { border-color: #080C60; }
span { border-color: rgb(8,12,96); }
td.TdClassName
{
border-color: #080C60;
}
.TagClassName
{
border-color: #080C60;
}
</style>