Shades of Ultramarine #1216AD
Tints of Ultramarine #1216AD
RGB
CMYK
RGB Variations
Color information
#1216AD (or 0x1216AD) is known color: Ultramarine. HEX triplet: 12, 16 and AD. RGB value is (18,22,173). Sum of RGB (Red+Green+Blue) = 18+22+173=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 173 (67.97% from 255 or 81.22% from 213); Max value from RGB is 173 - color contains mainly: blue. Hex color #1216AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1216AD is #EDE952. Grayscale: #252525. Windows color (decimal): -15591763 or 11343378. OLE color: 11343378.
HSL color Cylindrical-coordinate representation of color #1216AD: hue angle of 238.45º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1216AD is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 22 | 173 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.32 |
| HSL | 238.45º | 0.81% | 0.37% | - |
| HSV(B) | 238.45º | 0.9% | 0.68% | - |
| XYZ | 8.08 | 3.72 | 39.83 | - |
| YUV | 38.02 | 204.17 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 22 | 173 | 0.90 | 0.87 | 0 | 0.32 | 238.45 | 0.81 | 0.37 |
| Hex | 12 | 16 | AD | 5A | 57 | 0 | 20 | EE | 51 | 25 |
| Octal | 22 | 26 | 255 | 132 | 127 | 0 | 40 | 356 | 121 | 45 |
| Binary | 10010 | 10110 | 10101101 | 1011010 | 1010111 | 0 | 100000 | 11101110 | 1010001 | 100101 |
Color Harmonies of #1216AD
Complementary color
Monochromatic Colors of #1216AD
Black with #1216AD
Text Example
Text Example
White with #1216AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1216AD; }
p { color: rgb(18,22,173); }
H1.HeaderClassName
{
color: #1216AD;
}
.AnyTagClassName
{
color: #1216AD;
}
</style>
background-color css
<style>
a { background-color: #1216AD; }
a { background-color: rgb(18,22,173); }
div.DivClassName
{
background-color: #1216AD;
}
.BgClassName
{
background-color: #1216AD;
}
</style>
border-color css
<style>
span { border-color: #1216AD; }
span { border-color: rgb(18,22,173); }
td.TdClassName
{
border-color: #1216AD;
}
.TagClassName
{
border-color: #1216AD;
}
</style>