Shades of Midnight Blue #120166
Tints of Midnight Blue #120166
RGB
CMYK
RGB Variations
Color information
#120166 (or 0x120166) is known color: Midnight Blue. HEX triplet: 12, 01 and 66. RGB value is (18,1,102). Sum of RGB (Red+Green+Blue) = 18+1+102=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 102 (40.23% from 255 or 84.30% from 121); Max value from RGB is 102 - color contains mainly: blue. Hex color #120166 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120166 is #EDFE99. Grayscale: #111111. Windows color (decimal): -15597210 or 6684946. OLE color: 6684946.
HSL color Cylindrical-coordinate representation of color #120166: hue angle of 250.1º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #120166 is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 18 | 1 | 102 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.6 |
| HSL | 250.1º | 0.98% | 0.2% | - |
| HSV(B) | 250.1º | 0.99% | 0.4% | - |
| XYZ | 2.66 | 1.11 | 12.64 | - |
| YUV | 17.6 | 175.63 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 102 | 0.82 | 0.99 | 0 | 0.6 | 250.1 | 0.98 | 0.2 |
| Hex | 12 | 1 | 66 | 52 | 63 | 0 | 3C | FA | 62 | 14 |
| Octal | 22 | 1 | 146 | 122 | 143 | 0 | 74 | 372 | 142 | 24 |
| Binary | 10010 | 1 | 1100110 | 1010010 | 1100011 | 0 | 111100 | 11111010 | 1100010 | 10100 |
Color Harmonies of #120166
Complementary color
Monochromatic Colors of #120166
Black with #120166
Text Example
Text Example
White with #120166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120166; }
p { color: rgb(18,1,102); }
H1.HeaderClassName
{
color: #120166;
}
.AnyTagClassName
{
color: #120166;
}
</style>
background-color css
<style>
a { background-color: #120166; }
a { background-color: rgb(18,1,102); }
div.DivClassName
{
background-color: #120166;
}
.BgClassName
{
background-color: #120166;
}
</style>
border-color css
<style>
span { border-color: #120166; }
span { border-color: rgb(18,1,102); }
td.TdClassName
{
border-color: #120166;
}
.TagClassName
{
border-color: #120166;
}
</style>