Shades of Midnight Blue #0C076C
Tints of Midnight Blue #0C076C
RGB
CMYK
RGB Variations
Color information
#0C076C (or 0x0C076C) is known color: Midnight Blue. HEX triplet: 0C, 07 and 6C. RGB value is (12,7,108). Sum of RGB (Red+Green+Blue) = 12+7+108=127 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.45% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 108 (42.58% from 255 or 85.04% from 127); Max value from RGB is 108 - color contains mainly: blue. Hex color #0C076C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C076C is #F3F893. Grayscale: #131313. Windows color (decimal): -15988884 or 7079692. OLE color: 7079692.
HSL color Cylindrical-coordinate representation of color #0C076C: hue angle of 242.97º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C076C is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 7 | 108 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.58 |
| HSL | 242.97º | 0.88% | 0.23% | - |
| HSV(B) | 242.97º | 0.94% | 0.42% | - |
| XYZ | 2.93 | 1.31 | 14.29 | - |
| YUV | 20.01 | 177.66 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 7 | 108 | 0.89 | 0.94 | 0 | 0.58 | 242.97 | 0.88 | 0.23 |
| Hex | C | 7 | 6C | 59 | 5E | 0 | 3A | F3 | 58 | 17 |
| Octal | 14 | 7 | 154 | 131 | 136 | 0 | 72 | 363 | 130 | 27 |
| Binary | 1100 | 111 | 1101100 | 1011001 | 1011110 | 0 | 111010 | 11110011 | 1011000 | 10111 |
Color Harmonies of #0C076C
Complementary color
Monochromatic Colors of #0C076C
Black with #0C076C
Text Example
Text Example
White with #0C076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C076C; }
p { color: rgb(12,7,108); }
H1.HeaderClassName
{
color: #0C076C;
}
.AnyTagClassName
{
color: #0C076C;
}
</style>
background-color css
<style>
a { background-color: #0C076C; }
a { background-color: rgb(12,7,108); }
div.DivClassName
{
background-color: #0C076C;
}
.BgClassName
{
background-color: #0C076C;
}
</style>
border-color css
<style>
span { border-color: #0C076C; }
span { border-color: rgb(12,7,108); }
td.TdClassName
{
border-color: #0C076C;
}
.TagClassName
{
border-color: #0C076C;
}
</style>