Shades of Ultramarine #1A1393
Tints of Ultramarine #1A1393
RGB
CMYK
RGB Variations
Color information
#1A1393 (or 0x1A1393) is known color: Ultramarine. HEX triplet: 1A, 13 and 93. RGB value is (26,19,147). Sum of RGB (Red+Green+Blue) = 26+19+147=192 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.54% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 147 (57.81% from 255 or 76.56% from 192); Max value from RGB is 147 - color contains mainly: blue. Hex color #1A1393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1393 is #E5EC6C. Grayscale: #232323. Windows color (decimal): -15068269 or 9638682. OLE color: 9638682.
HSL color Cylindrical-coordinate representation of color #1A1393: hue angle of 243.28º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A1393 is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 19 | 147 | - |
| CMYK | 0.82 | 0.87 | 0 | 0.42 |
| HSL | 243.28º | 0.77% | 0.33% | - |
| HSV(B) | 243.28º | 0.87% | 0.58% | - |
| XYZ | 5.93 | 2.79 | 27.83 | - |
| YUV | 35.69 | 190.82 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 19 | 147 | 0.82 | 0.87 | 0 | 0.42 | 243.28 | 0.77 | 0.33 |
| Hex | 1A | 13 | 93 | 52 | 57 | 0 | 2A | F3 | 4D | 21 |
| Octal | 32 | 23 | 223 | 122 | 127 | 0 | 52 | 363 | 115 | 41 |
| Binary | 11010 | 10011 | 10010011 | 1010010 | 1010111 | 0 | 101010 | 11110011 | 1001101 | 100001 |
Color Harmonies of #1A1393
Complementary color
Monochromatic Colors of #1A1393
Black with #1A1393
Text Example
Text Example
White with #1A1393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1393; }
p { color: rgb(26,19,147); }
H1.HeaderClassName
{
color: #1A1393;
}
.AnyTagClassName
{
color: #1A1393;
}
</style>
background-color css
<style>
a { background-color: #1A1393; }
a { background-color: rgb(26,19,147); }
div.DivClassName
{
background-color: #1A1393;
}
.BgClassName
{
background-color: #1A1393;
}
</style>
border-color css
<style>
span { border-color: #1A1393; }
span { border-color: rgb(26,19,147); }
td.TdClassName
{
border-color: #1A1393;
}
.TagClassName
{
border-color: #1A1393;
}
</style>