Shades of Ultramarine #1216AC
Tints of Ultramarine #1216AC
RGB
CMYK
RGB Variations
Color information
#1216AC (or 0x1216AC) is known color: Ultramarine. HEX triplet: 12, 16 and AC. RGB value is (18,22,172). Sum of RGB (Red+Green+Blue) = 18+22+172=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 172 (67.58% from 255 or 81.13% from 212); Max value from RGB is 172 - color contains mainly: blue. Hex color #1216AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1216AC is #EDE953. Grayscale: #252525. Windows color (decimal): -15591764 or 11277842. OLE color: 11277842.
HSL color Cylindrical-coordinate representation of color #1216AC: hue angle of 238.44º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1216AC is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 22 | 172 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.33 |
| HSL | 238.44º | 0.81% | 0.37% | - |
| HSV(B) | 238.44º | 0.9% | 0.67% | - |
| XYZ | 7.98 | 3.68 | 39.32 | - |
| YUV | 37.9 | 203.67 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 22 | 172 | 0.90 | 0.87 | 0 | 0.33 | 238.44 | 0.81 | 0.37 |
| Hex | 12 | 16 | AC | 5A | 57 | 0 | 21 | EE | 51 | 25 |
| Octal | 22 | 26 | 254 | 132 | 127 | 0 | 41 | 356 | 121 | 45 |
| Binary | 10010 | 10110 | 10101100 | 1011010 | 1010111 | 0 | 100001 | 11101110 | 1010001 | 100101 |
Color Harmonies of #1216AC
Complementary color
Monochromatic Colors of #1216AC
Black with #1216AC
Text Example
Text Example
White with #1216AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1216AC; }
p { color: rgb(18,22,172); }
H1.HeaderClassName
{
color: #1216AC;
}
.AnyTagClassName
{
color: #1216AC;
}
</style>
background-color css
<style>
a { background-color: #1216AC; }
a { background-color: rgb(18,22,172); }
div.DivClassName
{
background-color: #1216AC;
}
.BgClassName
{
background-color: #1216AC;
}
</style>
border-color css
<style>
span { border-color: #1216AC; }
span { border-color: rgb(18,22,172); }
td.TdClassName
{
border-color: #1216AC;
}
.TagClassName
{
border-color: #1216AC;
}
</style>