Shades of Ultramarine #1A04AB
Tints of Ultramarine #1A04AB
RGB
CMYK
RGB Variations
Color information
#1A04AB (or 0x1A04AB) is known color: Ultramarine. HEX triplet: 1A, 04 and AB. RGB value is (26,4,171). Sum of RGB (Red+Green+Blue) = 26+4+171=201 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.94% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 171 (67.19% from 255 or 85.07% from 201); Max value from RGB is 171 - color contains mainly: blue. Hex color #1A04AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A04AB is #E5FB54. Grayscale: #1C1C1C. Windows color (decimal): -15072085 or 11207706. OLE color: 11207706.
HSL color Cylindrical-coordinate representation of color #1A04AB: hue angle of 247.9º degrees, saturation: 0.95, 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 #1A04AB is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 4 | 171 | - |
| CMYK | 0.85 | 0.98 | 0 | 0.33 |
| HSL | 247.9º | 0.95% | 0.34% | - |
| HSV(B) | 247.9º | 0.98% | 0.67% | - |
| XYZ | 7.82 | 3.25 | 38.74 | - |
| YUV | 29.62 | 207.79 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 4 | 171 | 0.85 | 0.98 | 0 | 0.33 | 247.9 | 0.95 | 0.34 |
| Hex | 1A | 4 | AB | 55 | 62 | 0 | 21 | F8 | 5F | 22 |
| Octal | 32 | 4 | 253 | 125 | 142 | 0 | 41 | 370 | 137 | 42 |
| Binary | 11010 | 100 | 10101011 | 1010101 | 1100010 | 0 | 100001 | 11111000 | 1011111 | 100010 |
Color Harmonies of #1A04AB
Complementary color
Monochromatic Colors of #1A04AB
Black with #1A04AB
Text Example
Text Example
White with #1A04AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A04AB; }
p { color: rgb(26,4,171); }
H1.HeaderClassName
{
color: #1A04AB;
}
.AnyTagClassName
{
color: #1A04AB;
}
</style>
background-color css
<style>
a { background-color: #1A04AB; }
a { background-color: rgb(26,4,171); }
div.DivClassName
{
background-color: #1A04AB;
}
.BgClassName
{
background-color: #1A04AB;
}
</style>
border-color css
<style>
span { border-color: #1A04AB; }
span { border-color: rgb(26,4,171); }
td.TdClassName
{
border-color: #1A04AB;
}
.TagClassName
{
border-color: #1A04AB;
}
</style>