Shades of Ultramarine #1A1290
Tints of Ultramarine #1A1290
RGB
CMYK
RGB Variations
Color information
#1A1290 (or 0x1A1290) is known color: Ultramarine. HEX triplet: 1A, 12 and 90. RGB value is (26,18,144). Sum of RGB (Red+Green+Blue) = 26+18+144=188 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.83% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 144 (56.64% from 255 or 76.60% from 188); Max value from RGB is 144 - color contains mainly: blue. Hex color #1A1290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1290 is #E5ED6F. Grayscale: #222222. Windows color (decimal): -15068528 or 9441818. OLE color: 9441818.
HSL color Cylindrical-coordinate representation of color #1A1290: hue angle of 243.81º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A1290 is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 18 | 144 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.44 |
| HSL | 243.81º | 0.78% | 0.32% | - |
| HSV(B) | 243.81º | 0.88% | 0.56% | - |
| XYZ | 5.68 | 2.67 | 26.6 | - |
| YUV | 34.76 | 189.65 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 18 | 144 | 0.82 | 0.88 | 0 | 0.44 | 243.81 | 0.78 | 0.32 |
| Hex | 1A | 12 | 90 | 52 | 58 | 0 | 2C | F4 | 4E | 20 |
| Octal | 32 | 22 | 220 | 122 | 130 | 0 | 54 | 364 | 116 | 40 |
| Binary | 11010 | 10010 | 10010000 | 1010010 | 1011000 | 0 | 101100 | 11110100 | 1001110 | 100000 |
Color Harmonies of #1A1290
Complementary color
Monochromatic Colors of #1A1290
Black with #1A1290
Text Example
Text Example
White with #1A1290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1290; }
p { color: rgb(26,18,144); }
H1.HeaderClassName
{
color: #1A1290;
}
.AnyTagClassName
{
color: #1A1290;
}
</style>
background-color css
<style>
a { background-color: #1A1290; }
a { background-color: rgb(26,18,144); }
div.DivClassName
{
background-color: #1A1290;
}
.BgClassName
{
background-color: #1A1290;
}
</style>
border-color css
<style>
span { border-color: #1A1290; }
span { border-color: rgb(26,18,144); }
td.TdClassName
{
border-color: #1A1290;
}
.TagClassName
{
border-color: #1A1290;
}
</style>