Shades of Midnight Blue #0C0759
Tints of Midnight Blue #0C0759
RGB
CMYK
RGB Variations
Color information
#0C0759 (or 0x0C0759) is known color: Midnight Blue. HEX triplet: 0C, 07 and 59. RGB value is (12,7,89). Sum of RGB (Red+Green+Blue) = 12+7+89=108 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.11% from 108); Green value is 7 (3.12% from 255 or 6.48% from 108); Blue value is 89 (35.16% from 255 or 82.41% from 108); Max value from RGB is 89 - color contains mainly: blue. Hex color #0C0759 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0759 is #F3F8A6. Grayscale: #111111. Windows color (decimal): -15988903 or 5834508. OLE color: 5834508.
HSL color Cylindrical-coordinate representation of color #0C0759: hue angle of 243.66º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C0759 is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 7 | 89 | - |
| CMYK | 0.87 | 0.92 | 0 | 0.65 |
| HSL | 243.66º | 0.85% | 0.19% | - |
| HSV(B) | 243.66º | 0.92% | 0.35% | - |
| XYZ | 2.03 | 0.95 | 9.53 | - |
| YUV | 17.84 | 168.16 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 7 | 89 | 0.87 | 0.92 | 0 | 0.65 | 243.66 | 0.85 | 0.19 |
| Hex | C | 7 | 59 | 57 | 5C | 0 | 41 | F4 | 55 | 13 |
| Octal | 14 | 7 | 131 | 127 | 134 | 0 | 101 | 364 | 125 | 23 |
| Binary | 1100 | 111 | 1011001 | 1010111 | 1011100 | 0 | 1000001 | 11110100 | 1010101 | 10011 |
Color Harmonies of #0C0759
Complementary color
Monochromatic Colors of #0C0759
Black with #0C0759
Text Example
Text Example
White with #0C0759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0759; }
p { color: rgb(12,7,89); }
H1.HeaderClassName
{
color: #0C0759;
}
.AnyTagClassName
{
color: #0C0759;
}
</style>
background-color css
<style>
a { background-color: #0C0759; }
a { background-color: rgb(12,7,89); }
div.DivClassName
{
background-color: #0C0759;
}
.BgClassName
{
background-color: #0C0759;
}
</style>
border-color css
<style>
span { border-color: #0C0759; }
span { border-color: rgb(12,7,89); }
td.TdClassName
{
border-color: #0C0759;
}
.TagClassName
{
border-color: #0C0759;
}
</style>