Shades of Ultramarine #1A0789
Tints of Ultramarine #1A0789
RGB
CMYK
RGB Variations
Color information
#1A0789 (or 0x1A0789) is known color: Ultramarine. HEX triplet: 1A, 07 and 89. RGB value is (26,7,137). Sum of RGB (Red+Green+Blue) = 26+7+137=170 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.29% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 137 (53.91% from 255 or 80.59% from 170); Max value from RGB is 137 - color contains mainly: blue. Hex color #1A0789 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0789 is #E5F876. Grayscale: #1B1B1B. Windows color (decimal): -15071351 or 8980250. OLE color: 8980250.
HSL color Cylindrical-coordinate representation of color #1A0789: hue angle of 248.77º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A0789 is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 7 | 137 | - |
| CMYK | 0.81 | 0.95 | 0 | 0.46 |
| HSL | 248.77º | 0.9% | 0.28% | - |
| HSV(B) | 248.77º | 0.95% | 0.54% | - |
| XYZ | 5.02 | 2.18 | 23.82 | - |
| YUV | 27.5 | 189.79 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 7 | 137 | 0.81 | 0.95 | 0 | 0.46 | 248.77 | 0.9 | 0.28 |
| Hex | 1A | 7 | 89 | 51 | 5F | 0 | 2E | F9 | 5A | 1C |
| Octal | 32 | 7 | 211 | 121 | 137 | 0 | 56 | 371 | 132 | 34 |
| Binary | 11010 | 111 | 10001001 | 1010001 | 1011111 | 0 | 101110 | 11111001 | 1011010 | 11100 |
Color Harmonies of #1A0789
Complementary color
Monochromatic Colors of #1A0789
Black with #1A0789
Text Example
Text Example
White with #1A0789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0789; }
p { color: rgb(26,7,137); }
H1.HeaderClassName
{
color: #1A0789;
}
.AnyTagClassName
{
color: #1A0789;
}
</style>
background-color css
<style>
a { background-color: #1A0789; }
a { background-color: rgb(26,7,137); }
div.DivClassName
{
background-color: #1A0789;
}
.BgClassName
{
background-color: #1A0789;
}
</style>
border-color css
<style>
span { border-color: #1A0789; }
span { border-color: rgb(26,7,137); }
td.TdClassName
{
border-color: #1A0789;
}
.TagClassName
{
border-color: #1A0789;
}
</style>