Shades of Midnight Blue #0C196F
Tints of Midnight Blue #0C196F
RGB
CMYK
RGB Variations
Color information
#0C196F (or 0x0C196F) is known color: Midnight Blue. HEX triplet: 0C, 19 and 6F. RGB value is (12,25,111). Sum of RGB (Red+Green+Blue) = 12+25+111=148 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.11% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 111 (43.75% from 255 or 75% from 148); Max value from RGB is 111 - color contains mainly: blue. Hex color #0C196F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C196F is #F3E690. Grayscale: #1E1E1E. Windows color (decimal): -15984273 or 7280908. OLE color: 7280908.
HSL color Cylindrical-coordinate representation of color #0C196F: hue angle of 232.12º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C196F is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 25 | 111 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.56 |
| HSL | 232.12º | 0.8% | 0.24% | - |
| HSV(B) | 232.12º | 0.89% | 0.44% | - |
| XYZ | 3.37 | 1.92 | 15.23 | - |
| YUV | 30.92 | 173.19 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 25 | 111 | 0.89 | 0.77 | 0 | 0.56 | 232.12 | 0.8 | 0.24 |
| Hex | C | 19 | 6F | 59 | 4D | 0 | 38 | E8 | 50 | 18 |
| Octal | 14 | 31 | 157 | 131 | 115 | 0 | 70 | 350 | 120 | 30 |
| Binary | 1100 | 11001 | 1101111 | 1011001 | 1001101 | 0 | 111000 | 11101000 | 1010000 | 11000 |
Color Harmonies of #0C196F
Complementary color
Monochromatic Colors of #0C196F
Black with #0C196F
Text Example
Text Example
White with #0C196F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C196F; }
p { color: rgb(12,25,111); }
H1.HeaderClassName
{
color: #0C196F;
}
.AnyTagClassName
{
color: #0C196F;
}
</style>
background-color css
<style>
a { background-color: #0C196F; }
a { background-color: rgb(12,25,111); }
div.DivClassName
{
background-color: #0C196F;
}
.BgClassName
{
background-color: #0C196F;
}
</style>
border-color css
<style>
span { border-color: #0C196F; }
span { border-color: rgb(12,25,111); }
td.TdClassName
{
border-color: #0C196F;
}
.TagClassName
{
border-color: #0C196F;
}
</style>