Shades of Ultramarine #1A0494
Tints of Ultramarine #1A0494
RGB
CMYK
RGB Variations
Color information
#1A0494 (or 0x1A0494) is known color: Ultramarine. HEX triplet: 1A, 04 and 94. RGB value is (26,4,148). Sum of RGB (Red+Green+Blue) = 26+4+148=178 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.61% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 148 (58.20% from 255 or 83.15% from 178); Max value from RGB is 148 - color contains mainly: blue. Hex color #1A0494 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0494 is #E5FB6B. Grayscale: #1A1A1A. Windows color (decimal): -15072108 or 9700378. OLE color: 9700378.
HSL color Cylindrical-coordinate representation of color #1A0494: hue angle of 249.17º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1A0494 is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 4 | 148 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.42 |
| HSL | 249.17º | 0.95% | 0.3% | - |
| HSV(B) | 249.17º | 0.97% | 0.58% | - |
| XYZ | 5.81 | 2.44 | 28.18 | - |
| YUV | 26.99 | 196.29 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 4 | 148 | 0.82 | 0.97 | 0 | 0.42 | 249.17 | 0.95 | 0.3 |
| Hex | 1A | 4 | 94 | 52 | 61 | 0 | 2A | F9 | 5F | 1E |
| Octal | 32 | 4 | 224 | 122 | 141 | 0 | 52 | 371 | 137 | 36 |
| Binary | 11010 | 100 | 10010100 | 1010010 | 1100001 | 0 | 101010 | 11111001 | 1011111 | 11110 |
Color Harmonies of #1A0494
Complementary color
Monochromatic Colors of #1A0494
Black with #1A0494
Text Example
Text Example
White with #1A0494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0494; }
p { color: rgb(26,4,148); }
H1.HeaderClassName
{
color: #1A0494;
}
.AnyTagClassName
{
color: #1A0494;
}
</style>
background-color css
<style>
a { background-color: #1A0494; }
a { background-color: rgb(26,4,148); }
div.DivClassName
{
background-color: #1A0494;
}
.BgClassName
{
background-color: #1A0494;
}
</style>
border-color css
<style>
span { border-color: #1A0494; }
span { border-color: rgb(26,4,148); }
td.TdClassName
{
border-color: #1A0494;
}
.TagClassName
{
border-color: #1A0494;
}
</style>