Shades of Ultramarine #1510AC
Tints of Ultramarine #1510AC
RGB
CMYK
RGB Variations
Color information
#1510AC (or 0x1510AC) is known color: Ultramarine. HEX triplet: 15, 10 and AC. RGB value is (21,16,172). Sum of RGB (Red+Green+Blue) = 21+16+172=209 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.05% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 172 (67.58% from 255 or 82.30% from 209); Max value from RGB is 172 - color contains mainly: blue. Hex color #1510AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1510AC is #EAEF53. Grayscale: #222222. Windows color (decimal): -15396692 or 11276309. OLE color: 11276309.
HSL color Cylindrical-coordinate representation of color #1510AC: hue angle of 241.92º 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 #1510AC is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 16 | 172 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.33 |
| HSL | 241.92º | 0.83% | 0.37% | - |
| HSV(B) | 241.92º | 0.91% | 0.67% | - |
| XYZ | 7.94 | 3.51 | 39.29 | - |
| YUV | 35.28 | 205.16 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 16 | 172 | 0.88 | 0.91 | 0 | 0.33 | 241.92 | 0.83 | 0.37 |
| Hex | 15 | 10 | AC | 58 | 5B | 0 | 21 | F2 | 53 | 25 |
| Octal | 25 | 20 | 254 | 130 | 133 | 0 | 41 | 362 | 123 | 45 |
| Binary | 10101 | 10000 | 10101100 | 1011000 | 1011011 | 0 | 100001 | 11110010 | 1010011 | 100101 |
Color Harmonies of #1510AC
Complementary color
Monochromatic Colors of #1510AC
Black with #1510AC
Text Example
Text Example
White with #1510AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1510AC; }
p { color: rgb(21,16,172); }
H1.HeaderClassName
{
color: #1510AC;
}
.AnyTagClassName
{
color: #1510AC;
}
</style>
background-color css
<style>
a { background-color: #1510AC; }
a { background-color: rgb(21,16,172); }
div.DivClassName
{
background-color: #1510AC;
}
.BgClassName
{
background-color: #1510AC;
}
</style>
border-color css
<style>
span { border-color: #1510AC; }
span { border-color: rgb(21,16,172); }
td.TdClassName
{
border-color: #1510AC;
}
.TagClassName
{
border-color: #1510AC;
}
</style>