Shades of Ultramarine #1518A1
Tints of Ultramarine #1518A1
RGB
CMYK
RGB Variations
Color information
#1518A1 (or 0x1518A1) is known color: Ultramarine. HEX triplet: 15, 18 and A1. RGB value is (21,24,161). Sum of RGB (Red+Green+Blue) = 21+24+161=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 161 (63.28% from 255 or 78.16% from 206); Max value from RGB is 161 - color contains mainly: blue. Hex color #1518A1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1518A1 is #EAE75E. Grayscale: #262626. Windows color (decimal): -15394655 or 10557461. OLE color: 10557461.
HSL color Cylindrical-coordinate representation of color #1518A1: hue angle of 238.71º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1518A1 is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 24 | 161 | - |
| CMYK | 0.87 | 0.85 | 0 | 0.37 |
| HSL | 238.71º | 0.77% | 0.36% | - |
| HSV(B) | 238.71º | 0.87% | 0.63% | - |
| XYZ | 7.07 | 3.39 | 34 | - |
| YUV | 38.72 | 197.01 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 24 | 161 | 0.87 | 0.85 | 0 | 0.37 | 238.71 | 0.77 | 0.36 |
| Hex | 15 | 18 | A1 | 57 | 55 | 0 | 25 | EF | 4D | 24 |
| Octal | 25 | 30 | 241 | 127 | 125 | 0 | 45 | 357 | 115 | 44 |
| Binary | 10101 | 11000 | 10100001 | 1010111 | 1010101 | 0 | 100101 | 11101111 | 1001101 | 100100 |
Color Harmonies of #1518A1
Complementary color
Monochromatic Colors of #1518A1
Black with #1518A1
Text Example
Text Example
White with #1518A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1518A1; }
p { color: rgb(21,24,161); }
H1.HeaderClassName
{
color: #1518A1;
}
.AnyTagClassName
{
color: #1518A1;
}
</style>
background-color css
<style>
a { background-color: #1518A1; }
a { background-color: rgb(21,24,161); }
div.DivClassName
{
background-color: #1518A1;
}
.BgClassName
{
background-color: #1518A1;
}
</style>
border-color css
<style>
span { border-color: #1518A1; }
span { border-color: rgb(21,24,161); }
td.TdClassName
{
border-color: #1518A1;
}
.TagClassName
{
border-color: #1518A1;
}
</style>