Shades of Ultramarine #1A1095
Tints of Ultramarine #1A1095
RGB
CMYK
RGB Variations
Color information
#1A1095 (or 0x1A1095) is known color: Ultramarine. HEX triplet: 1A, 10 and 95. RGB value is (26,16,149). Sum of RGB (Red+Green+Blue) = 26+16+149=191 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.61% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 149 (58.59% from 255 or 78.01% from 191); Max value from RGB is 149 - color contains mainly: blue. Hex color #1A1095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1095 is #E5EF6A. Grayscale: #212121. Windows color (decimal): -15069035 or 9768986. OLE color: 9768986.
HSL color Cylindrical-coordinate representation of color #1A1095: hue angle of 244.51º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A1095 is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 16 | 149 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.42 |
| HSL | 244.51º | 0.81% | 0.32% | - |
| HSV(B) | 244.51º | 0.89% | 0.58% | - |
| XYZ | 6.04 | 2.76 | 28.65 | - |
| YUV | 34.15 | 192.81 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 16 | 149 | 0.83 | 0.89 | 0 | 0.42 | 244.51 | 0.81 | 0.32 |
| Hex | 1A | 10 | 95 | 53 | 59 | 0 | 2A | F5 | 51 | 20 |
| Octal | 32 | 20 | 225 | 123 | 131 | 0 | 52 | 365 | 121 | 40 |
| Binary | 11010 | 10000 | 10010101 | 1010011 | 1011001 | 0 | 101010 | 11110101 | 1010001 | 100000 |
Color Harmonies of #1A1095
Complementary color
Monochromatic Colors of #1A1095
Black with #1A1095
Text Example
Text Example
White with #1A1095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1095; }
p { color: rgb(26,16,149); }
H1.HeaderClassName
{
color: #1A1095;
}
.AnyTagClassName
{
color: #1A1095;
}
</style>
background-color css
<style>
a { background-color: #1A1095; }
a { background-color: rgb(26,16,149); }
div.DivClassName
{
background-color: #1A1095;
}
.BgClassName
{
background-color: #1A1095;
}
</style>
border-color css
<style>
span { border-color: #1A1095; }
span { border-color: rgb(26,16,149); }
td.TdClassName
{
border-color: #1A1095;
}
.TagClassName
{
border-color: #1A1095;
}
</style>