Shades of Midnight Blue #0C0861
Tints of Midnight Blue #0C0861
RGB
CMYK
RGB Variations
Color information
#0C0861 (or 0x0C0861) is known color: Midnight Blue. HEX triplet: 0C, 08 and 61. RGB value is (12,8,97). Sum of RGB (Red+Green+Blue) = 12+8+97=117 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.26% from 117); Green value is 8 (3.52% from 255 or 6.84% from 117); Blue value is 97 (38.28% from 255 or 82.91% from 117); Max value from RGB is 97 - color contains mainly: blue. Hex color #0C0861 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0861 is #F3F79E. Grayscale: #121212. Windows color (decimal): -15988639 or 6359052. OLE color: 6359052.
HSL color Cylindrical-coordinate representation of color #0C0861: hue angle of 242.7º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C0861 is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 12 | 8 | 97 | - |
| CMYK | 0.88 | 0.92 | 0 | 0.62 |
| HSL | 242.7º | 0.85% | 0.21% | - |
| HSV(B) | 242.7º | 0.92% | 0.38% | - |
| XYZ | 2.4 | 1.11 | 11.4 | - |
| YUV | 19.34 | 171.83 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 8 | 97 | 0.88 | 0.92 | 0 | 0.62 | 242.7 | 0.85 | 0.21 |
| Hex | C | 8 | 61 | 58 | 5C | 0 | 3E | F3 | 55 | 15 |
| Octal | 14 | 10 | 141 | 130 | 134 | 0 | 76 | 363 | 125 | 25 |
| Binary | 1100 | 1000 | 1100001 | 1011000 | 1011100 | 0 | 111110 | 11110011 | 1010101 | 10101 |
Color Harmonies of #0C0861
Complementary color
Monochromatic Colors of #0C0861
Black with #0C0861
Text Example
Text Example
White with #0C0861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0861; }
p { color: rgb(12,8,97); }
H1.HeaderClassName
{
color: #0C0861;
}
.AnyTagClassName
{
color: #0C0861;
}
</style>
background-color css
<style>
a { background-color: #0C0861; }
a { background-color: rgb(12,8,97); }
div.DivClassName
{
background-color: #0C0861;
}
.BgClassName
{
background-color: #0C0861;
}
</style>
border-color css
<style>
span { border-color: #0C0861; }
span { border-color: rgb(12,8,97); }
td.TdClassName
{
border-color: #0C0861;
}
.TagClassName
{
border-color: #0C0861;
}
</style>