Shades of Ultramarine #1510AE
Tints of Ultramarine #1510AE
RGB
CMYK
RGB Variations
Color information
#1510AE (or 0x1510AE) is known color: Ultramarine. HEX triplet: 15, 10 and AE. RGB value is (21,16,174). Sum of RGB (Red+Green+Blue) = 21+16+174=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 174 (68.36% from 255 or 82.46% from 211); Max value from RGB is 174 - color contains mainly: blue. Hex color #1510AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1510AE is #EAEF51. Grayscale: #222222. Windows color (decimal): -15396690 or 11407381. OLE color: 11407381.
HSL color Cylindrical-coordinate representation of color #1510AE: hue angle of 241.9º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1510AE is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 16 | 174 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.32 |
| HSL | 241.9º | 0.83% | 0.37% | - |
| HSV(B) | 241.9º | 0.91% | 0.68% | - |
| XYZ | 8.13 | 3.59 | 40.31 | - |
| YUV | 35.51 | 206.16 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 16 | 174 | 0.88 | 0.91 | 0 | 0.32 | 241.9 | 0.83 | 0.37 |
| Hex | 15 | 10 | AE | 58 | 5B | 0 | 20 | F2 | 53 | 25 |
| Octal | 25 | 20 | 256 | 130 | 133 | 0 | 40 | 362 | 123 | 45 |
| Binary | 10101 | 10000 | 10101110 | 1011000 | 1011011 | 0 | 100000 | 11110010 | 1010011 | 100101 |
Color Harmonies of #1510AE
Complementary color
Monochromatic Colors of #1510AE
Black with #1510AE
Text Example
Text Example
White with #1510AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1510AE; }
p { color: rgb(21,16,174); }
H1.HeaderClassName
{
color: #1510AE;
}
.AnyTagClassName
{
color: #1510AE;
}
</style>
background-color css
<style>
a { background-color: #1510AE; }
a { background-color: rgb(21,16,174); }
div.DivClassName
{
background-color: #1510AE;
}
.BgClassName
{
background-color: #1510AE;
}
</style>
border-color css
<style>
span { border-color: #1510AE; }
span { border-color: rgb(21,16,174); }
td.TdClassName
{
border-color: #1510AE;
}
.TagClassName
{
border-color: #1510AE;
}
</style>