Shades of Midnight Blue #120A5A
Tints of Midnight Blue #120A5A
RGB
CMYK
RGB Variations
Color information
#120A5A (or 0x120A5A) is known color: Midnight Blue. HEX triplet: 12, 0A and 5A. RGB value is (18,10,90). Sum of RGB (Red+Green+Blue) = 18+10+90=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 10 (4.30% from 255 or 8.47% from 118); Blue value is 90 (35.55% from 255 or 76.27% from 118); Max value from RGB is 90 - color contains mainly: blue. Hex color #120A5A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120A5A is #EDF5A5. Grayscale: #151515. Windows color (decimal): -15594918 or 5900818. OLE color: 5900818.
HSL color Cylindrical-coordinate representation of color #120A5A: hue angle of 246º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #120A5A is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 10 | 90 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.65 |
| HSL | 246º | 0.8% | 0.2% | - |
| HSV(B) | 246º | 0.89% | 0.35% | - |
| XYZ | 2.2 | 1.08 | 9.77 | - |
| YUV | 21.51 | 166.65 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 10 | 90 | 0.80 | 0.89 | 0 | 0.65 | 246 | 0.8 | 0.2 |
| Hex | 12 | A | 5A | 50 | 59 | 0 | 41 | F6 | 50 | 14 |
| Octal | 22 | 12 | 132 | 120 | 131 | 0 | 101 | 366 | 120 | 24 |
| Binary | 10010 | 1010 | 1011010 | 1010000 | 1011001 | 0 | 1000001 | 11110110 | 1010000 | 10100 |
Color Harmonies of #120A5A
Complementary color
Monochromatic Colors of #120A5A
Black with #120A5A
Text Example
Text Example
White with #120A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120A5A; }
p { color: rgb(18,10,90); }
H1.HeaderClassName
{
color: #120A5A;
}
.AnyTagClassName
{
color: #120A5A;
}
</style>
background-color css
<style>
a { background-color: #120A5A; }
a { background-color: rgb(18,10,90); }
div.DivClassName
{
background-color: #120A5A;
}
.BgClassName
{
background-color: #120A5A;
}
</style>
border-color css
<style>
span { border-color: #120A5A; }
span { border-color: rgb(18,10,90); }
td.TdClassName
{
border-color: #120A5A;
}
.TagClassName
{
border-color: #120A5A;
}
</style>