Shades of Midnight Blue #080C68
Tints of Midnight Blue #080C68
RGB
CMYK
RGB Variations
Color information
#080C68 (or 0x080C68) is known color: Midnight Blue. HEX triplet: 08, 0C and 68. RGB value is (8,12,104). Sum of RGB (Red+Green+Blue) = 8+12+104=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 12 (5.08% from 255 or 9.68% from 124); Blue value is 104 (41.02% from 255 or 83.87% from 124); Max value from RGB is 104 - color contains mainly: blue. Hex color #080C68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080C68 is #F7F397. Grayscale: #141414. Windows color (decimal): -16249752 or 6818824. OLE color: 6818824.
HSL color Cylindrical-coordinate representation of color #080C68: hue angle of 237.5º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #080C68 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 12 | 104 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.59 |
| HSL | 237.5º | 0.86% | 0.22% | - |
| HSV(B) | 237.5º | 0.92% | 0.41% | - |
| XYZ | 2.73 | 1.31 | 13.21 | - |
| YUV | 21.29 | 174.67 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 104 | 0.92 | 0.88 | 0 | 0.59 | 237.5 | 0.86 | 0.22 |
| Hex | 8 | C | 68 | 5C | 58 | 0 | 3B | EE | 56 | 16 |
| Octal | 10 | 14 | 150 | 134 | 130 | 0 | 73 | 356 | 126 | 26 |
| Binary | 1000 | 1100 | 1101000 | 1011100 | 1011000 | 0 | 111011 | 11101110 | 1010110 | 10110 |
Color Harmonies of #080C68
Complementary color
Monochromatic Colors of #080C68
Black with #080C68
Text Example
Text Example
White with #080C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080C68; }
p { color: rgb(8,12,104); }
H1.HeaderClassName
{
color: #080C68;
}
.AnyTagClassName
{
color: #080C68;
}
</style>
background-color css
<style>
a { background-color: #080C68; }
a { background-color: rgb(8,12,104); }
div.DivClassName
{
background-color: #080C68;
}
.BgClassName
{
background-color: #080C68;
}
</style>
border-color css
<style>
span { border-color: #080C68; }
span { border-color: rgb(8,12,104); }
td.TdClassName
{
border-color: #080C68;
}
.TagClassName
{
border-color: #080C68;
}
</style>