Shades of Ultramarine #1A1087
Tints of Ultramarine #1A1087
RGB
CMYK
RGB Variations
Color information
#1A1087 (or 0x1A1087) is known color: Ultramarine. HEX triplet: 1A, 10 and 87. RGB value is (26,16,135). Sum of RGB (Red+Green+Blue) = 26+16+135=177 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.69% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 135 (53.12% from 255 or 76.27% from 177); Max value from RGB is 135 - color contains mainly: blue. Hex color #1A1087 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1087 is #E5EF78. Grayscale: #202020. Windows color (decimal): -15069049 or 8851482. OLE color: 8851482.
HSL color Cylindrical-coordinate representation of color #1A1087: hue angle of 245.04º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A1087 is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 16 | 135 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.47 |
| HSL | 245.04º | 0.79% | 0.3% | - |
| HSV(B) | 245.04º | 0.88% | 0.53% | - |
| XYZ | 4.98 | 2.34 | 23.11 | - |
| YUV | 32.56 | 185.81 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 16 | 135 | 0.81 | 0.88 | 0 | 0.47 | 245.04 | 0.79 | 0.3 |
| Hex | 1A | 10 | 87 | 51 | 58 | 0 | 2F | F5 | 4F | 1E |
| Octal | 32 | 20 | 207 | 121 | 130 | 0 | 57 | 365 | 117 | 36 |
| Binary | 11010 | 10000 | 10000111 | 1010001 | 1011000 | 0 | 101111 | 11110101 | 1001111 | 11110 |
Color Harmonies of #1A1087
Complementary color
Monochromatic Colors of #1A1087
Black with #1A1087
Text Example
Text Example
White with #1A1087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1087; }
p { color: rgb(26,16,135); }
H1.HeaderClassName
{
color: #1A1087;
}
.AnyTagClassName
{
color: #1A1087;
}
</style>
background-color css
<style>
a { background-color: #1A1087; }
a { background-color: rgb(26,16,135); }
div.DivClassName
{
background-color: #1A1087;
}
.BgClassName
{
background-color: #1A1087;
}
</style>
border-color css
<style>
span { border-color: #1A1087; }
span { border-color: rgb(26,16,135); }
td.TdClassName
{
border-color: #1A1087;
}
.TagClassName
{
border-color: #1A1087;
}
</style>