Shades of Midnight Blue #0C197A
Tints of Midnight Blue #0C197A
RGB
CMYK
RGB Variations
Color information
#0C197A (or 0x0C197A) is known color: Midnight Blue. HEX triplet: 0C, 19 and 7A. RGB value is (12,25,122). Sum of RGB (Red+Green+Blue) = 12+25+122=159 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.55% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 122 (48.05% from 255 or 76.73% from 159); Max value from RGB is 122 - color contains mainly: blue. Hex color #0C197A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C197A is #F3E685. Grayscale: #1F1F1F. Windows color (decimal): -15984262 or 8001804. OLE color: 8001804.
HSL color Cylindrical-coordinate representation of color #0C197A: hue angle of 232.91º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C197A is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 12 | 25 | 122 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.52 |
| HSL | 232.91º | 0.82% | 0.26% | - |
| HSV(B) | 232.91º | 0.9% | 0.48% | - |
| XYZ | 4.01 | 2.18 | 18.62 | - |
| YUV | 32.17 | 178.69 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 25 | 122 | 0.90 | 0.80 | 0 | 0.52 | 232.91 | 0.82 | 0.26 |
| Hex | C | 19 | 7A | 5A | 50 | 0 | 34 | E9 | 52 | 1A |
| Octal | 14 | 31 | 172 | 132 | 120 | 0 | 64 | 351 | 122 | 32 |
| Binary | 1100 | 11001 | 1111010 | 1011010 | 1010000 | 0 | 110100 | 11101001 | 1010010 | 11010 |
Color Harmonies of #0C197A
Complementary color
Monochromatic Colors of #0C197A
Black with #0C197A
Text Example
Text Example
White with #0C197A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C197A; }
p { color: rgb(12,25,122); }
H1.HeaderClassName
{
color: #0C197A;
}
.AnyTagClassName
{
color: #0C197A;
}
</style>
background-color css
<style>
a { background-color: #0C197A; }
a { background-color: rgb(12,25,122); }
div.DivClassName
{
background-color: #0C197A;
}
.BgClassName
{
background-color: #0C197A;
}
</style>
border-color css
<style>
span { border-color: #0C197A; }
span { border-color: rgb(12,25,122); }
td.TdClassName
{
border-color: #0C197A;
}
.TagClassName
{
border-color: #0C197A;
}
</style>