Shades of Midnight Blue #12117C
Tints of Midnight Blue #12117C
RGB
CMYK
RGB Variations
Color information
#12117C (or 0x12117C) is known color: Midnight Blue. HEX triplet: 12, 11 and 7C. RGB value is (18,17,124). Sum of RGB (Red+Green+Blue) = 18+17+124=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 124 (48.83% from 255 or 77.99% from 159); Max value from RGB is 124 - color contains mainly: blue. Hex color #12117C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12117C is #EDEE83. Grayscale: #1D1D1D. Windows color (decimal): -15593092 or 8130834. OLE color: 8130834.
HSL color Cylindrical-coordinate representation of color #12117C: hue angle of 240.56º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12117C is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 17 | 124 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.51 |
| HSL | 240.56º | 0.76% | 0.28% | - |
| HSV(B) | 240.56º | 0.86% | 0.49% | - |
| XYZ | 4.09 | 1.98 | 19.24 | - |
| YUV | 29.5 | 181.33 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 17 | 124 | 0.85 | 0.86 | 0 | 0.51 | 240.56 | 0.76 | 0.28 |
| Hex | 12 | 11 | 7C | 55 | 56 | 0 | 33 | F1 | 4C | 1C |
| Octal | 22 | 21 | 174 | 125 | 126 | 0 | 63 | 361 | 114 | 34 |
| Binary | 10010 | 10001 | 1111100 | 1010101 | 1010110 | 0 | 110011 | 11110001 | 1001100 | 11100 |
Color Harmonies of #12117C
Complementary color
Monochromatic Colors of #12117C
Black with #12117C
Text Example
Text Example
White with #12117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12117C; }
p { color: rgb(18,17,124); }
H1.HeaderClassName
{
color: #12117C;
}
.AnyTagClassName
{
color: #12117C;
}
</style>
background-color css
<style>
a { background-color: #12117C; }
a { background-color: rgb(18,17,124); }
div.DivClassName
{
background-color: #12117C;
}
.BgClassName
{
background-color: #12117C;
}
</style>
border-color css
<style>
span { border-color: #12117C; }
span { border-color: rgb(18,17,124); }
td.TdClassName
{
border-color: #12117C;
}
.TagClassName
{
border-color: #12117C;
}
</style>