Shades of Midnight Blue #120066
Tints of Midnight Blue #120066
RGB
CMYK
RGB Variations
Color information
#120066 (or 0x120066) is known color: Midnight Blue. HEX triplet: 12, 00 and 66. RGB value is (18,0,102). Sum of RGB (Red+Green+Blue) = 18+0+102=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 102 (40.23% from 255 or 85% from 120); Max value from RGB is 102 - color contains mainly: blue. Hex color #120066 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120066 is #EDFF99. Grayscale: #101010. Windows color (decimal): -15597466 or 6684690. OLE color: 6684690.
HSL color Cylindrical-coordinate representation of color #120066: hue angle of 250.59º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120066 is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 18 | 0 | 102 | - |
| CMYK | 0.82 | 1 | 0 | 0.6 |
| HSL | 250.59º | 1% | 0.2% | - |
| HSV(B) | 250.59º | 1% | 0.4% | - |
| XYZ | 2.65 | 1.09 | 12.64 | - |
| YUV | 17.01 | 175.96 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 102 | 0.82 | 1 | 0 | 0.6 | 250.59 | 1 | 0.2 |
| Hex | 12 | 0 | 66 | 52 | 64 | 0 | 3C | FB | 64 | 14 |
| Octal | 22 | 0 | 146 | 122 | 144 | 0 | 74 | 373 | 144 | 24 |
| Binary | 10010 | 0 | 1100110 | 1010010 | 1100100 | 0 | 111100 | 11111011 | 1100100 | 10100 |
Color Harmonies of #120066
Complementary color
Monochromatic Colors of #120066
Black with #120066
Text Example
Text Example
White with #120066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120066; }
p { color: rgb(18,0,102); }
H1.HeaderClassName
{
color: #120066;
}
.AnyTagClassName
{
color: #120066;
}
</style>
background-color css
<style>
a { background-color: #120066; }
a { background-color: rgb(18,0,102); }
div.DivClassName
{
background-color: #120066;
}
.BgClassName
{
background-color: #120066;
}
</style>
border-color css
<style>
span { border-color: #120066; }
span { border-color: rgb(18,0,102); }
td.TdClassName
{
border-color: #120066;
}
.TagClassName
{
border-color: #120066;
}
</style>