Shades of Ultramarine #1A1094
Tints of Ultramarine #1A1094
RGB
CMYK
RGB Variations
Color information
#1A1094 (or 0x1A1094) is known color: Ultramarine. HEX triplet: 1A, 10 and 94. RGB value is (26,16,148). Sum of RGB (Red+Green+Blue) = 26+16+148=190 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.68% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 148 (58.20% from 255 or 77.89% from 190); Max value from RGB is 148 - color contains mainly: blue. Hex color #1A1094 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1094 is #E5EF6B. Grayscale: #212121. Windows color (decimal): -15069036 or 9703450. OLE color: 9703450.
HSL color Cylindrical-coordinate representation of color #1A1094: hue angle of 244.55º degrees, saturation: 0.8, 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 #1A1094 is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 16 | 148 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.42 |
| HSL | 244.55º | 0.8% | 0.32% | - |
| HSV(B) | 244.55º | 0.89% | 0.58% | - |
| XYZ | 5.96 | 2.73 | 28.23 | - |
| YUV | 34.04 | 192.31 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 16 | 148 | 0.82 | 0.89 | 0 | 0.42 | 244.55 | 0.8 | 0.32 |
| Hex | 1A | 10 | 94 | 52 | 59 | 0 | 2A | F5 | 50 | 20 |
| Octal | 32 | 20 | 224 | 122 | 131 | 0 | 52 | 365 | 120 | 40 |
| Binary | 11010 | 10000 | 10010100 | 1010010 | 1011001 | 0 | 101010 | 11110101 | 1010000 | 100000 |
Color Harmonies of #1A1094
Complementary color
Monochromatic Colors of #1A1094
Black with #1A1094
Text Example
Text Example
White with #1A1094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1094; }
p { color: rgb(26,16,148); }
H1.HeaderClassName
{
color: #1A1094;
}
.AnyTagClassName
{
color: #1A1094;
}
</style>
background-color css
<style>
a { background-color: #1A1094; }
a { background-color: rgb(26,16,148); }
div.DivClassName
{
background-color: #1A1094;
}
.BgClassName
{
background-color: #1A1094;
}
</style>
border-color css
<style>
span { border-color: #1A1094; }
span { border-color: rgb(26,16,148); }
td.TdClassName
{
border-color: #1A1094;
}
.TagClassName
{
border-color: #1A1094;
}
</style>