Shades of Ultramarine #1519AB
Tints of Ultramarine #1519AB
RGB
CMYK
RGB Variations
Color information
#1519AB (or 0x1519AB) is known color: Ultramarine. HEX triplet: 15, 19 and AB. RGB value is (21,25,171). Sum of RGB (Red+Green+Blue) = 21+25+171=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 171 (67.19% from 255 or 78.80% from 217); Max value from RGB is 171 - color contains mainly: blue. Hex color #1519AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1519AB is #EAE654. Grayscale: #272727. Windows color (decimal): -15394389 or 11213077. OLE color: 11213077.
HSL color Cylindrical-coordinate representation of color #1519AB: hue angle of 238.4º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1519AB is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 25 | 171 | - |
| CMYK | 0.88 | 0.85 | 0 | 0.33 |
| HSL | 238.4º | 0.78% | 0.38% | - |
| HSV(B) | 238.4º | 0.88% | 0.67% | - |
| XYZ | 8.01 | 3.79 | 38.84 | - |
| YUV | 40.45 | 201.67 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 25 | 171 | 0.88 | 0.85 | 0 | 0.33 | 238.4 | 0.78 | 0.38 |
| Hex | 15 | 19 | AB | 58 | 55 | 0 | 21 | EE | 4E | 26 |
| Octal | 25 | 31 | 253 | 130 | 125 | 0 | 41 | 356 | 116 | 46 |
| Binary | 10101 | 11001 | 10101011 | 1011000 | 1010101 | 0 | 100001 | 11101110 | 1001110 | 100110 |
Color Harmonies of #1519AB
Complementary color
Monochromatic Colors of #1519AB
Black with #1519AB
Text Example
Text Example
White with #1519AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1519AB; }
p { color: rgb(21,25,171); }
H1.HeaderClassName
{
color: #1519AB;
}
.AnyTagClassName
{
color: #1519AB;
}
</style>
background-color css
<style>
a { background-color: #1519AB; }
a { background-color: rgb(21,25,171); }
div.DivClassName
{
background-color: #1519AB;
}
.BgClassName
{
background-color: #1519AB;
}
</style>
border-color css
<style>
span { border-color: #1519AB; }
span { border-color: rgb(21,25,171); }
td.TdClassName
{
border-color: #1519AB;
}
.TagClassName
{
border-color: #1519AB;
}
</style>