Shades of Midnight Blue #0C0551
Tints of Midnight Blue #0C0551
RGB
CMYK
RGB Variations
Color information
#0C0551 (or 0x0C0551) is known color: Midnight Blue. HEX triplet: 0C, 05 and 51. RGB value is (12,5,81). Sum of RGB (Red+Green+Blue) = 12+5+81=98 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.24% from 98); Green value is 5 (2.34% from 255 or 5.10% from 98); Blue value is 81 (32.03% from 255 or 82.65% from 98); Max value from RGB is 81 - color contains mainly: blue. Hex color #0C0551 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0551 is #F3FAAE. Grayscale: #0F0F0F. Windows color (decimal): -15989423 or 5309708. OLE color: 5309708.
HSL color Cylindrical-coordinate representation of color #0C0551: hue angle of 245.53º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C0551 is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 12 | 5 | 81 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.68 |
| HSL | 245.53º | 0.88% | 0.17% | - |
| HSV(B) | 245.53º | 0.94% | 0.32% | - |
| XYZ | 1.69 | 0.78 | 7.85 | - |
| YUV | 15.76 | 164.82 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 5 | 81 | 0.85 | 0.94 | 0 | 0.68 | 245.53 | 0.88 | 0.17 |
| Hex | C | 5 | 51 | 55 | 5E | 0 | 44 | F6 | 58 | 11 |
| Octal | 14 | 5 | 121 | 125 | 136 | 0 | 104 | 366 | 130 | 21 |
| Binary | 1100 | 101 | 1010001 | 1010101 | 1011110 | 0 | 1000100 | 11110110 | 1011000 | 10001 |
Color Harmonies of #0C0551
Complementary color
Monochromatic Colors of #0C0551
Black with #0C0551
Text Example
Text Example
White with #0C0551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0551; }
p { color: rgb(12,5,81); }
H1.HeaderClassName
{
color: #0C0551;
}
.AnyTagClassName
{
color: #0C0551;
}
</style>
background-color css
<style>
a { background-color: #0C0551; }
a { background-color: rgb(12,5,81); }
div.DivClassName
{
background-color: #0C0551;
}
.BgClassName
{
background-color: #0C0551;
}
</style>
border-color css
<style>
span { border-color: #0C0551; }
span { border-color: rgb(12,5,81); }
td.TdClassName
{
border-color: #0C0551;
}
.TagClassName
{
border-color: #0C0551;
}
</style>