Shades of Midnight Blue #0C0059
Tints of Midnight Blue #0C0059
RGB
CMYK
RGB Variations
Color information
#0C0059 (or 0x0C0059) is known color: Midnight Blue. HEX triplet: 0C, 00 and 59. RGB value is (12,0,89). Sum of RGB (Red+Green+Blue) = 12+0+89=101 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.88% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 89 (35.16% from 255 or 88.12% from 101); Max value from RGB is 89 - color contains mainly: blue. Hex color #0C0059 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0059 is #F3FFA6. Grayscale: #0D0D0D. Windows color (decimal): -15990695 or 5832716. OLE color: 5832716.
HSL color Cylindrical-coordinate representation of color #0C0059: hue angle of 248.09º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C0059 is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 0 | 89 | - |
| CMYK | 0.87 | 1 | 0 | 0.65 |
| HSL | 248.09º | 1% | 0.17% | - |
| HSV(B) | 248.09º | 1% | 0.35% | - |
| XYZ | 1.95 | 0.8 | 9.5 | - |
| YUV | 13.73 | 170.48 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 0 | 89 | 0.87 | 1 | 0 | 0.65 | 248.09 | 1 | 0.17 |
| Hex | C | 0 | 59 | 57 | 64 | 0 | 41 | F8 | 64 | 11 |
| Octal | 14 | 0 | 131 | 127 | 144 | 0 | 101 | 370 | 144 | 21 |
| Binary | 1100 | 0 | 1011001 | 1010111 | 1100100 | 0 | 1000001 | 11111000 | 1100100 | 10001 |
Color Harmonies of #0C0059
Complementary color
Monochromatic Colors of #0C0059
Black with #0C0059
Text Example
Text Example
White with #0C0059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0059; }
p { color: rgb(12,0,89); }
H1.HeaderClassName
{
color: #0C0059;
}
.AnyTagClassName
{
color: #0C0059;
}
</style>
background-color css
<style>
a { background-color: #0C0059; }
a { background-color: rgb(12,0,89); }
div.DivClassName
{
background-color: #0C0059;
}
.BgClassName
{
background-color: #0C0059;
}
</style>
border-color css
<style>
span { border-color: #0C0059; }
span { border-color: rgb(12,0,89); }
td.TdClassName
{
border-color: #0C0059;
}
.TagClassName
{
border-color: #0C0059;
}
</style>