Shades of Midnight Blue #0C1179
Tints of Midnight Blue #0C1179
RGB
CMYK
RGB Variations
Color information
#0C1179 (or 0x0C1179) is known color: Midnight Blue. HEX triplet: 0C, 11 and 79. RGB value is (12,17,121). Sum of RGB (Red+Green+Blue) = 12+17+121=150 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 121 (47.66% from 255 or 80.67% from 150); Max value from RGB is 121 - color contains mainly: blue. Hex color #0C1179 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1179 is #F3EE86. Grayscale: #1A1A1A. Windows color (decimal): -15986311 or 7934220. OLE color: 7934220.
HSL color Cylindrical-coordinate representation of color #0C1179: hue angle of 237.25º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C1179 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 17 | 121 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.53 |
| HSL | 237.25º | 0.82% | 0.26% | - |
| HSV(B) | 237.25º | 0.9% | 0.47% | - |
| XYZ | 3.8 | 1.86 | 18.25 | - |
| YUV | 27.36 | 180.84 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 17 | 121 | 0.90 | 0.86 | 0 | 0.53 | 237.25 | 0.82 | 0.26 |
| Hex | C | 11 | 79 | 5A | 56 | 0 | 35 | ED | 52 | 1A |
| Octal | 14 | 21 | 171 | 132 | 126 | 0 | 65 | 355 | 122 | 32 |
| Binary | 1100 | 10001 | 1111001 | 1011010 | 1010110 | 0 | 110101 | 11101101 | 1010010 | 11010 |
Color Harmonies of #0C1179
Complementary color
Monochromatic Colors of #0C1179
Black with #0C1179
Text Example
Text Example
White with #0C1179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1179; }
p { color: rgb(12,17,121); }
H1.HeaderClassName
{
color: #0C1179;
}
.AnyTagClassName
{
color: #0C1179;
}
</style>
background-color css
<style>
a { background-color: #0C1179; }
a { background-color: rgb(12,17,121); }
div.DivClassName
{
background-color: #0C1179;
}
.BgClassName
{
background-color: #0C1179;
}
</style>
border-color css
<style>
span { border-color: #0C1179; }
span { border-color: rgb(12,17,121); }
td.TdClassName
{
border-color: #0C1179;
}
.TagClassName
{
border-color: #0C1179;
}
</style>