Shades of Midnight Blue #080C64
Tints of Midnight Blue #080C64
RGB
CMYK
RGB Variations
Color information
#080C64 (or 0x080C64) is known color: Midnight Blue. HEX triplet: 08, 0C and 64. RGB value is (8,12,100). Sum of RGB (Red+Green+Blue) = 8+12+100=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 12 (5.08% from 255 or 10% from 120); Blue value is 100 (39.45% from 255 or 83.33% from 120); Max value from RGB is 100 - color contains mainly: blue. Hex color #080C64 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080C64 is #F7F39B. Grayscale: #141414. Windows color (decimal): -16249756 or 6556680. OLE color: 6556680.
HSL color Cylindrical-coordinate representation of color #080C64: hue angle of 237.39º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #080C64 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 12 | 100 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.61 |
| HSL | 237.39º | 0.85% | 0.21% | - |
| HSV(B) | 237.39º | 0.92% | 0.39% | - |
| XYZ | 2.53 | 1.23 | 12.16 | - |
| YUV | 20.84 | 172.67 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 100 | 0.92 | 0.88 | 0 | 0.61 | 237.39 | 0.85 | 0.21 |
| Hex | 8 | C | 64 | 5C | 58 | 0 | 3D | ED | 55 | 15 |
| Octal | 10 | 14 | 144 | 134 | 130 | 0 | 75 | 355 | 125 | 25 |
| Binary | 1000 | 1100 | 1100100 | 1011100 | 1011000 | 0 | 111101 | 11101101 | 1010101 | 10101 |
Color Harmonies of #080C64
Complementary color
Monochromatic Colors of #080C64
Black with #080C64
Text Example
Text Example
White with #080C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080C64; }
p { color: rgb(8,12,100); }
H1.HeaderClassName
{
color: #080C64;
}
.AnyTagClassName
{
color: #080C64;
}
</style>
background-color css
<style>
a { background-color: #080C64; }
a { background-color: rgb(8,12,100); }
div.DivClassName
{
background-color: #080C64;
}
.BgClassName
{
background-color: #080C64;
}
</style>
border-color css
<style>
span { border-color: #080C64; }
span { border-color: rgb(8,12,100); }
td.TdClassName
{
border-color: #080C64;
}
.TagClassName
{
border-color: #080C64;
}
</style>