Shades of Midnight Blue #121070
Tints of Midnight Blue #121070
RGB
CMYK
RGB Variations
Color information
#121070 (or 0x121070) is known color: Midnight Blue. HEX triplet: 12, 10 and 70. RGB value is (18,16,112). Sum of RGB (Red+Green+Blue) = 18+16+112=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 112 (44.14% from 255 or 76.71% from 146); Max value from RGB is 112 - color contains mainly: blue. Hex color #121070 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121070 is #EDEF8F. Grayscale: #1B1B1B. Windows color (decimal): -15593360 or 7344146. OLE color: 7344146.
HSL color Cylindrical-coordinate representation of color #121070: hue angle of 241.25º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #121070 is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 16 | 112 | - |
| CMYK | 0.84 | 0.86 | 0 | 0.56 |
| HSL | 241.25º | 0.75% | 0.25% | - |
| HSV(B) | 241.25º | 0.86% | 0.44% | - |
| XYZ | 3.36 | 1.67 | 15.47 | - |
| YUV | 27.54 | 175.66 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 16 | 112 | 0.84 | 0.86 | 0 | 0.56 | 241.25 | 0.75 | 0.25 |
| Hex | 12 | 10 | 70 | 54 | 56 | 0 | 38 | F1 | 4B | 19 |
| Octal | 22 | 20 | 160 | 124 | 126 | 0 | 70 | 361 | 113 | 31 |
| Binary | 10010 | 10000 | 1110000 | 1010100 | 1010110 | 0 | 111000 | 11110001 | 1001011 | 11001 |
Color Harmonies of #121070
Complementary color
Monochromatic Colors of #121070
Black with #121070
Text Example
Text Example
White with #121070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121070; }
p { color: rgb(18,16,112); }
H1.HeaderClassName
{
color: #121070;
}
.AnyTagClassName
{
color: #121070;
}
</style>
background-color css
<style>
a { background-color: #121070; }
a { background-color: rgb(18,16,112); }
div.DivClassName
{
background-color: #121070;
}
.BgClassName
{
background-color: #121070;
}
</style>
border-color css
<style>
span { border-color: #121070; }
span { border-color: rgb(18,16,112); }
td.TdClassName
{
border-color: #121070;
}
.TagClassName
{
border-color: #121070;
}
</style>