Shades of Midnight Blue #120570
Tints of Midnight Blue #120570
RGB
CMYK
RGB Variations
Color information
#120570 (or 0x120570) is known color: Midnight Blue. HEX triplet: 12, 05 and 70. RGB value is (18,5,112). Sum of RGB (Red+Green+Blue) = 18+5+112=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 112 (44.14% from 255 or 82.96% from 135); Max value from RGB is 112 - color contains mainly: blue. Hex color #120570 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120570 is #EDFA8F. Grayscale: #141414. Windows color (decimal): -15596176 or 7341330. OLE color: 7341330.
HSL color Cylindrical-coordinate representation of color #120570: hue angle of 247.29º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #120570 is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 5 | 112 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.56 |
| HSL | 247.29º | 0.91% | 0.23% | - |
| HSV(B) | 247.29º | 0.96% | 0.44% | - |
| XYZ | 3.23 | 1.41 | 15.43 | - |
| YUV | 21.09 | 179.31 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 5 | 112 | 0.84 | 0.96 | 0 | 0.56 | 247.29 | 0.91 | 0.23 |
| Hex | 12 | 5 | 70 | 54 | 60 | 0 | 38 | F7 | 5B | 17 |
| Octal | 22 | 5 | 160 | 124 | 140 | 0 | 70 | 367 | 133 | 27 |
| Binary | 10010 | 101 | 1110000 | 1010100 | 1100000 | 0 | 111000 | 11110111 | 1011011 | 10111 |
Color Harmonies of #120570
Complementary color
Monochromatic Colors of #120570
Black with #120570
Text Example
Text Example
White with #120570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120570; }
p { color: rgb(18,5,112); }
H1.HeaderClassName
{
color: #120570;
}
.AnyTagClassName
{
color: #120570;
}
</style>
background-color css
<style>
a { background-color: #120570; }
a { background-color: rgb(18,5,112); }
div.DivClassName
{
background-color: #120570;
}
.BgClassName
{
background-color: #120570;
}
</style>
border-color css
<style>
span { border-color: #120570; }
span { border-color: rgb(18,5,112); }
td.TdClassName
{
border-color: #120570;
}
.TagClassName
{
border-color: #120570;
}
</style>