Shades of Midnight Blue #0C1571
Tints of Midnight Blue #0C1571
RGB
CMYK
RGB Variations
Color information
#0C1571 (or 0x0C1571) is known color: Midnight Blue. HEX triplet: 0C, 15 and 71. RGB value is (12,21,113). Sum of RGB (Red+Green+Blue) = 12+21+113=146 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.22% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 113 (44.53% from 255 or 77.40% from 146); Max value from RGB is 113 - color contains mainly: blue. Hex color #0C1571 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1571 is #F3EA8E. Grayscale: #1C1C1C. Windows color (decimal): -15985295 or 7410956. OLE color: 7410956.
HSL color Cylindrical-coordinate representation of color #0C1571: hue angle of 234.65º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C1571 is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 21 | 113 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.56 |
| HSL | 234.65º | 0.81% | 0.25% | - |
| HSV(B) | 234.65º | 0.89% | 0.44% | - |
| XYZ | 3.4 | 1.81 | 15.79 | - |
| YUV | 28.8 | 175.52 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 21 | 113 | 0.89 | 0.81 | 0 | 0.56 | 234.65 | 0.81 | 0.25 |
| Hex | C | 15 | 71 | 59 | 51 | 0 | 38 | EB | 51 | 19 |
| Octal | 14 | 25 | 161 | 131 | 121 | 0 | 70 | 353 | 121 | 31 |
| Binary | 1100 | 10101 | 1110001 | 1011001 | 1010001 | 0 | 111000 | 11101011 | 1010001 | 11001 |
Color Harmonies of #0C1571
Complementary color
Monochromatic Colors of #0C1571
Black with #0C1571
Text Example
Text Example
White with #0C1571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1571; }
p { color: rgb(12,21,113); }
H1.HeaderClassName
{
color: #0C1571;
}
.AnyTagClassName
{
color: #0C1571;
}
</style>
background-color css
<style>
a { background-color: #0C1571; }
a { background-color: rgb(12,21,113); }
div.DivClassName
{
background-color: #0C1571;
}
.BgClassName
{
background-color: #0C1571;
}
</style>
border-color css
<style>
span { border-color: #0C1571; }
span { border-color: rgb(12,21,113); }
td.TdClassName
{
border-color: #0C1571;
}
.TagClassName
{
border-color: #0C1571;
}
</style>