Shades of Midnight Blue #0C0B51
Tints of Midnight Blue #0C0B51
RGB
CMYK
RGB Variations
Color information
#0C0B51 (or 0x0C0B51) is known color: Midnight Blue. HEX triplet: 0C, 0B and 51. RGB value is (12,11,81). Sum of RGB (Red+Green+Blue) = 12+11+81=104 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.54% from 104); Green value is 11 (4.69% from 255 or 10.58% from 104); Blue value is 81 (32.03% from 255 or 77.88% from 104); Max value from RGB is 81 - color contains mainly: blue. Hex color #0C0B51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0B51 is #F3F4AE. Grayscale: #131313. Windows color (decimal): -15987887 or 5311244. OLE color: 5311244.
HSL color Cylindrical-coordinate representation of color #0C0B51: hue angle of 240.86º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C0B51 is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 12 | 11 | 81 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.68 |
| HSL | 240.86º | 0.76% | 0.18% | - |
| HSV(B) | 240.86º | 0.86% | 0.32% | - |
| XYZ | 1.76 | 0.91 | 7.87 | - |
| YUV | 19.28 | 162.83 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 11 | 81 | 0.85 | 0.86 | 0 | 0.68 | 240.86 | 0.76 | 0.18 |
| Hex | C | B | 51 | 55 | 56 | 0 | 44 | F1 | 4C | 12 |
| Octal | 14 | 13 | 121 | 125 | 126 | 0 | 104 | 361 | 114 | 22 |
| Binary | 1100 | 1011 | 1010001 | 1010101 | 1010110 | 0 | 1000100 | 11110001 | 1001100 | 10010 |
Color Harmonies of #0C0B51
Complementary color
Monochromatic Colors of #0C0B51
Black with #0C0B51
Text Example
Text Example
White with #0C0B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0B51; }
p { color: rgb(12,11,81); }
H1.HeaderClassName
{
color: #0C0B51;
}
.AnyTagClassName
{
color: #0C0B51;
}
</style>
background-color css
<style>
a { background-color: #0C0B51; }
a { background-color: rgb(12,11,81); }
div.DivClassName
{
background-color: #0C0B51;
}
.BgClassName
{
background-color: #0C0B51;
}
</style>
border-color css
<style>
span { border-color: #0C0B51; }
span { border-color: rgb(12,11,81); }
td.TdClassName
{
border-color: #0C0B51;
}
.TagClassName
{
border-color: #0C0B51;
}
</style>