Shades of Midnight Blue #0C0463
Tints of Midnight Blue #0C0463
RGB
CMYK
RGB Variations
Color information
#0C0463 (or 0x0C0463) is known color: Midnight Blue. HEX triplet: 0C, 04 and 63. RGB value is (12,4,99). Sum of RGB (Red+Green+Blue) = 12+4+99=115 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.43% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 99 (39.06% from 255 or 86.09% from 115); Max value from RGB is 99 - color contains mainly: blue. Hex color #0C0463 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0463 is #F3FB9C. Grayscale: #101010. Windows color (decimal): -15989661 or 6489100. OLE color: 6489100.
HSL color Cylindrical-coordinate representation of color #0C0463: hue angle of 245.05º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C0463 is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 12 | 4 | 99 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.61 |
| HSL | 245.05º | 0.92% | 0.2% | - |
| HSV(B) | 245.05º | 0.96% | 0.39% | - |
| XYZ | 2.45 | 1.07 | 11.88 | - |
| YUV | 17.22 | 174.15 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 4 | 99 | 0.88 | 0.96 | 0 | 0.61 | 245.05 | 0.92 | 0.2 |
| Hex | C | 4 | 63 | 58 | 60 | 0 | 3D | F5 | 5C | 14 |
| Octal | 14 | 4 | 143 | 130 | 140 | 0 | 75 | 365 | 134 | 24 |
| Binary | 1100 | 100 | 1100011 | 1011000 | 1100000 | 0 | 111101 | 11110101 | 1011100 | 10100 |
Color Harmonies of #0C0463
Complementary color
Monochromatic Colors of #0C0463
Black with #0C0463
Text Example
Text Example
White with #0C0463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0463; }
p { color: rgb(12,4,99); }
H1.HeaderClassName
{
color: #0C0463;
}
.AnyTagClassName
{
color: #0C0463;
}
</style>
background-color css
<style>
a { background-color: #0C0463; }
a { background-color: rgb(12,4,99); }
div.DivClassName
{
background-color: #0C0463;
}
.BgClassName
{
background-color: #0C0463;
}
</style>
border-color css
<style>
span { border-color: #0C0463; }
span { border-color: rgb(12,4,99); }
td.TdClassName
{
border-color: #0C0463;
}
.TagClassName
{
border-color: #0C0463;
}
</style>