Shades of Ultramarine #1214AC
Tints of Ultramarine #1214AC
RGB
CMYK
RGB Variations
Color information
#1214AC (or 0x1214AC) is known color: Ultramarine. HEX triplet: 12, 14 and AC. RGB value is (18,20,172). Sum of RGB (Red+Green+Blue) = 18+20+172=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 172 (67.58% from 255 or 81.90% from 210); Max value from RGB is 172 - color contains mainly: blue. Hex color #1214AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1214AC is #EDEB53. Grayscale: #242424. Windows color (decimal): -15592276 or 11277330. OLE color: 11277330.
HSL color Cylindrical-coordinate representation of color #1214AC: hue angle of 239.22º 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 #1214AC is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 20 | 172 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.33 |
| HSL | 239.22º | 0.81% | 0.37% | - |
| HSV(B) | 239.22º | 0.9% | 0.67% | - |
| XYZ | 7.95 | 3.61 | 39.31 | - |
| YUV | 36.73 | 204.34 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 172 | 0.90 | 0.88 | 0 | 0.33 | 239.22 | 0.81 | 0.37 |
| Hex | 12 | 14 | AC | 5A | 58 | 0 | 21 | EF | 51 | 25 |
| Octal | 22 | 24 | 254 | 132 | 130 | 0 | 41 | 357 | 121 | 45 |
| Binary | 10010 | 10100 | 10101100 | 1011010 | 1011000 | 0 | 100001 | 11101111 | 1010001 | 100101 |
Color Harmonies of #1214AC
Complementary color
Monochromatic Colors of #1214AC
Black with #1214AC
Text Example
Text Example
White with #1214AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1214AC; }
p { color: rgb(18,20,172); }
H1.HeaderClassName
{
color: #1214AC;
}
.AnyTagClassName
{
color: #1214AC;
}
</style>
background-color css
<style>
a { background-color: #1214AC; }
a { background-color: rgb(18,20,172); }
div.DivClassName
{
background-color: #1214AC;
}
.BgClassName
{
background-color: #1214AC;
}
</style>
border-color css
<style>
span { border-color: #1214AC; }
span { border-color: rgb(18,20,172); }
td.TdClassName
{
border-color: #1214AC;
}
.TagClassName
{
border-color: #1214AC;
}
</style>