Shades of Ultramarine #1A1089
Tints of Ultramarine #1A1089
RGB
CMYK
RGB Variations
Color information
#1A1089 (or 0x1A1089) is known color: Ultramarine. HEX triplet: 1A, 10 and 89. RGB value is (26,16,137). Sum of RGB (Red+Green+Blue) = 26+16+137=179 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.53% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 137 (53.91% from 255 or 76.54% from 179); Max value from RGB is 137 - color contains mainly: blue. Hex color #1A1089 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1089 is #E5EF76. Grayscale: #202020. Windows color (decimal): -15069047 or 8982554. OLE color: 8982554.
HSL color Cylindrical-coordinate representation of color #1A1089: hue angle of 244.96º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A1089 is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 16 | 137 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.46 |
| HSL | 244.96º | 0.79% | 0.3% | - |
| HSV(B) | 244.96º | 0.88% | 0.54% | - |
| XYZ | 5.13 | 2.4 | 23.86 | - |
| YUV | 32.78 | 186.81 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 16 | 137 | 0.81 | 0.88 | 0 | 0.46 | 244.96 | 0.79 | 0.3 |
| Hex | 1A | 10 | 89 | 51 | 58 | 0 | 2E | F5 | 4F | 1E |
| Octal | 32 | 20 | 211 | 121 | 130 | 0 | 56 | 365 | 117 | 36 |
| Binary | 11010 | 10000 | 10001001 | 1010001 | 1011000 | 0 | 101110 | 11110101 | 1001111 | 11110 |
Color Harmonies of #1A1089
Complementary color
Monochromatic Colors of #1A1089
Black with #1A1089
Text Example
Text Example
White with #1A1089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1089; }
p { color: rgb(26,16,137); }
H1.HeaderClassName
{
color: #1A1089;
}
.AnyTagClassName
{
color: #1A1089;
}
</style>
background-color css
<style>
a { background-color: #1A1089; }
a { background-color: rgb(26,16,137); }
div.DivClassName
{
background-color: #1A1089;
}
.BgClassName
{
background-color: #1A1089;
}
</style>
border-color css
<style>
span { border-color: #1A1089; }
span { border-color: rgb(26,16,137); }
td.TdClassName
{
border-color: #1A1089;
}
.TagClassName
{
border-color: #1A1089;
}
</style>