Shades of Ultramarine #1A0AAB
Tints of Ultramarine #1A0AAB
RGB
CMYK
RGB Variations
Color information
#1A0AAB (or 0x1A0AAB) is known color: Ultramarine. HEX triplet: 1A, 0A and AB. RGB value is (26,10,171). Sum of RGB (Red+Green+Blue) = 26+10+171=207 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.56% from 207); Green value is 10 (4.30% from 255 or 4.83% from 207); Blue value is 171 (67.19% from 255 or 82.61% from 207); Max value from RGB is 171 - color contains mainly: blue. Hex color #1A0AAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0AAB is #E5F554. Grayscale: #202020. Windows color (decimal): -15070549 or 11209242. OLE color: 11209242.
HSL color Cylindrical-coordinate representation of color #1A0AAB: hue angle of 245.96º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A0AAB is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 10 | 171 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.33 |
| HSL | 245.96º | 0.89% | 0.35% | - |
| HSV(B) | 245.96º | 0.94% | 0.67% | - |
| XYZ | 7.89 | 3.38 | 38.76 | - |
| YUV | 33.14 | 205.8 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 10 | 171 | 0.85 | 0.94 | 0 | 0.33 | 245.96 | 0.89 | 0.35 |
| Hex | 1A | A | AB | 55 | 5E | 0 | 21 | F6 | 59 | 23 |
| Octal | 32 | 12 | 253 | 125 | 136 | 0 | 41 | 366 | 131 | 43 |
| Binary | 11010 | 1010 | 10101011 | 1010101 | 1011110 | 0 | 100001 | 11110110 | 1011001 | 100011 |
Color Harmonies of #1A0AAB
Complementary color
Monochromatic Colors of #1A0AAB
Black with #1A0AAB
Text Example
Text Example
White with #1A0AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0AAB; }
p { color: rgb(26,10,171); }
H1.HeaderClassName
{
color: #1A0AAB;
}
.AnyTagClassName
{
color: #1A0AAB;
}
</style>
background-color css
<style>
a { background-color: #1A0AAB; }
a { background-color: rgb(26,10,171); }
div.DivClassName
{
background-color: #1A0AAB;
}
.BgClassName
{
background-color: #1A0AAB;
}
</style>
border-color css
<style>
span { border-color: #1A0AAB; }
span { border-color: rgb(26,10,171); }
td.TdClassName
{
border-color: #1A0AAB;
}
.TagClassName
{
border-color: #1A0AAB;
}
</style>