Shades of New Midnight Blue #120BAB
Tints of New Midnight Blue #120BAB
RGB
CMYK
RGB Variations
Color information
#120BAB (or 0x120BAB) is known color: New Midnight Blue. HEX triplet: 12, 0B and AB. RGB value is (18,11,171). Sum of RGB (Red+Green+Blue) = 18+11+171=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 11 (4.69% from 255 or 5.5% from 200); Blue value is 171 (67.19% from 255 or 85.5% from 200); Max value from RGB is 171 - color contains mainly: blue. Hex color #120BAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120BAB is #EDF454. Grayscale: #1E1E1E. Windows color (decimal): -15594581 or 11209490. OLE color: 11209490.
HSL color Cylindrical-coordinate representation of color #120BAB: hue angle of 242.62º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120BAB is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 11 | 171 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.33 |
| HSL | 242.63º | 0.88% | 0.36% | - |
| HSV(B) | 242.63º | 0.94% | 0.67% | - |
| XYZ | 7.72 | 3.31 | 38.76 | - |
| YUV | 31.33 | 206.82 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 11 | 171 | 0.89 | 0.94 | 0 | 0.33 | 242.63 | 0.88 | 0.36 |
| Hex | 12 | B | AB | 59 | 5E | 0 | 21 | F3 | 58 | 24 |
| Octal | 22 | 13 | 253 | 131 | 136 | 0 | 41 | 363 | 130 | 44 |
| Binary | 10010 | 1011 | 10101011 | 1011001 | 1011110 | 0 | 100001 | 11110011 | 1011000 | 100100 |
Color Harmonies of #120BAB
Complementary color
Monochromatic Colors of #120BAB
Black with #120BAB
Text Example
Text Example
White with #120BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120BAB; }
p { color: rgb(18,11,171); }
H1.HeaderClassName
{
color: #120BAB;
}
.AnyTagClassName
{
color: #120BAB;
}
</style>
background-color css
<style>
a { background-color: #120BAB; }
a { background-color: rgb(18,11,171); }
div.DivClassName
{
background-color: #120BAB;
}
.BgClassName
{
background-color: #120BAB;
}
</style>
border-color css
<style>
span { border-color: #120BAB; }
span { border-color: rgb(18,11,171); }
td.TdClassName
{
border-color: #120BAB;
}
.TagClassName
{
border-color: #120BAB;
}
</style>