Shades of Midnight Blue #0C117C
Tints of Midnight Blue #0C117C
RGB
CMYK
RGB Variations
Color information
#0C117C (or 0x0C117C) is known color: Midnight Blue. HEX triplet: 0C, 11 and 7C. RGB value is (12,17,124). Sum of RGB (Red+Green+Blue) = 12+17+124=153 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.84% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 124 (48.83% from 255 or 81.05% from 153); Max value from RGB is 124 - color contains mainly: blue. Hex color #0C117C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C117C is #F3EE83. Grayscale: #1B1B1B. Windows color (decimal): -15986308 or 8130828. OLE color: 8130828.
HSL color Cylindrical-coordinate representation of color #0C117C: hue angle of 237.32º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C117C is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 12 | 17 | 124 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.51 |
| HSL | 237.32º | 0.82% | 0.27% | - |
| HSV(B) | 237.32º | 0.9% | 0.49% | - |
| XYZ | 3.99 | 1.93 | 19.23 | - |
| YUV | 27.7 | 182.34 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 17 | 124 | 0.90 | 0.86 | 0 | 0.51 | 237.32 | 0.82 | 0.27 |
| Hex | C | 11 | 7C | 5A | 56 | 0 | 33 | ED | 52 | 1B |
| Octal | 14 | 21 | 174 | 132 | 126 | 0 | 63 | 355 | 122 | 33 |
| Binary | 1100 | 10001 | 1111100 | 1011010 | 1010110 | 0 | 110011 | 11101101 | 1010010 | 11011 |
Color Harmonies of #0C117C
Complementary color
Monochromatic Colors of #0C117C
Black with #0C117C
Text Example
Text Example
White with #0C117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C117C; }
p { color: rgb(12,17,124); }
H1.HeaderClassName
{
color: #0C117C;
}
.AnyTagClassName
{
color: #0C117C;
}
</style>
background-color css
<style>
a { background-color: #0C117C; }
a { background-color: rgb(12,17,124); }
div.DivClassName
{
background-color: #0C117C;
}
.BgClassName
{
background-color: #0C117C;
}
</style>
border-color css
<style>
span { border-color: #0C117C; }
span { border-color: rgb(12,17,124); }
td.TdClassName
{
border-color: #0C117C;
}
.TagClassName
{
border-color: #0C117C;
}
</style>