Shades of Ultramarine #1A15A0
Tints of Ultramarine #1A15A0
RGB
CMYK
RGB Variations
Color information
#1A15A0 (or 0x1A15A0) is known color: Ultramarine. HEX triplet: 1A, 15 and A0. RGB value is (26,21,160). Sum of RGB (Red+Green+Blue) = 26+21+160=207 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.56% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 160 (62.89% from 255 or 77.29% from 207); Max value from RGB is 160 - color contains mainly: blue. Hex color #1A15A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A15A0 is #E5EA5F. Grayscale: #252525. Windows color (decimal): -15067744 or 10491162. OLE color: 10491162.
HSL color Cylindrical-coordinate representation of color #1A15A0: hue angle of 242.16º 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 #1A15A0 is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 26 | 21 | 160 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.37 |
| HSL | 242.16º | 0.77% | 0.35% | - |
| HSV(B) | 242.16º | 0.87% | 0.63% | - |
| XYZ | 7.04 | 3.29 | 33.52 | - |
| YUV | 38.34 | 196.66 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 21 | 160 | 0.84 | 0.87 | 0 | 0.37 | 242.16 | 0.77 | 0.35 |
| Hex | 1A | 15 | A0 | 54 | 57 | 0 | 25 | F2 | 4D | 23 |
| Octal | 32 | 25 | 240 | 124 | 127 | 0 | 45 | 362 | 115 | 43 |
| Binary | 11010 | 10101 | 10100000 | 1010100 | 1010111 | 0 | 100101 | 11110010 | 1001101 | 100011 |
Color Harmonies of #1A15A0
Complementary color
Monochromatic Colors of #1A15A0
Black with #1A15A0
Text Example
Text Example
White with #1A15A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A15A0; }
p { color: rgb(26,21,160); }
H1.HeaderClassName
{
color: #1A15A0;
}
.AnyTagClassName
{
color: #1A15A0;
}
</style>
background-color css
<style>
a { background-color: #1A15A0; }
a { background-color: rgb(26,21,160); }
div.DivClassName
{
background-color: #1A15A0;
}
.BgClassName
{
background-color: #1A15A0;
}
</style>
border-color css
<style>
span { border-color: #1A15A0; }
span { border-color: rgb(26,21,160); }
td.TdClassName
{
border-color: #1A15A0;
}
.TagClassName
{
border-color: #1A15A0;
}
</style>