Shades of Midnight Blue #120052
Tints of Midnight Blue #120052
RGB
CMYK
RGB Variations
Color information
#120052 (or 0x120052) is known color: Midnight Blue. HEX triplet: 12, 00 and 52. RGB value is (18,0,82). Sum of RGB (Red+Green+Blue) = 18+0+82=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 82 (32.42% from 255 or 82% from 100); Max value from RGB is 82 - color contains mainly: blue. Hex color #120052 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120052 is #EDFFAD. Grayscale: #0E0E0E. Windows color (decimal): -15597486 or 5373970. OLE color: 5373970.
HSL color Cylindrical-coordinate representation of color #120052: hue angle of 253.17º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120052 is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 0 | 82 | - |
| CMYK | 0.78 | 1 | 0 | 0.68 |
| HSL | 253.17º | 1% | 0.16% | - |
| HSV(B) | 253.17º | 1% | 0.32% | - |
| XYZ | 1.77 | 0.74 | 8.03 | - |
| YUV | 14.73 | 165.96 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 82 | 0.78 | 1 | 0 | 0.68 | 253.17 | 1 | 0.16 |
| Hex | 12 | 0 | 52 | 4E | 64 | 0 | 44 | FD | 64 | 10 |
| Octal | 22 | 0 | 122 | 116 | 144 | 0 | 104 | 375 | 144 | 20 |
| Binary | 10010 | 0 | 1010010 | 1001110 | 1100100 | 0 | 1000100 | 11111101 | 1100100 | 10000 |
Color Harmonies of #120052
Complementary color
Monochromatic Colors of #120052
Black with #120052
Text Example
Text Example
White with #120052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120052; }
p { color: rgb(18,0,82); }
H1.HeaderClassName
{
color: #120052;
}
.AnyTagClassName
{
color: #120052;
}
</style>
background-color css
<style>
a { background-color: #120052; }
a { background-color: rgb(18,0,82); }
div.DivClassName
{
background-color: #120052;
}
.BgClassName
{
background-color: #120052;
}
</style>
border-color css
<style>
span { border-color: #120052; }
span { border-color: rgb(18,0,82); }
td.TdClassName
{
border-color: #120052;
}
.TagClassName
{
border-color: #120052;
}
</style>