Shades of Midnight Blue #120366
Tints of Midnight Blue #120366
RGB
CMYK
RGB Variations
Color information
#120366 (or 0x120366) is known color: Midnight Blue. HEX triplet: 12, 03 and 66. RGB value is (18,3,102). Sum of RGB (Red+Green+Blue) = 18+3+102=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 102 (40.23% from 255 or 82.93% from 123); Max value from RGB is 102 - color contains mainly: blue. Hex color #120366 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120366 is #EDFC99. Grayscale: #121212. Windows color (decimal): -15596698 or 6685458. OLE color: 6685458.
HSL color Cylindrical-coordinate representation of color #120366: hue angle of 249.09º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #120366 is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 18 | 3 | 102 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.6 |
| HSL | 249.09º | 0.94% | 0.21% | - |
| HSV(B) | 249.09º | 0.97% | 0.4% | - |
| XYZ | 2.68 | 1.15 | 12.65 | - |
| YUV | 18.77 | 174.97 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 3 | 102 | 0.82 | 0.97 | 0 | 0.6 | 249.09 | 0.94 | 0.21 |
| Hex | 12 | 3 | 66 | 52 | 61 | 0 | 3C | F9 | 5E | 15 |
| Octal | 22 | 3 | 146 | 122 | 141 | 0 | 74 | 371 | 136 | 25 |
| Binary | 10010 | 11 | 1100110 | 1010010 | 1100001 | 0 | 111100 | 11111001 | 1011110 | 10101 |
Color Harmonies of #120366
Complementary color
Monochromatic Colors of #120366
Black with #120366
Text Example
Text Example
White with #120366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120366; }
p { color: rgb(18,3,102); }
H1.HeaderClassName
{
color: #120366;
}
.AnyTagClassName
{
color: #120366;
}
</style>
background-color css
<style>
a { background-color: #120366; }
a { background-color: rgb(18,3,102); }
div.DivClassName
{
background-color: #120366;
}
.BgClassName
{
background-color: #120366;
}
</style>
border-color css
<style>
span { border-color: #120366; }
span { border-color: rgb(18,3,102); }
td.TdClassName
{
border-color: #120366;
}
.TagClassName
{
border-color: #120366;
}
</style>