Shades of Ultramarine #1A05A2
Tints of Ultramarine #1A05A2
RGB
CMYK
RGB Variations
Color information
#1A05A2 (or 0x1A05A2) is known color: Ultramarine. HEX triplet: 1A, 05 and A2. RGB value is (26,5,162). Sum of RGB (Red+Green+Blue) = 26+5+162=193 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.47% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 162 (63.67% from 255 or 83.94% from 193); Max value from RGB is 162 - color contains mainly: blue. Hex color #1A05A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A05A2 is #E5FA5D. Grayscale: #1C1C1C. Windows color (decimal): -15071838 or 10618138. OLE color: 10618138.
HSL color Cylindrical-coordinate representation of color #1A05A2: hue angle of 248.03º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1A05A2 is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 26 | 5 | 162 | - |
| CMYK | 0.84 | 0.97 | 0 | 0.36 |
| HSL | 248.03º | 0.94% | 0.33% | - |
| HSV(B) | 248.03º | 0.97% | 0.64% | - |
| XYZ | 7 | 2.94 | 34.38 | - |
| YUV | 29.18 | 202.96 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 5 | 162 | 0.84 | 0.97 | 0 | 0.36 | 248.03 | 0.94 | 0.33 |
| Hex | 1A | 5 | A2 | 54 | 61 | 0 | 24 | F8 | 5E | 21 |
| Octal | 32 | 5 | 242 | 124 | 141 | 0 | 44 | 370 | 136 | 41 |
| Binary | 11010 | 101 | 10100010 | 1010100 | 1100001 | 0 | 100100 | 11111000 | 1011110 | 100001 |
Color Harmonies of #1A05A2
Complementary color
Monochromatic Colors of #1A05A2
Black with #1A05A2
Text Example
Text Example
White with #1A05A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A05A2; }
p { color: rgb(26,5,162); }
H1.HeaderClassName
{
color: #1A05A2;
}
.AnyTagClassName
{
color: #1A05A2;
}
</style>
background-color css
<style>
a { background-color: #1A05A2; }
a { background-color: rgb(26,5,162); }
div.DivClassName
{
background-color: #1A05A2;
}
.BgClassName
{
background-color: #1A05A2;
}
</style>
border-color css
<style>
span { border-color: #1A05A2; }
span { border-color: rgb(26,5,162); }
td.TdClassName
{
border-color: #1A05A2;
}
.TagClassName
{
border-color: #1A05A2;
}
</style>