Shades of Ultramarine #1A1690
Tints of Ultramarine #1A1690
RGB
CMYK
RGB Variations
Color information
#1A1690 (or 0x1A1690) is known color: Ultramarine. HEX triplet: 1A, 16 and 90. RGB value is (26,22,144). Sum of RGB (Red+Green+Blue) = 26+22+144=192 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.54% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 144 (56.64% from 255 or 75% from 192); Max value from RGB is 144 - color contains mainly: blue. Hex color #1A1690 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1690 is #E5E96F. Grayscale: #242424. Windows color (decimal): -15067504 or 9442842. OLE color: 9442842.
HSL color Cylindrical-coordinate representation of color #1A1690: hue angle of 241.97º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A1690 is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 22 | 144 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.44 |
| HSL | 241.97º | 0.73% | 0.33% | - |
| HSV(B) | 241.97º | 0.85% | 0.56% | - |
| XYZ | 5.75 | 2.81 | 26.62 | - |
| YUV | 37.1 | 188.33 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 22 | 144 | 0.82 | 0.85 | 0 | 0.44 | 241.97 | 0.73 | 0.33 |
| Hex | 1A | 16 | 90 | 52 | 55 | 0 | 2C | F2 | 49 | 21 |
| Octal | 32 | 26 | 220 | 122 | 125 | 0 | 54 | 362 | 111 | 41 |
| Binary | 11010 | 10110 | 10010000 | 1010010 | 1010101 | 0 | 101100 | 11110010 | 1001001 | 100001 |
Color Harmonies of #1A1690
Complementary color
Monochromatic Colors of #1A1690
Black with #1A1690
Text Example
Text Example
White with #1A1690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1690; }
p { color: rgb(26,22,144); }
H1.HeaderClassName
{
color: #1A1690;
}
.AnyTagClassName
{
color: #1A1690;
}
</style>
background-color css
<style>
a { background-color: #1A1690; }
a { background-color: rgb(26,22,144); }
div.DivClassName
{
background-color: #1A1690;
}
.BgClassName
{
background-color: #1A1690;
}
</style>
border-color css
<style>
span { border-color: #1A1690; }
span { border-color: rgb(26,22,144); }
td.TdClassName
{
border-color: #1A1690;
}
.TagClassName
{
border-color: #1A1690;
}
</style>