Shades of Midnight Blue #120B64
Tints of Midnight Blue #120B64
RGB
CMYK
RGB Variations
Color information
#120B64 (or 0x120B64) is known color: Midnight Blue. HEX triplet: 12, 0B and 64. RGB value is (18,11,100). Sum of RGB (Red+Green+Blue) = 18+11+100=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 11 (4.69% from 255 or 8.53% from 129); Blue value is 100 (39.45% from 255 or 77.52% from 129); Max value from RGB is 100 - color contains mainly: blue. Hex color #120B64 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120B64 is #EDF49B. Grayscale: #161616. Windows color (decimal): -15594652 or 6556434. OLE color: 6556434.
HSL color Cylindrical-coordinate representation of color #120B64: hue angle of 244.72º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #120B64 is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 11 | 100 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.61 |
| HSL | 244.72º | 0.8% | 0.22% | - |
| HSV(B) | 244.72º | 0.89% | 0.39% | - |
| XYZ | 2.67 | 1.29 | 12.16 | - |
| YUV | 23.24 | 171.32 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 11 | 100 | 0.82 | 0.89 | 0 | 0.61 | 244.72 | 0.8 | 0.22 |
| Hex | 12 | B | 64 | 52 | 59 | 0 | 3D | F5 | 50 | 16 |
| Octal | 22 | 13 | 144 | 122 | 131 | 0 | 75 | 365 | 120 | 26 |
| Binary | 10010 | 1011 | 1100100 | 1010010 | 1011001 | 0 | 111101 | 11110101 | 1010000 | 10110 |
Color Harmonies of #120B64
Complementary color
Monochromatic Colors of #120B64
Black with #120B64
Text Example
Text Example
White with #120B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120B64; }
p { color: rgb(18,11,100); }
H1.HeaderClassName
{
color: #120B64;
}
.AnyTagClassName
{
color: #120B64;
}
</style>
background-color css
<style>
a { background-color: #120B64; }
a { background-color: rgb(18,11,100); }
div.DivClassName
{
background-color: #120B64;
}
.BgClassName
{
background-color: #120B64;
}
</style>
border-color css
<style>
span { border-color: #120B64; }
span { border-color: rgb(18,11,100); }
td.TdClassName
{
border-color: #120B64;
}
.TagClassName
{
border-color: #120B64;
}
</style>