Shades of Ultramarine #1A1786
Tints of Ultramarine #1A1786
RGB
CMYK
RGB Variations
Color information
#1A1786 (or 0x1A1786) is known color: Ultramarine. HEX triplet: 1A, 17 and 86. RGB value is (26,23,134). Sum of RGB (Red+Green+Blue) = 26+23+134=183 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.21% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 134 (52.73% from 255 or 73.22% from 183); Max value from RGB is 134 - color contains mainly: blue. Hex color #1A1786 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1786 is #E5E879. Grayscale: #242424. Windows color (decimal): -15067258 or 8787738. OLE color: 8787738.
HSL color Cylindrical-coordinate representation of color #1A1786: hue angle of 241.62º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A1786 is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 23 | 134 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.47 |
| HSL | 241.62º | 0.71% | 0.31% | - |
| HSV(B) | 241.62º | 0.83% | 0.53% | - |
| XYZ | 5.04 | 2.55 | 22.78 | - |
| YUV | 36.55 | 182.99 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 23 | 134 | 0.81 | 0.83 | 0 | 0.47 | 241.62 | 0.71 | 0.31 |
| Hex | 1A | 17 | 86 | 51 | 53 | 0 | 2F | F2 | 47 | 1F |
| Octal | 32 | 27 | 206 | 121 | 123 | 0 | 57 | 362 | 107 | 37 |
| Binary | 11010 | 10111 | 10000110 | 1010001 | 1010011 | 0 | 101111 | 11110010 | 1000111 | 11111 |
Color Harmonies of #1A1786
Complementary color
Monochromatic Colors of #1A1786
Black with #1A1786
Text Example
Text Example
White with #1A1786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1786; }
p { color: rgb(26,23,134); }
H1.HeaderClassName
{
color: #1A1786;
}
.AnyTagClassName
{
color: #1A1786;
}
</style>
background-color css
<style>
a { background-color: #1A1786; }
a { background-color: rgb(26,23,134); }
div.DivClassName
{
background-color: #1A1786;
}
.BgClassName
{
background-color: #1A1786;
}
</style>
border-color css
<style>
span { border-color: #1A1786; }
span { border-color: rgb(26,23,134); }
td.TdClassName
{
border-color: #1A1786;
}
.TagClassName
{
border-color: #1A1786;
}
</style>