Shades of Ultramarine #120F85
Tints of Ultramarine #120F85
RGB
CMYK
RGB Variations
Color information
#120F85 (or 0x120F85) is known color: Ultramarine. HEX triplet: 12, 0F and 85. RGB value is (18,15,133). Sum of RGB (Red+Green+Blue) = 18+15+133=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 133 (52.34% from 255 or 80.12% from 166); Max value from RGB is 133 - color contains mainly: blue. Hex color #120F85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120F85 is #EDF07A. Grayscale: #1C1C1C. Windows color (decimal): -15593595 or 8720146. OLE color: 8720146.
HSL color Cylindrical-coordinate representation of color #120F85: hue angle of 241.53º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #120F85 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 15 | 133 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.48 |
| HSL | 241.53º | 0.8% | 0.29% | - |
| HSV(B) | 241.53º | 0.89% | 0.52% | - |
| XYZ | 4.65 | 2.16 | 22.36 | - |
| YUV | 29.35 | 186.49 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 15 | 133 | 0.86 | 0.89 | 0 | 0.48 | 241.53 | 0.8 | 0.29 |
| Hex | 12 | F | 85 | 56 | 59 | 0 | 30 | F2 | 50 | 1D |
| Octal | 22 | 17 | 205 | 126 | 131 | 0 | 60 | 362 | 120 | 35 |
| Binary | 10010 | 1111 | 10000101 | 1010110 | 1011001 | 0 | 110000 | 11110010 | 1010000 | 11101 |
Color Harmonies of #120F85
Complementary color
Monochromatic Colors of #120F85
Black with #120F85
Text Example
Text Example
White with #120F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120F85; }
p { color: rgb(18,15,133); }
H1.HeaderClassName
{
color: #120F85;
}
.AnyTagClassName
{
color: #120F85;
}
</style>
background-color css
<style>
a { background-color: #120F85; }
a { background-color: rgb(18,15,133); }
div.DivClassName
{
background-color: #120F85;
}
.BgClassName
{
background-color: #120F85;
}
</style>
border-color css
<style>
span { border-color: #120F85; }
span { border-color: rgb(18,15,133); }
td.TdClassName
{
border-color: #120F85;
}
.TagClassName
{
border-color: #120F85;
}
</style>