Shades of Ultramarine #1A0290
Tints of Ultramarine #1A0290
RGB
CMYK
RGB Variations
Color information
#1A0290 (or 0x1A0290) is known color: Ultramarine. HEX triplet: 1A, 02 and 90. RGB value is (26,2,144). Sum of RGB (Red+Green+Blue) = 26+2+144=172 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.12% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 144 (56.64% from 255 or 83.72% from 172); Max value from RGB is 144 - color contains mainly: blue. Hex color #1A0290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0290 is #E5FD6F. Grayscale: #181818. Windows color (decimal): -15072624 or 9437722. OLE color: 9437722.
HSL color Cylindrical-coordinate representation of color #1A0290: hue angle of 250.14º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A0290 is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 2 | 144 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.44 |
| HSL | 250.14º | 0.97% | 0.29% | - |
| HSV(B) | 250.14º | 0.99% | 0.56% | - |
| XYZ | 5.48 | 2.28 | 26.54 | - |
| YUV | 25.36 | 194.95 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 2 | 144 | 0.82 | 0.99 | 0 | 0.44 | 250.14 | 0.97 | 0.29 |
| Hex | 1A | 2 | 90 | 52 | 63 | 0 | 2C | FA | 61 | 1D |
| Octal | 32 | 2 | 220 | 122 | 143 | 0 | 54 | 372 | 141 | 35 |
| Binary | 11010 | 10 | 10010000 | 1010010 | 1100011 | 0 | 101100 | 11111010 | 1100001 | 11101 |
Color Harmonies of #1A0290
Complementary color
Monochromatic Colors of #1A0290
Black with #1A0290
Text Example
Text Example
White with #1A0290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0290; }
p { color: rgb(26,2,144); }
H1.HeaderClassName
{
color: #1A0290;
}
.AnyTagClassName
{
color: #1A0290;
}
</style>
background-color css
<style>
a { background-color: #1A0290; }
a { background-color: rgb(26,2,144); }
div.DivClassName
{
background-color: #1A0290;
}
.BgClassName
{
background-color: #1A0290;
}
</style>
border-color css
<style>
span { border-color: #1A0290; }
span { border-color: rgb(26,2,144); }
td.TdClassName
{
border-color: #1A0290;
}
.TagClassName
{
border-color: #1A0290;
}
</style>