Shades of Ultramarine #120D85
Tints of Ultramarine #120D85
RGB
CMYK
RGB Variations
Color information
#120D85 (or 0x120D85) is known color: Ultramarine. HEX triplet: 12, 0D and 85. RGB value is (18,13,133). Sum of RGB (Red+Green+Blue) = 18+13+133=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 13 (5.47% from 255 or 7.93% from 164); Blue value is 133 (52.34% from 255 or 81.10% from 164); Max value from RGB is 133 - color contains mainly: blue. Hex color #120D85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120D85 is #EDF27A. Grayscale: #1B1B1B. Windows color (decimal): -15594107 or 8719634. OLE color: 8719634.
HSL color Cylindrical-coordinate representation of color #120D85: hue angle of 242.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #120D85 is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 13 | 133 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.48 |
| HSL | 242.5º | 0.82% | 0.29% | - |
| HSV(B) | 242.5º | 0.9% | 0.52% | - |
| XYZ | 4.63 | 2.11 | 22.35 | - |
| YUV | 28.18 | 187.16 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 13 | 133 | 0.86 | 0.90 | 0 | 0.48 | 242.5 | 0.82 | 0.29 |
| Hex | 12 | D | 85 | 56 | 5A | 0 | 30 | F2 | 52 | 1D |
| Octal | 22 | 15 | 205 | 126 | 132 | 0 | 60 | 362 | 122 | 35 |
| Binary | 10010 | 1101 | 10000101 | 1010110 | 1011010 | 0 | 110000 | 11110010 | 1010010 | 11101 |
Color Harmonies of #120D85
Complementary color
Monochromatic Colors of #120D85
Black with #120D85
Text Example
Text Example
White with #120D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120D85; }
p { color: rgb(18,13,133); }
H1.HeaderClassName
{
color: #120D85;
}
.AnyTagClassName
{
color: #120D85;
}
</style>
background-color css
<style>
a { background-color: #120D85; }
a { background-color: rgb(18,13,133); }
div.DivClassName
{
background-color: #120D85;
}
.BgClassName
{
background-color: #120D85;
}
</style>
border-color css
<style>
span { border-color: #120D85; }
span { border-color: rgb(18,13,133); }
td.TdClassName
{
border-color: #120D85;
}
.TagClassName
{
border-color: #120D85;
}
</style>