Shades of Ultramarine #120680
Tints of Ultramarine #120680
RGB
CMYK
RGB Variations
Color information
#120680 (or 0x120680) is known color: Ultramarine. HEX triplet: 12, 06 and 80. RGB value is (18,6,128). Sum of RGB (Red+Green+Blue) = 18+6+128=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 128 (50.39% from 255 or 84.21% from 152); Max value from RGB is 128 - color contains mainly: blue. Hex color #120680 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120680 is #EDF97F. Grayscale: #171717. Windows color (decimal): -15595904 or 8390162. OLE color: 8390162.
HSL color Cylindrical-coordinate representation of color #120680: hue angle of 245.9º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120680 is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 6 | 128 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.50 |
| HSL | 245.9º | 0.91% | 0.26% | - |
| HSV(B) | 245.9º | 0.95% | 0.5% | - |
| XYZ | 4.21 | 1.82 | 20.55 | - |
| YUV | 23.5 | 186.98 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 6 | 128 | 0.86 | 0.95 | 0 | 0.50 | 245.9 | 0.91 | 0.26 |
| Hex | 12 | 6 | 80 | 56 | 5F | 0 | 32 | F6 | 5B | 1A |
| Octal | 22 | 6 | 200 | 126 | 137 | 0 | 62 | 366 | 133 | 32 |
| Binary | 10010 | 110 | 10000000 | 1010110 | 1011111 | 0 | 110010 | 11110110 | 1011011 | 11010 |
Color Harmonies of #120680
Complementary color
Monochromatic Colors of #120680
Black with #120680
Text Example
Text Example
White with #120680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120680; }
p { color: rgb(18,6,128); }
H1.HeaderClassName
{
color: #120680;
}
.AnyTagClassName
{
color: #120680;
}
</style>
background-color css
<style>
a { background-color: #120680; }
a { background-color: rgb(18,6,128); }
div.DivClassName
{
background-color: #120680;
}
.BgClassName
{
background-color: #120680;
}
</style>
border-color css
<style>
span { border-color: #120680; }
span { border-color: rgb(18,6,128); }
td.TdClassName
{
border-color: #120680;
}
.TagClassName
{
border-color: #120680;
}
</style>