Shades of Ultramarine #1511A0
Tints of Ultramarine #1511A0
RGB
CMYK
RGB Variations
Color information
#1511A0 (or 0x1511A0) is known color: Ultramarine. HEX triplet: 15, 11 and A0. RGB value is (21,17,160). Sum of RGB (Red+Green+Blue) = 21+17+160=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 160 (62.89% from 255 or 80.81% from 198); Max value from RGB is 160 - color contains mainly: blue. Hex color #1511A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1511A0 is #EAEE5F. Grayscale: #212121. Windows color (decimal): -15396448 or 10490133. OLE color: 10490133.
HSL color Cylindrical-coordinate representation of color #1511A0: hue angle of 241.68º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1511A0 is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 17 | 160 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.37 |
| HSL | 241.68º | 0.81% | 0.35% | - |
| HSV(B) | 241.68º | 0.89% | 0.63% | - |
| XYZ | 6.85 | 3.1 | 33.49 | - |
| YUV | 34.5 | 198.83 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 17 | 160 | 0.87 | 0.89 | 0 | 0.37 | 241.68 | 0.81 | 0.35 |
| Hex | 15 | 11 | A0 | 57 | 59 | 0 | 25 | F2 | 51 | 23 |
| Octal | 25 | 21 | 240 | 127 | 131 | 0 | 45 | 362 | 121 | 43 |
| Binary | 10101 | 10001 | 10100000 | 1010111 | 1011001 | 0 | 100101 | 11110010 | 1010001 | 100011 |
Color Harmonies of #1511A0
Complementary color
Monochromatic Colors of #1511A0
Black with #1511A0
Text Example
Text Example
White with #1511A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1511A0; }
p { color: rgb(21,17,160); }
H1.HeaderClassName
{
color: #1511A0;
}
.AnyTagClassName
{
color: #1511A0;
}
</style>
background-color css
<style>
a { background-color: #1511A0; }
a { background-color: rgb(21,17,160); }
div.DivClassName
{
background-color: #1511A0;
}
.BgClassName
{
background-color: #1511A0;
}
</style>
border-color css
<style>
span { border-color: #1511A0; }
span { border-color: rgb(21,17,160); }
td.TdClassName
{
border-color: #1511A0;
}
.TagClassName
{
border-color: #1511A0;
}
</style>