Shades of Midnight Blue #0C1771
Tints of Midnight Blue #0C1771
RGB
CMYK
RGB Variations
Color information
#0C1771 (or 0x0C1771) is known color: Midnight Blue. HEX triplet: 0C, 17 and 71. RGB value is (12,23,113). Sum of RGB (Red+Green+Blue) = 12+23+113=148 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.11% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 113 (44.53% from 255 or 76.35% from 148); Max value from RGB is 113 - color contains mainly: blue. Hex color #0C1771 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1771 is #F3E88E. Grayscale: #1D1D1D. Windows color (decimal): -15984783 or 7411468. OLE color: 7411468.
HSL color Cylindrical-coordinate representation of color #0C1771: hue angle of 233.47º 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 #0C1771 is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 23 | 113 | - |
| CMYK | 0.89 | 0.80 | 0 | 0.56 |
| HSL | 233.47º | 0.81% | 0.25% | - |
| HSV(B) | 233.47º | 0.89% | 0.44% | - |
| XYZ | 3.44 | 1.88 | 15.81 | - |
| YUV | 29.97 | 174.86 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 23 | 113 | 0.89 | 0.80 | 0 | 0.56 | 233.47 | 0.81 | 0.25 |
| Hex | C | 17 | 71 | 59 | 50 | 0 | 38 | E9 | 51 | 19 |
| Octal | 14 | 27 | 161 | 131 | 120 | 0 | 70 | 351 | 121 | 31 |
| Binary | 1100 | 10111 | 1110001 | 1011001 | 1010000 | 0 | 111000 | 11101001 | 1010001 | 11001 |
Color Harmonies of #0C1771
Complementary color
Monochromatic Colors of #0C1771
Black with #0C1771
Text Example
Text Example
White with #0C1771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1771; }
p { color: rgb(12,23,113); }
H1.HeaderClassName
{
color: #0C1771;
}
.AnyTagClassName
{
color: #0C1771;
}
</style>
background-color css
<style>
a { background-color: #0C1771; }
a { background-color: rgb(12,23,113); }
div.DivClassName
{
background-color: #0C1771;
}
.BgClassName
{
background-color: #0C1771;
}
</style>
border-color css
<style>
span { border-color: #0C1771; }
span { border-color: rgb(12,23,113); }
td.TdClassName
{
border-color: #0C1771;
}
.TagClassName
{
border-color: #0C1771;
}
</style>