Shades of Midnight Blue #0C0856
Tints of Midnight Blue #0C0856
RGB
CMYK
RGB Variations
Color information
#0C0856 (or 0x0C0856) is known color: Midnight Blue. HEX triplet: 0C, 08 and 56. RGB value is (12,8,86). Sum of RGB (Red+Green+Blue) = 12+8+86=106 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.32% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 86 (33.98% from 255 or 81.13% from 106); Max value from RGB is 86 - color contains mainly: blue. Hex color #0C0856 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0856 is #F3F7A9. Grayscale: #111111. Windows color (decimal): -15988650 or 5638156. OLE color: 5638156.
HSL color Cylindrical-coordinate representation of color #0C0856: hue angle of 243.08º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C0856 is Cyan = 0.86, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 12 | 8 | 86 | - |
| CMYK | 0.86 | 0.91 | 0 | 0.66 |
| HSL | 243.08º | 0.83% | 0.18% | - |
| HSV(B) | 243.08º | 0.91% | 0.34% | - |
| XYZ | 1.92 | 0.92 | 8.88 | - |
| YUV | 18.09 | 166.33 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 8 | 86 | 0.86 | 0.91 | 0 | 0.66 | 243.08 | 0.83 | 0.18 |
| Hex | C | 8 | 56 | 56 | 5B | 0 | 42 | F3 | 53 | 12 |
| Octal | 14 | 10 | 126 | 126 | 133 | 0 | 102 | 363 | 123 | 22 |
| Binary | 1100 | 1000 | 1010110 | 1010110 | 1011011 | 0 | 1000010 | 11110011 | 1010011 | 10010 |
Color Harmonies of #0C0856
Complementary color
Monochromatic Colors of #0C0856
Black with #0C0856
Text Example
Text Example
White with #0C0856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0856; }
p { color: rgb(12,8,86); }
H1.HeaderClassName
{
color: #0C0856;
}
.AnyTagClassName
{
color: #0C0856;
}
</style>
background-color css
<style>
a { background-color: #0C0856; }
a { background-color: rgb(12,8,86); }
div.DivClassName
{
background-color: #0C0856;
}
.BgClassName
{
background-color: #0C0856;
}
</style>
border-color css
<style>
span { border-color: #0C0856; }
span { border-color: rgb(12,8,86); }
td.TdClassName
{
border-color: #0C0856;
}
.TagClassName
{
border-color: #0C0856;
}
</style>