Shades of Midnight Blue #0C0363
Tints of Midnight Blue #0C0363
RGB
CMYK
RGB Variations
Color information
#0C0363 (or 0x0C0363) is known color: Midnight Blue. HEX triplet: 0C, 03 and 63. RGB value is (12,3,99). Sum of RGB (Red+Green+Blue) = 12+3+99=114 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.53% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 99 (39.06% from 255 or 86.84% from 114); Max value from RGB is 99 - color contains mainly: blue. Hex color #0C0363 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0363 is #F3FC9C. Grayscale: #101010. Windows color (decimal): -15989917 or 6488844. OLE color: 6488844.
HSL color Cylindrical-coordinate representation of color #0C0363: hue angle of 245.62º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C0363 is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 12 | 3 | 99 | - |
| CMYK | 0.88 | 0.97 | 0 | 0.61 |
| HSL | 245.63º | 0.94% | 0.2% | - |
| HSV(B) | 245.63º | 0.97% | 0.39% | - |
| XYZ | 2.44 | 1.04 | 11.88 | - |
| YUV | 16.64 | 174.48 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 3 | 99 | 0.88 | 0.97 | 0 | 0.61 | 245.63 | 0.94 | 0.2 |
| Hex | C | 3 | 63 | 58 | 61 | 0 | 3D | F6 | 5E | 14 |
| Octal | 14 | 3 | 143 | 130 | 141 | 0 | 75 | 366 | 136 | 24 |
| Binary | 1100 | 11 | 1100011 | 1011000 | 1100001 | 0 | 111101 | 11110110 | 1011110 | 10100 |
Color Harmonies of #0C0363
Complementary color
Monochromatic Colors of #0C0363
Black with #0C0363
Text Example
Text Example
White with #0C0363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0363; }
p { color: rgb(12,3,99); }
H1.HeaderClassName
{
color: #0C0363;
}
.AnyTagClassName
{
color: #0C0363;
}
</style>
background-color css
<style>
a { background-color: #0C0363; }
a { background-color: rgb(12,3,99); }
div.DivClassName
{
background-color: #0C0363;
}
.BgClassName
{
background-color: #0C0363;
}
</style>
border-color css
<style>
span { border-color: #0C0363; }
span { border-color: rgb(12,3,99); }
td.TdClassName
{
border-color: #0C0363;
}
.TagClassName
{
border-color: #0C0363;
}
</style>