Shades of Ultramarine #1A1096
Tints of Ultramarine #1A1096
RGB
CMYK
RGB Variations
Color information
#1A1096 (or 0x1A1096) is known color: Ultramarine. HEX triplet: 1A, 10 and 96. RGB value is (26,16,150). Sum of RGB (Red+Green+Blue) = 26+16+150=192 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.54% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 150 (58.98% from 255 or 78.12% from 192); Max value from RGB is 150 - color contains mainly: blue. Hex color #1A1096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1096 is #E5EF69. Grayscale: #212121. Windows color (decimal): -15069034 or 9834522. OLE color: 9834522.
HSL color Cylindrical-coordinate representation of color #1A1096: hue angle of 244.48º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A1096 is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 26 | 16 | 150 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.41 |
| HSL | 244.48º | 0.81% | 0.33% | - |
| HSV(B) | 244.48º | 0.89% | 0.59% | - |
| XYZ | 6.12 | 2.79 | 29.07 | - |
| YUV | 34.27 | 193.31 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 16 | 150 | 0.83 | 0.89 | 0 | 0.41 | 244.48 | 0.81 | 0.33 |
| Hex | 1A | 10 | 96 | 53 | 59 | 0 | 29 | F4 | 51 | 21 |
| Octal | 32 | 20 | 226 | 123 | 131 | 0 | 51 | 364 | 121 | 41 |
| Binary | 11010 | 10000 | 10010110 | 1010011 | 1011001 | 0 | 101001 | 11110100 | 1010001 | 100001 |
Color Harmonies of #1A1096
Complementary color
Monochromatic Colors of #1A1096
Black with #1A1096
Text Example
Text Example
White with #1A1096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1096; }
p { color: rgb(26,16,150); }
H1.HeaderClassName
{
color: #1A1096;
}
.AnyTagClassName
{
color: #1A1096;
}
</style>
background-color css
<style>
a { background-color: #1A1096; }
a { background-color: rgb(26,16,150); }
div.DivClassName
{
background-color: #1A1096;
}
.BgClassName
{
background-color: #1A1096;
}
</style>
border-color css
<style>
span { border-color: #1A1096; }
span { border-color: rgb(26,16,150); }
td.TdClassName
{
border-color: #1A1096;
}
.TagClassName
{
border-color: #1A1096;
}
</style>