Shades of Midnight Blue #080C6D
Tints of Midnight Blue #080C6D
RGB
CMYK
RGB Variations
Color information
#080C6D (or 0x080C6D) is known color: Midnight Blue. HEX triplet: 08, 0C and 6D. RGB value is (8,12,109). Sum of RGB (Red+Green+Blue) = 8+12+109=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 12 (5.08% from 255 or 9.30% from 129); Blue value is 109 (42.97% from 255 or 84.50% from 129); Max value from RGB is 109 - color contains mainly: blue. Hex color #080C6D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080C6D is #F7F392. Grayscale: #151515. Windows color (decimal): -16249747 or 7146504. OLE color: 7146504.
HSL color Cylindrical-coordinate representation of color #080C6D: hue angle of 237.62º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #080C6D is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 12 | 109 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.57 |
| HSL | 237.62º | 0.86% | 0.23% | - |
| HSV(B) | 237.62º | 0.93% | 0.43% | - |
| XYZ | 2.99 | 1.42 | 14.58 | - |
| YUV | 21.86 | 177.17 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 109 | 0.93 | 0.89 | 0 | 0.57 | 237.62 | 0.86 | 0.23 |
| Hex | 8 | C | 6D | 5D | 59 | 0 | 39 | EE | 56 | 17 |
| Octal | 10 | 14 | 155 | 135 | 131 | 0 | 71 | 356 | 126 | 27 |
| Binary | 1000 | 1100 | 1101101 | 1011101 | 1011001 | 0 | 111001 | 11101110 | 1010110 | 10111 |
Color Harmonies of #080C6D
Complementary color
Monochromatic Colors of #080C6D
Black with #080C6D
Text Example
Text Example
White with #080C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080C6D; }
p { color: rgb(8,12,109); }
H1.HeaderClassName
{
color: #080C6D;
}
.AnyTagClassName
{
color: #080C6D;
}
</style>
background-color css
<style>
a { background-color: #080C6D; }
a { background-color: rgb(8,12,109); }
div.DivClassName
{
background-color: #080C6D;
}
.BgClassName
{
background-color: #080C6D;
}
</style>
border-color css
<style>
span { border-color: #080C6D; }
span { border-color: rgb(8,12,109); }
td.TdClassName
{
border-color: #080C6D;
}
.TagClassName
{
border-color: #080C6D;
}
</style>