Shades of Ultramarine #1A1994
Tints of Ultramarine #1A1994
RGB
CMYK
RGB Variations
Color information
#1A1994 (or 0x1A1994) is known color: Ultramarine. HEX triplet: 1A, 19 and 94. RGB value is (26,25,148). Sum of RGB (Red+Green+Blue) = 26+25+148=199 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.07% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 148 (58.20% from 255 or 74.37% from 199); Max value from RGB is 148 - color contains mainly: blue. Hex color #1A1994 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1994 is #E5E66B. Grayscale: #262626. Windows color (decimal): -15066732 or 9705754. OLE color: 9705754.
HSL color Cylindrical-coordinate representation of color #1A1994: hue angle of 240.49º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A1994 is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 25 | 148 | - |
| CMYK | 0.82 | 0.83 | 0 | 0.42 |
| HSL | 240.49º | 0.71% | 0.34% | - |
| HSV(B) | 240.49º | 0.83% | 0.58% | - |
| XYZ | 6.12 | 3.05 | 28.28 | - |
| YUV | 39.32 | 189.33 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 25 | 148 | 0.82 | 0.83 | 0 | 0.42 | 240.49 | 0.71 | 0.34 |
| Hex | 1A | 19 | 94 | 52 | 53 | 0 | 2A | F0 | 47 | 22 |
| Octal | 32 | 31 | 224 | 122 | 123 | 0 | 52 | 360 | 107 | 42 |
| Binary | 11010 | 11001 | 10010100 | 1010010 | 1010011 | 0 | 101010 | 11110000 | 1000111 | 100010 |
Color Harmonies of #1A1994
Complementary color
Monochromatic Colors of #1A1994
Black with #1A1994
Text Example
Text Example
White with #1A1994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1994; }
p { color: rgb(26,25,148); }
H1.HeaderClassName
{
color: #1A1994;
}
.AnyTagClassName
{
color: #1A1994;
}
</style>
background-color css
<style>
a { background-color: #1A1994; }
a { background-color: rgb(26,25,148); }
div.DivClassName
{
background-color: #1A1994;
}
.BgClassName
{
background-color: #1A1994;
}
</style>
border-color css
<style>
span { border-color: #1A1994; }
span { border-color: rgb(26,25,148); }
td.TdClassName
{
border-color: #1A1994;
}
.TagClassName
{
border-color: #1A1994;
}
</style>