Shades of Ultramarine #1A0586
Tints of Ultramarine #1A0586
RGB
CMYK
RGB Variations
Color information
#1A0586 (or 0x1A0586) is known color: Ultramarine. HEX triplet: 1A, 05 and 86. RGB value is (26,5,134). Sum of RGB (Red+Green+Blue) = 26+5+134=165 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.76% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 134 (52.73% from 255 or 81.21% from 165); Max value from RGB is 134 - color contains mainly: blue. Hex color #1A0586 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0586 is #E5FA79. Grayscale: #191919. Windows color (decimal): -15071866 or 8783130. OLE color: 8783130.
HSL color Cylindrical-coordinate representation of color #1A0586: hue angle of 249.77º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A0586 is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 5 | 134 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.47 |
| HSL | 249.77º | 0.93% | 0.27% | - |
| HSV(B) | 249.77º | 0.96% | 0.53% | - |
| XYZ | 4.78 | 2.05 | 22.7 | - |
| YUV | 25.99 | 188.96 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 5 | 134 | 0.81 | 0.96 | 0 | 0.47 | 249.77 | 0.93 | 0.27 |
| Hex | 1A | 5 | 86 | 51 | 60 | 0 | 2F | FA | 5D | 1B |
| Octal | 32 | 5 | 206 | 121 | 140 | 0 | 57 | 372 | 135 | 33 |
| Binary | 11010 | 101 | 10000110 | 1010001 | 1100000 | 0 | 101111 | 11111010 | 1011101 | 11011 |
Color Harmonies of #1A0586
Complementary color
Monochromatic Colors of #1A0586
Black with #1A0586
Text Example
Text Example
White with #1A0586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0586; }
p { color: rgb(26,5,134); }
H1.HeaderClassName
{
color: #1A0586;
}
.AnyTagClassName
{
color: #1A0586;
}
</style>
background-color css
<style>
a { background-color: #1A0586; }
a { background-color: rgb(26,5,134); }
div.DivClassName
{
background-color: #1A0586;
}
.BgClassName
{
background-color: #1A0586;
}
</style>
border-color css
<style>
span { border-color: #1A0586; }
span { border-color: rgb(26,5,134); }
td.TdClassName
{
border-color: #1A0586;
}
.TagClassName
{
border-color: #1A0586;
}
</style>