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