Shades of Midnight Blue #080C65
Tints of Midnight Blue #080C65
RGB
CMYK
RGB Variations
Color information
#080C65 (or 0x080C65) is known color: Midnight Blue. HEX triplet: 08, 0C and 65. RGB value is (8,12,101). Sum of RGB (Red+Green+Blue) = 8+12+101=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 12 (5.08% from 255 or 9.92% from 121); Blue value is 101 (39.84% from 255 or 83.47% from 121); Max value from RGB is 101 - color contains mainly: blue. Hex color #080C65 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080C65 is #F7F39A. Grayscale: #141414. Windows color (decimal): -16249755 or 6622216. OLE color: 6622216.
HSL color Cylindrical-coordinate representation of color #080C65: hue angle of 237.42º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #080C65 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 12 | 101 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.60 |
| HSL | 237.42º | 0.85% | 0.21% | - |
| HSV(B) | 237.42º | 0.92% | 0.4% | - |
| XYZ | 2.58 | 1.25 | 12.42 | - |
| YUV | 20.95 | 173.17 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 101 | 0.92 | 0.88 | 0 | 0.60 | 237.42 | 0.85 | 0.21 |
| Hex | 8 | C | 65 | 5C | 58 | 0 | 3C | ED | 55 | 15 |
| Octal | 10 | 14 | 145 | 134 | 130 | 0 | 74 | 355 | 125 | 25 |
| Binary | 1000 | 1100 | 1100101 | 1011100 | 1011000 | 0 | 111100 | 11101101 | 1010101 | 10101 |
Color Harmonies of #080C65
Complementary color
Monochromatic Colors of #080C65
Black with #080C65
Text Example
Text Example
White with #080C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080C65; }
p { color: rgb(8,12,101); }
H1.HeaderClassName
{
color: #080C65;
}
.AnyTagClassName
{
color: #080C65;
}
</style>
background-color css
<style>
a { background-color: #080C65; }
a { background-color: rgb(8,12,101); }
div.DivClassName
{
background-color: #080C65;
}
.BgClassName
{
background-color: #080C65;
}
</style>
border-color css
<style>
span { border-color: #080C65; }
span { border-color: rgb(8,12,101); }
td.TdClassName
{
border-color: #080C65;
}
.TagClassName
{
border-color: #080C65;
}
</style>