Shades of Midnight Blue #0C0860
Tints of Midnight Blue #0C0860
RGB
CMYK
RGB Variations
Color information
#0C0860 (or 0x0C0860) is known color: Midnight Blue. HEX triplet: 0C, 08 and 60. RGB value is (12,8,96). Sum of RGB (Red+Green+Blue) = 12+8+96=116 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.34% from 116); Green value is 8 (3.52% from 255 or 6.90% from 116); Blue value is 96 (37.89% from 255 or 82.76% from 116); Max value from RGB is 96 - color contains mainly: blue. Hex color #0C0860 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0860 is #F3F79F. Grayscale: #121212. Windows color (decimal): -15988640 or 6293516. OLE color: 6293516.
HSL color Cylindrical-coordinate representation of color #0C0860: hue angle of 242.73º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C0860 is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 12 | 8 | 96 | - |
| CMYK | 0.88 | 0.92 | 0 | 0.62 |
| HSL | 242.73º | 0.85% | 0.2% | - |
| HSV(B) | 242.73º | 0.92% | 0.38% | - |
| XYZ | 2.35 | 1.1 | 11.15 | - |
| YUV | 19.23 | 171.33 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 8 | 96 | 0.88 | 0.92 | 0 | 0.62 | 242.73 | 0.85 | 0.2 |
| Hex | C | 8 | 60 | 58 | 5C | 0 | 3E | F3 | 55 | 14 |
| Octal | 14 | 10 | 140 | 130 | 134 | 0 | 76 | 363 | 125 | 24 |
| Binary | 1100 | 1000 | 1100000 | 1011000 | 1011100 | 0 | 111110 | 11110011 | 1010101 | 10100 |
Color Harmonies of #0C0860
Complementary color
Monochromatic Colors of #0C0860
Black with #0C0860
Text Example
Text Example
White with #0C0860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0860; }
p { color: rgb(12,8,96); }
H1.HeaderClassName
{
color: #0C0860;
}
.AnyTagClassName
{
color: #0C0860;
}
</style>
background-color css
<style>
a { background-color: #0C0860; }
a { background-color: rgb(12,8,96); }
div.DivClassName
{
background-color: #0C0860;
}
.BgClassName
{
background-color: #0C0860;
}
</style>
border-color css
<style>
span { border-color: #0C0860; }
span { border-color: rgb(12,8,96); }
td.TdClassName
{
border-color: #0C0860;
}
.TagClassName
{
border-color: #0C0860;
}
</style>