Shades of Ultramarine #120E7F
Tints of Ultramarine #120E7F
RGB
CMYK
RGB Variations
Color information
#120E7F (or 0x120E7F) is known color: Ultramarine. HEX triplet: 12, 0E and 7F. RGB value is (18,14,127). Sum of RGB (Red+Green+Blue) = 18+14+127=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 14 (5.86% from 255 or 8.81% from 159); Blue value is 127 (50% from 255 or 79.87% from 159); Max value from RGB is 127 - color contains mainly: blue. Hex color #120E7F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120E7F is #EDF180. Grayscale: #1B1B1B. Windows color (decimal): -15593857 or 8326674. OLE color: 8326674.
HSL color Cylindrical-coordinate representation of color #120E7F: hue angle of 242.12º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #120E7F is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 14 | 127 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.50 |
| HSL | 242.12º | 0.8% | 0.28% | - |
| HSV(B) | 242.12º | 0.89% | 0.5% | - |
| XYZ | 4.24 | 1.97 | 20.24 | - |
| YUV | 28.08 | 183.83 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 14 | 127 | 0.86 | 0.89 | 0 | 0.50 | 242.12 | 0.8 | 0.28 |
| Hex | 12 | E | 7F | 56 | 59 | 0 | 32 | F2 | 50 | 1C |
| Octal | 22 | 16 | 177 | 126 | 131 | 0 | 62 | 362 | 120 | 34 |
| Binary | 10010 | 1110 | 1111111 | 1010110 | 1011001 | 0 | 110010 | 11110010 | 1010000 | 11100 |
Color Harmonies of #120E7F
Complementary color
Monochromatic Colors of #120E7F
Black with #120E7F
Text Example
Text Example
White with #120E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120E7F; }
p { color: rgb(18,14,127); }
H1.HeaderClassName
{
color: #120E7F;
}
.AnyTagClassName
{
color: #120E7F;
}
</style>
background-color css
<style>
a { background-color: #120E7F; }
a { background-color: rgb(18,14,127); }
div.DivClassName
{
background-color: #120E7F;
}
.BgClassName
{
background-color: #120E7F;
}
</style>
border-color css
<style>
span { border-color: #120E7F; }
span { border-color: rgb(18,14,127); }
td.TdClassName
{
border-color: #120E7F;
}
.TagClassName
{
border-color: #120E7F;
}
</style>