Shades of Ultramarine #120A7C
Tints of Ultramarine #120A7C
RGB
CMYK
RGB Variations
Color information
#120A7C (or 0x120A7C) is known color: Ultramarine. HEX triplet: 12, 0A and 7C. RGB value is (18,10,124). Sum of RGB (Red+Green+Blue) = 18+10+124=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 10 (4.30% from 255 or 6.58% from 152); Blue value is 124 (48.83% from 255 or 81.58% from 152); Max value from RGB is 124 - color contains mainly: blue. Hex color #120A7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120A7C is #EDF583. Grayscale: #181818. Windows color (decimal): -15594884 or 8129042. OLE color: 8129042.
HSL color Cylindrical-coordinate representation of color #120A7C: hue angle of 244.21º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #120A7C is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 10 | 124 | - |
| CMYK | 0.85 | 0.92 | 0 | 0.51 |
| HSL | 244.21º | 0.85% | 0.26% | - |
| HSV(B) | 244.21º | 0.92% | 0.49% | - |
| XYZ | 4 | 1.8 | 19.21 | - |
| YUV | 25.39 | 183.65 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 10 | 124 | 0.85 | 0.92 | 0 | 0.51 | 244.21 | 0.85 | 0.26 |
| Hex | 12 | A | 7C | 55 | 5C | 0 | 33 | F4 | 55 | 1A |
| Octal | 22 | 12 | 174 | 125 | 134 | 0 | 63 | 364 | 125 | 32 |
| Binary | 10010 | 1010 | 1111100 | 1010101 | 1011100 | 0 | 110011 | 11110100 | 1010101 | 11010 |
Color Harmonies of #120A7C
Complementary color
Monochromatic Colors of #120A7C
Black with #120A7C
Text Example
Text Example
White with #120A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120A7C; }
p { color: rgb(18,10,124); }
H1.HeaderClassName
{
color: #120A7C;
}
.AnyTagClassName
{
color: #120A7C;
}
</style>
background-color css
<style>
a { background-color: #120A7C; }
a { background-color: rgb(18,10,124); }
div.DivClassName
{
background-color: #120A7C;
}
.BgClassName
{
background-color: #120A7C;
}
</style>
border-color css
<style>
span { border-color: #120A7C; }
span { border-color: rgb(18,10,124); }
td.TdClassName
{
border-color: #120A7C;
}
.TagClassName
{
border-color: #120A7C;
}
</style>