Shades of Midnight Blue #0C0763
Tints of Midnight Blue #0C0763
RGB
CMYK
RGB Variations
Color information
#0C0763 (or 0x0C0763) is known color: Midnight Blue. HEX triplet: 0C, 07 and 63. RGB value is (12,7,99). Sum of RGB (Red+Green+Blue) = 12+7+99=118 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.17% from 118); Green value is 7 (3.12% from 255 or 5.93% from 118); Blue value is 99 (39.06% from 255 or 83.90% from 118); Max value from RGB is 99 - color contains mainly: blue. Hex color #0C0763 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0763 is #F3F89C. Grayscale: #121212. Windows color (decimal): -15988893 or 6489868. OLE color: 6489868.
HSL color Cylindrical-coordinate representation of color #0C0763: hue angle of 243.26º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C0763 is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 12 | 7 | 99 | - |
| CMYK | 0.88 | 0.93 | 0 | 0.61 |
| HSL | 243.26º | 0.87% | 0.21% | - |
| HSV(B) | 243.26º | 0.93% | 0.39% | - |
| XYZ | 2.48 | 1.13 | 11.89 | - |
| YUV | 18.98 | 173.16 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 7 | 99 | 0.88 | 0.93 | 0 | 0.61 | 243.26 | 0.87 | 0.21 |
| Hex | C | 7 | 63 | 58 | 5D | 0 | 3D | F3 | 57 | 15 |
| Octal | 14 | 7 | 143 | 130 | 135 | 0 | 75 | 363 | 127 | 25 |
| Binary | 1100 | 111 | 1100011 | 1011000 | 1011101 | 0 | 111101 | 11110011 | 1010111 | 10101 |
Color Harmonies of #0C0763
Complementary color
Monochromatic Colors of #0C0763
Black with #0C0763
Text Example
Text Example
White with #0C0763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0763; }
p { color: rgb(12,7,99); }
H1.HeaderClassName
{
color: #0C0763;
}
.AnyTagClassName
{
color: #0C0763;
}
</style>
background-color css
<style>
a { background-color: #0C0763; }
a { background-color: rgb(12,7,99); }
div.DivClassName
{
background-color: #0C0763;
}
.BgClassName
{
background-color: #0C0763;
}
</style>
border-color css
<style>
span { border-color: #0C0763; }
span { border-color: rgb(12,7,99); }
td.TdClassName
{
border-color: #0C0763;
}
.TagClassName
{
border-color: #0C0763;
}
</style>