Shades of Midnight Blue #0C0964
Tints of Midnight Blue #0C0964
RGB
CMYK
RGB Variations
Color information
#0C0964 (or 0x0C0964) is known color: Midnight Blue. HEX triplet: 0C, 09 and 64. RGB value is (12,9,100). Sum of RGB (Red+Green+Blue) = 12+9+100=121 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.92% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 100 (39.45% from 255 or 82.64% from 121); Max value from RGB is 100 - color contains mainly: blue. Hex color #0C0964 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0964 is #F3F69B. Grayscale: #131313. Windows color (decimal): -15988380 or 6555916. OLE color: 6555916.
HSL color Cylindrical-coordinate representation of color #0C0964: hue angle of 241.98º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C0964 is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 12 | 9 | 100 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.61 |
| HSL | 241.98º | 0.83% | 0.21% | - |
| HSV(B) | 241.98º | 0.91% | 0.39% | - |
| XYZ | 2.55 | 1.19 | 12.15 | - |
| YUV | 20.27 | 172.99 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 9 | 100 | 0.88 | 0.91 | 0 | 0.61 | 241.98 | 0.83 | 0.21 |
| Hex | C | 9 | 64 | 58 | 5B | 0 | 3D | F2 | 53 | 15 |
| Octal | 14 | 11 | 144 | 130 | 133 | 0 | 75 | 362 | 123 | 25 |
| Binary | 1100 | 1001 | 1100100 | 1011000 | 1011011 | 0 | 111101 | 11110010 | 1010011 | 10101 |
Color Harmonies of #0C0964
Complementary color
Monochromatic Colors of #0C0964
Black with #0C0964
Text Example
Text Example
White with #0C0964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0964; }
p { color: rgb(12,9,100); }
H1.HeaderClassName
{
color: #0C0964;
}
.AnyTagClassName
{
color: #0C0964;
}
</style>
background-color css
<style>
a { background-color: #0C0964; }
a { background-color: rgb(12,9,100); }
div.DivClassName
{
background-color: #0C0964;
}
.BgClassName
{
background-color: #0C0964;
}
</style>
border-color css
<style>
span { border-color: #0C0964; }
span { border-color: rgb(12,9,100); }
td.TdClassName
{
border-color: #0C0964;
}
.TagClassName
{
border-color: #0C0964;
}
</style>