Shades of Midnight Blue #0C0063
Tints of Midnight Blue #0C0063
RGB
CMYK
RGB Variations
Color information
#0C0063 (or 0x0C0063) is known color: Midnight Blue. HEX triplet: 0C, 00 and 63. RGB value is (12,0,99). Sum of RGB (Red+Green+Blue) = 12+0+99=111 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.81% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 99 (39.06% from 255 or 89.19% from 111); Max value from RGB is 99 - color contains mainly: blue. Hex color #0C0063 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0063 is #F3FF9C. Grayscale: #0E0E0E. Windows color (decimal): -15990685 or 6488076. OLE color: 6488076.
HSL color Cylindrical-coordinate representation of color #0C0063: hue angle of 247.27º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C0063 is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 12 | 0 | 99 | - |
| CMYK | 0.88 | 1 | 0 | 0.61 |
| HSL | 247.27º | 1% | 0.19% | - |
| HSV(B) | 247.27º | 1% | 0.39% | - |
| XYZ | 2.4 | 0.98 | 11.87 | - |
| YUV | 14.87 | 175.48 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 0 | 99 | 0.88 | 1 | 0 | 0.61 | 247.27 | 1 | 0.19 |
| Hex | C | 0 | 63 | 58 | 64 | 0 | 3D | F7 | 64 | 13 |
| Octal | 14 | 0 | 143 | 130 | 144 | 0 | 75 | 367 | 144 | 23 |
| Binary | 1100 | 0 | 1100011 | 1011000 | 1100100 | 0 | 111101 | 11110111 | 1100100 | 10011 |
Color Harmonies of #0C0063
Complementary color
Monochromatic Colors of #0C0063
Black with #0C0063
Text Example
Text Example
White with #0C0063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0063; }
p { color: rgb(12,0,99); }
H1.HeaderClassName
{
color: #0C0063;
}
.AnyTagClassName
{
color: #0C0063;
}
</style>
background-color css
<style>
a { background-color: #0C0063; }
a { background-color: rgb(12,0,99); }
div.DivClassName
{
background-color: #0C0063;
}
.BgClassName
{
background-color: #0C0063;
}
</style>
border-color css
<style>
span { border-color: #0C0063; }
span { border-color: rgb(12,0,99); }
td.TdClassName
{
border-color: #0C0063;
}
.TagClassName
{
border-color: #0C0063;
}
</style>