Shades of Ultramarine #1A0786
Tints of Ultramarine #1A0786
RGB
CMYK
RGB Variations
Color information
#1A0786 (or 0x1A0786) is known color: Ultramarine. HEX triplet: 1A, 07 and 86. RGB value is (26,7,134). Sum of RGB (Red+Green+Blue) = 26+7+134=167 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.57% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 134 (52.73% from 255 or 80.24% from 167); Max value from RGB is 134 - color contains mainly: blue. Hex color #1A0786 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0786 is #E5F879. Grayscale: #1A1A1A. Windows color (decimal): -15071354 or 8783642. OLE color: 8783642.
HSL color Cylindrical-coordinate representation of color #1A0786: hue angle of 248.98º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A0786 is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 7 | 134 | - |
| CMYK | 0.81 | 0.95 | 0 | 0.47 |
| HSL | 248.98º | 0.9% | 0.28% | - |
| HSV(B) | 248.98º | 0.95% | 0.53% | - |
| XYZ | 4.81 | 2.09 | 22.7 | - |
| YUV | 27.16 | 188.29 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 7 | 134 | 0.81 | 0.95 | 0 | 0.47 | 248.98 | 0.9 | 0.28 |
| Hex | 1A | 7 | 86 | 51 | 5F | 0 | 2F | F9 | 5A | 1C |
| Octal | 32 | 7 | 206 | 121 | 137 | 0 | 57 | 371 | 132 | 34 |
| Binary | 11010 | 111 | 10000110 | 1010001 | 1011111 | 0 | 101111 | 11111001 | 1011010 | 11100 |
Color Harmonies of #1A0786
Complementary color
Monochromatic Colors of #1A0786
Black with #1A0786
Text Example
Text Example
White with #1A0786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0786; }
p { color: rgb(26,7,134); }
H1.HeaderClassName
{
color: #1A0786;
}
.AnyTagClassName
{
color: #1A0786;
}
</style>
background-color css
<style>
a { background-color: #1A0786; }
a { background-color: rgb(26,7,134); }
div.DivClassName
{
background-color: #1A0786;
}
.BgClassName
{
background-color: #1A0786;
}
</style>
border-color css
<style>
span { border-color: #1A0786; }
span { border-color: rgb(26,7,134); }
td.TdClassName
{
border-color: #1A0786;
}
.TagClassName
{
border-color: #1A0786;
}
</style>