Shades of Ultramarine #1A0AAA
Tints of Ultramarine #1A0AAA
RGB
CMYK
RGB Variations
Color information
#1A0AAA (or 0x1A0AAA) is known color: Ultramarine. HEX triplet: 1A, 0A and AA. RGB value is (26,10,170). Sum of RGB (Red+Green+Blue) = 26+10+170=206 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.62% from 206); Green value is 10 (4.30% from 255 or 4.85% from 206); Blue value is 170 (66.80% from 255 or 82.52% from 206); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A0AAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0AAA is #E5F555. Grayscale: #202020. Windows color (decimal): -15070550 or 11143706. OLE color: 11143706.
HSL color Cylindrical-coordinate representation of color #1A0AAA: hue angle of 246º 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 #1A0AAA is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 10 | 170 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.33 |
| HSL | 246º | 0.89% | 0.35% | - |
| HSV(B) | 246º | 0.94% | 0.67% | - |
| XYZ | 7.79 | 3.34 | 38.26 | - |
| YUV | 33.02 | 205.3 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 10 | 170 | 0.85 | 0.94 | 0 | 0.33 | 246 | 0.89 | 0.35 |
| Hex | 1A | A | AA | 55 | 5E | 0 | 21 | F6 | 59 | 23 |
| Octal | 32 | 12 | 252 | 125 | 136 | 0 | 41 | 366 | 131 | 43 |
| Binary | 11010 | 1010 | 10101010 | 1010101 | 1011110 | 0 | 100001 | 11110110 | 1011001 | 100011 |
Color Harmonies of #1A0AAA
Complementary color
Monochromatic Colors of #1A0AAA
Black with #1A0AAA
Text Example
Text Example
White with #1A0AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0AAA; }
p { color: rgb(26,10,170); }
H1.HeaderClassName
{
color: #1A0AAA;
}
.AnyTagClassName
{
color: #1A0AAA;
}
</style>
background-color css
<style>
a { background-color: #1A0AAA; }
a { background-color: rgb(26,10,170); }
div.DivClassName
{
background-color: #1A0AAA;
}
.BgClassName
{
background-color: #1A0AAA;
}
</style>
border-color css
<style>
span { border-color: #1A0AAA; }
span { border-color: rgb(26,10,170); }
td.TdClassName
{
border-color: #1A0AAA;
}
.TagClassName
{
border-color: #1A0AAA;
}
</style>