Shades of Ultramarine #1410AC
Tints of Ultramarine #1410AC
RGB
CMYK
RGB Variations
Color information
#1410AC (or 0x1410AC) is known color: Ultramarine. HEX triplet: 14, 10 and AC. RGB value is (20,16,172). Sum of RGB (Red+Green+Blue) = 20+16+172=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 172 (67.58% from 255 or 82.69% from 208); Max value from RGB is 172 - color contains mainly: blue. Hex color #1410AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1410AC is #EBEF53. Grayscale: #222222. Windows color (decimal): -15462228 or 11276308. OLE color: 11276308.
HSL color Cylindrical-coordinate representation of color #1410AC: hue angle of 241.54º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1410AC is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 16 | 172 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.33 |
| HSL | 241.54º | 0.83% | 0.37% | - |
| HSV(B) | 241.54º | 0.91% | 0.67% | - |
| XYZ | 7.92 | 3.5 | 39.29 | - |
| YUV | 34.98 | 205.33 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 16 | 172 | 0.88 | 0.91 | 0 | 0.33 | 241.54 | 0.83 | 0.37 |
| Hex | 14 | 10 | AC | 58 | 5B | 0 | 21 | F2 | 53 | 25 |
| Octal | 24 | 20 | 254 | 130 | 133 | 0 | 41 | 362 | 123 | 45 |
| Binary | 10100 | 10000 | 10101100 | 1011000 | 1011011 | 0 | 100001 | 11110010 | 1010011 | 100101 |
Color Harmonies of #1410AC
Complementary color
Monochromatic Colors of #1410AC
Black with #1410AC
Text Example
Text Example
White with #1410AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1410AC; }
p { color: rgb(20,16,172); }
H1.HeaderClassName
{
color: #1410AC;
}
.AnyTagClassName
{
color: #1410AC;
}
</style>
background-color css
<style>
a { background-color: #1410AC; }
a { background-color: rgb(20,16,172); }
div.DivClassName
{
background-color: #1410AC;
}
.BgClassName
{
background-color: #1410AC;
}
</style>
border-color css
<style>
span { border-color: #1410AC; }
span { border-color: rgb(20,16,172); }
td.TdClassName
{
border-color: #1410AC;
}
.TagClassName
{
border-color: #1410AC;
}
</style>