Shades of Midnight Blue #080C66
Tints of Midnight Blue #080C66
RGB
CMYK
RGB Variations
Color information
#080C66 (or 0x080C66) is known color: Midnight Blue. HEX triplet: 08, 0C and 66. RGB value is (8,12,102). Sum of RGB (Red+Green+Blue) = 8+12+102=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 12 (5.08% from 255 or 9.84% from 122); Blue value is 102 (40.23% from 255 or 83.61% from 122); Max value from RGB is 102 - color contains mainly: blue. Hex color #080C66 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080C66 is #F7F399. Grayscale: #141414. Windows color (decimal): -16249754 or 6687752. OLE color: 6687752.
HSL color Cylindrical-coordinate representation of color #080C66: hue angle of 237.45º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #080C66 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 12 | 102 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.6 |
| HSL | 237.45º | 0.85% | 0.22% | - |
| HSV(B) | 237.45º | 0.92% | 0.4% | - |
| XYZ | 2.63 | 1.27 | 12.68 | - |
| YUV | 21.06 | 173.67 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 102 | 0.92 | 0.88 | 0 | 0.6 | 237.45 | 0.85 | 0.22 |
| Hex | 8 | C | 66 | 5C | 58 | 0 | 3C | ED | 55 | 16 |
| Octal | 10 | 14 | 146 | 134 | 130 | 0 | 74 | 355 | 125 | 26 |
| Binary | 1000 | 1100 | 1100110 | 1011100 | 1011000 | 0 | 111100 | 11101101 | 1010101 | 10110 |
Color Harmonies of #080C66
Complementary color
Monochromatic Colors of #080C66
Black with #080C66
Text Example
Text Example
White with #080C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080C66; }
p { color: rgb(8,12,102); }
H1.HeaderClassName
{
color: #080C66;
}
.AnyTagClassName
{
color: #080C66;
}
</style>
background-color css
<style>
a { background-color: #080C66; }
a { background-color: rgb(8,12,102); }
div.DivClassName
{
background-color: #080C66;
}
.BgClassName
{
background-color: #080C66;
}
</style>
border-color css
<style>
span { border-color: #080C66; }
span { border-color: rgb(8,12,102); }
td.TdClassName
{
border-color: #080C66;
}
.TagClassName
{
border-color: #080C66;
}
</style>