Shades of Midnight Blue #120D70
Tints of Midnight Blue #120D70
RGB
CMYK
RGB Variations
Color information
#120D70 (or 0x120D70) is known color: Midnight Blue. HEX triplet: 12, 0D and 70. RGB value is (18,13,112). Sum of RGB (Red+Green+Blue) = 18+13+112=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 13 (5.47% from 255 or 9.09% from 143); Blue value is 112 (44.14% from 255 or 78.32% from 143); Max value from RGB is 112 - color contains mainly: blue. Hex color #120D70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120D70 is #EDF28F. Grayscale: #191919. Windows color (decimal): -15594128 or 7343378. OLE color: 7343378.
HSL color Cylindrical-coordinate representation of color #120D70: hue angle of 243.03º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #120D70 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 13 | 112 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.56 |
| HSL | 243.03º | 0.79% | 0.25% | - |
| HSV(B) | 243.03º | 0.88% | 0.44% | - |
| XYZ | 3.32 | 1.59 | 15.46 | - |
| YUV | 25.78 | 176.66 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 13 | 112 | 0.84 | 0.88 | 0 | 0.56 | 243.03 | 0.79 | 0.25 |
| Hex | 12 | D | 70 | 54 | 58 | 0 | 38 | F3 | 4F | 19 |
| Octal | 22 | 15 | 160 | 124 | 130 | 0 | 70 | 363 | 117 | 31 |
| Binary | 10010 | 1101 | 1110000 | 1010100 | 1011000 | 0 | 111000 | 11110011 | 1001111 | 11001 |
Color Harmonies of #120D70
Complementary color
Monochromatic Colors of #120D70
Black with #120D70
Text Example
Text Example
White with #120D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120D70; }
p { color: rgb(18,13,112); }
H1.HeaderClassName
{
color: #120D70;
}
.AnyTagClassName
{
color: #120D70;
}
</style>
background-color css
<style>
a { background-color: #120D70; }
a { background-color: rgb(18,13,112); }
div.DivClassName
{
background-color: #120D70;
}
.BgClassName
{
background-color: #120D70;
}
</style>
border-color css
<style>
span { border-color: #120D70; }
span { border-color: rgb(18,13,112); }
td.TdClassName
{
border-color: #120D70;
}
.TagClassName
{
border-color: #120D70;
}
</style>