Shades of Ultramarine #1A02AA
Tints of Ultramarine #1A02AA
RGB
CMYK
RGB Variations
Color information
#1A02AA (or 0x1A02AA) is known color: Ultramarine. HEX triplet: 1A, 02 and AA. RGB value is (26,2,170). Sum of RGB (Red+Green+Blue) = 26+2+170=198 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.13% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 170 (66.80% from 255 or 85.86% from 198); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A02AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A02AA is #E5FD55. Grayscale: #1B1B1B. Windows color (decimal): -15072598 or 11141658. OLE color: 11141658.
HSL color Cylindrical-coordinate representation of color #1A02AA: hue angle of 248.57º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A02AA is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 2 | 170 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.33 |
| HSL | 248.57º | 0.98% | 0.34% | - |
| HSV(B) | 248.57º | 0.99% | 0.67% | - |
| XYZ | 7.7 | 3.17 | 38.24 | - |
| YUV | 28.33 | 207.95 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 2 | 170 | 0.85 | 0.99 | 0 | 0.33 | 248.57 | 0.98 | 0.34 |
| Hex | 1A | 2 | AA | 55 | 63 | 0 | 21 | F9 | 62 | 22 |
| Octal | 32 | 2 | 252 | 125 | 143 | 0 | 41 | 371 | 142 | 42 |
| Binary | 11010 | 10 | 10101010 | 1010101 | 1100011 | 0 | 100001 | 11111001 | 1100010 | 100010 |
Color Harmonies of #1A02AA
Complementary color
Monochromatic Colors of #1A02AA
Black with #1A02AA
Text Example
Text Example
White with #1A02AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A02AA; }
p { color: rgb(26,2,170); }
H1.HeaderClassName
{
color: #1A02AA;
}
.AnyTagClassName
{
color: #1A02AA;
}
</style>
background-color css
<style>
a { background-color: #1A02AA; }
a { background-color: rgb(26,2,170); }
div.DivClassName
{
background-color: #1A02AA;
}
.BgClassName
{
background-color: #1A02AA;
}
</style>
border-color css
<style>
span { border-color: #1A02AA; }
span { border-color: rgb(26,2,170); }
td.TdClassName
{
border-color: #1A02AA;
}
.TagClassName
{
border-color: #1A02AA;
}
</style>