Shades of Ultramarine #1615A0
Tints of Ultramarine #1615A0
RGB
CMYK
RGB Variations
Color information
#1615A0 (or 0x1615A0) is known color: Ultramarine. HEX triplet: 16, 15 and A0. RGB value is (22,21,160). Sum of RGB (Red+Green+Blue) = 22+21+160=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 160 (62.89% from 255 or 78.82% from 203); Max value from RGB is 160 - color contains mainly: blue. Hex color #1615A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1615A0 is #E9EA5F. Grayscale: #242424. Windows color (decimal): -15329888 or 10491158. OLE color: 10491158.
HSL color Cylindrical-coordinate representation of color #1615A0: hue angle of 240.43º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1615A0 is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 22 | 21 | 160 | - |
| CMYK | 0.86 | 0.87 | 0 | 0.37 |
| HSL | 240.43º | 0.77% | 0.35% | - |
| HSV(B) | 240.43º | 0.87% | 0.63% | - |
| XYZ | 6.94 | 3.24 | 33.52 | - |
| YUV | 37.15 | 197.33 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 21 | 160 | 0.86 | 0.87 | 0 | 0.37 | 240.43 | 0.77 | 0.35 |
| Hex | 16 | 15 | A0 | 56 | 57 | 0 | 25 | F0 | 4D | 23 |
| Octal | 26 | 25 | 240 | 126 | 127 | 0 | 45 | 360 | 115 | 43 |
| Binary | 10110 | 10101 | 10100000 | 1010110 | 1010111 | 0 | 100101 | 11110000 | 1001101 | 100011 |
Color Harmonies of #1615A0
Complementary color
Monochromatic Colors of #1615A0
Black with #1615A0
Text Example
Text Example
White with #1615A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1615A0; }
p { color: rgb(22,21,160); }
H1.HeaderClassName
{
color: #1615A0;
}
.AnyTagClassName
{
color: #1615A0;
}
</style>
background-color css
<style>
a { background-color: #1615A0; }
a { background-color: rgb(22,21,160); }
div.DivClassName
{
background-color: #1615A0;
}
.BgClassName
{
background-color: #1615A0;
}
</style>
border-color css
<style>
span { border-color: #1615A0; }
span { border-color: rgb(22,21,160); }
td.TdClassName
{
border-color: #1615A0;
}
.TagClassName
{
border-color: #1615A0;
}
</style>