Shades of Midnight Blue #0C0959
Tints of Midnight Blue #0C0959
RGB
CMYK
RGB Variations
Color information
#0C0959 (or 0x0C0959) is known color: Midnight Blue. HEX triplet: 0C, 09 and 59. RGB value is (12,9,89). Sum of RGB (Red+Green+Blue) = 12+9+89=110 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.91% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 89 (35.16% from 255 or 80.91% from 110); Max value from RGB is 89 - color contains mainly: blue. Hex color #0C0959 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0959 is #F3F6A6. Grayscale: #121212. Windows color (decimal): -15988391 or 5835020. OLE color: 5835020.
HSL color Cylindrical-coordinate representation of color #0C0959: hue angle of 242.25º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C0959 is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 9 | 89 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.65 |
| HSL | 242.25º | 0.82% | 0.19% | - |
| HSV(B) | 242.25º | 0.9% | 0.35% | - |
| XYZ | 2.05 | 0.99 | 9.54 | - |
| YUV | 19.02 | 167.49 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 9 | 89 | 0.87 | 0.90 | 0 | 0.65 | 242.25 | 0.82 | 0.19 |
| Hex | C | 9 | 59 | 57 | 5A | 0 | 41 | F2 | 52 | 13 |
| Octal | 14 | 11 | 131 | 127 | 132 | 0 | 101 | 362 | 122 | 23 |
| Binary | 1100 | 1001 | 1011001 | 1010111 | 1011010 | 0 | 1000001 | 11110010 | 1010010 | 10011 |
Color Harmonies of #0C0959
Complementary color
Monochromatic Colors of #0C0959
Black with #0C0959
Text Example
Text Example
White with #0C0959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0959; }
p { color: rgb(12,9,89); }
H1.HeaderClassName
{
color: #0C0959;
}
.AnyTagClassName
{
color: #0C0959;
}
</style>
background-color css
<style>
a { background-color: #0C0959; }
a { background-color: rgb(12,9,89); }
div.DivClassName
{
background-color: #0C0959;
}
.BgClassName
{
background-color: #0C0959;
}
</style>
border-color css
<style>
span { border-color: #0C0959; }
span { border-color: rgb(12,9,89); }
td.TdClassName
{
border-color: #0C0959;
}
.TagClassName
{
border-color: #0C0959;
}
</style>