Shades of Midnight Blue #120064
Tints of Midnight Blue #120064
RGB
CMYK
RGB Variations
Color information
#120064 (or 0x120064) is known color: Midnight Blue. HEX triplet: 12, 00 and 64. RGB value is (18,0,100). Sum of RGB (Red+Green+Blue) = 18+0+100=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 100 (39.45% from 255 or 84.75% from 118); Max value from RGB is 100 - color contains mainly: blue. Hex color #120064 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120064 is #EDFF9B. Grayscale: #101010. Windows color (decimal): -15597468 or 6553618. OLE color: 6553618.
HSL color Cylindrical-coordinate representation of color #120064: hue angle of 250.8º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120064 is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 0 | 100 | - |
| CMYK | 0.82 | 1 | 0 | 0.61 |
| HSL | 250.8º | 1% | 0.2% | - |
| HSV(B) | 250.8º | 1% | 0.39% | - |
| XYZ | 2.55 | 1.05 | 12.12 | - |
| YUV | 16.78 | 174.96 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 100 | 0.82 | 1 | 0 | 0.61 | 250.8 | 1 | 0.2 |
| Hex | 12 | 0 | 64 | 52 | 64 | 0 | 3D | FB | 64 | 14 |
| Octal | 22 | 0 | 144 | 122 | 144 | 0 | 75 | 373 | 144 | 24 |
| Binary | 10010 | 0 | 1100100 | 1010010 | 1100100 | 0 | 111101 | 11111011 | 1100100 | 10100 |
Color Harmonies of #120064
Complementary color
Monochromatic Colors of #120064
Black with #120064
Text Example
Text Example
White with #120064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120064; }
p { color: rgb(18,0,100); }
H1.HeaderClassName
{
color: #120064;
}
.AnyTagClassName
{
color: #120064;
}
</style>
background-color css
<style>
a { background-color: #120064; }
a { background-color: rgb(18,0,100); }
div.DivClassName
{
background-color: #120064;
}
.BgClassName
{
background-color: #120064;
}
</style>
border-color css
<style>
span { border-color: #120064; }
span { border-color: rgb(18,0,100); }
td.TdClassName
{
border-color: #120064;
}
.TagClassName
{
border-color: #120064;
}
</style>