Shades of Midnight Blue #120C63
Tints of Midnight Blue #120C63
RGB
CMYK
RGB Variations
Color information
#120C63 (or 0x120C63) is known color: Midnight Blue. HEX triplet: 12, 0C and 63. RGB value is (18,12,99). Sum of RGB (Red+Green+Blue) = 18+12+99=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 12 (5.08% from 255 or 9.30% from 129); Blue value is 99 (39.06% from 255 or 76.74% from 129); Max value from RGB is 99 - color contains mainly: blue. Hex color #120C63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120C63 is #EDF39C. Grayscale: #171717. Windows color (decimal): -15594397 or 6491154. OLE color: 6491154.
HSL color Cylindrical-coordinate representation of color #120C63: hue angle of 244.14º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #120C63 is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 12 | 99 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.61 |
| HSL | 244.14º | 0.78% | 0.22% | - |
| HSV(B) | 244.14º | 0.88% | 0.39% | - |
| XYZ | 2.63 | 1.29 | 11.92 | - |
| YUV | 23.71 | 170.49 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 12 | 99 | 0.82 | 0.88 | 0 | 0.61 | 244.14 | 0.78 | 0.22 |
| Hex | 12 | C | 63 | 52 | 58 | 0 | 3D | F4 | 4E | 16 |
| Octal | 22 | 14 | 143 | 122 | 130 | 0 | 75 | 364 | 116 | 26 |
| Binary | 10010 | 1100 | 1100011 | 1010010 | 1011000 | 0 | 111101 | 11110100 | 1001110 | 10110 |
Color Harmonies of #120C63
Complementary color
Monochromatic Colors of #120C63
Black with #120C63
Text Example
Text Example
White with #120C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120C63; }
p { color: rgb(18,12,99); }
H1.HeaderClassName
{
color: #120C63;
}
.AnyTagClassName
{
color: #120C63;
}
</style>
background-color css
<style>
a { background-color: #120C63; }
a { background-color: rgb(18,12,99); }
div.DivClassName
{
background-color: #120C63;
}
.BgClassName
{
background-color: #120C63;
}
</style>
border-color css
<style>
span { border-color: #120C63; }
span { border-color: rgb(18,12,99); }
td.TdClassName
{
border-color: #120C63;
}
.TagClassName
{
border-color: #120C63;
}
</style>