Shades of Ultramarine #1A03AA
Tints of Ultramarine #1A03AA
RGB
CMYK
RGB Variations
Color information
#1A03AA (or 0x1A03AA) is known color: Ultramarine. HEX triplet: 1A, 03 and AA. RGB value is (26,3,170). Sum of RGB (Red+Green+Blue) = 26+3+170=199 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.07% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 170 (66.80% from 255 or 85.43% from 199); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A03AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A03AA is #E5FC55. Grayscale: #1C1C1C. Windows color (decimal): -15072342 or 11141914. OLE color: 11141914.
HSL color Cylindrical-coordinate representation of color #1A03AA: hue angle of 248.26º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A03AA is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 3 | 170 | - |
| CMYK | 0.85 | 0.98 | 0 | 0.33 |
| HSL | 248.26º | 0.97% | 0.34% | - |
| HSV(B) | 248.26º | 0.98% | 0.67% | - |
| XYZ | 7.71 | 3.19 | 38.24 | - |
| YUV | 28.92 | 207.62 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 3 | 170 | 0.85 | 0.98 | 0 | 0.33 | 248.26 | 0.97 | 0.34 |
| Hex | 1A | 3 | AA | 55 | 62 | 0 | 21 | F8 | 61 | 22 |
| Octal | 32 | 3 | 252 | 125 | 142 | 0 | 41 | 370 | 141 | 42 |
| Binary | 11010 | 11 | 10101010 | 1010101 | 1100010 | 0 | 100001 | 11111000 | 1100001 | 100010 |
Color Harmonies of #1A03AA
Complementary color
Monochromatic Colors of #1A03AA
Black with #1A03AA
Text Example
Text Example
White with #1A03AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A03AA; }
p { color: rgb(26,3,170); }
H1.HeaderClassName
{
color: #1A03AA;
}
.AnyTagClassName
{
color: #1A03AA;
}
</style>
background-color css
<style>
a { background-color: #1A03AA; }
a { background-color: rgb(26,3,170); }
div.DivClassName
{
background-color: #1A03AA;
}
.BgClassName
{
background-color: #1A03AA;
}
</style>
border-color css
<style>
span { border-color: #1A03AA; }
span { border-color: rgb(26,3,170); }
td.TdClassName
{
border-color: #1A03AA;
}
.TagClassName
{
border-color: #1A03AA;
}
</style>