Shades of Ultramarine #1A1593
Tints of Ultramarine #1A1593
RGB
CMYK
RGB Variations
Color information
#1A1593 (or 0x1A1593) is known color: Ultramarine. HEX triplet: 1A, 15 and 93. RGB value is (26,21,147). Sum of RGB (Red+Green+Blue) = 26+21+147=194 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.40% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 147 (57.81% from 255 or 75.77% from 194); Max value from RGB is 147 - color contains mainly: blue. Hex color #1A1593 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1593 is #E5EA6C. Grayscale: #242424. Windows color (decimal): -15067757 or 9639194. OLE color: 9639194.
HSL color Cylindrical-coordinate representation of color #1A1593: hue angle of 242.38º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A1593 is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 21 | 147 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.42 |
| HSL | 242.38º | 0.75% | 0.33% | - |
| HSV(B) | 242.38º | 0.86% | 0.58% | - |
| XYZ | 5.96 | 2.86 | 27.84 | - |
| YUV | 36.86 | 190.16 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 21 | 147 | 0.82 | 0.86 | 0 | 0.42 | 242.38 | 0.75 | 0.33 |
| Hex | 1A | 15 | 93 | 52 | 56 | 0 | 2A | F2 | 4B | 21 |
| Octal | 32 | 25 | 223 | 122 | 126 | 0 | 52 | 362 | 113 | 41 |
| Binary | 11010 | 10101 | 10010011 | 1010010 | 1010110 | 0 | 101010 | 11110010 | 1001011 | 100001 |
Color Harmonies of #1A1593
Complementary color
Monochromatic Colors of #1A1593
Black with #1A1593
Text Example
Text Example
White with #1A1593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1593; }
p { color: rgb(26,21,147); }
H1.HeaderClassName
{
color: #1A1593;
}
.AnyTagClassName
{
color: #1A1593;
}
</style>
background-color css
<style>
a { background-color: #1A1593; }
a { background-color: rgb(26,21,147); }
div.DivClassName
{
background-color: #1A1593;
}
.BgClassName
{
background-color: #1A1593;
}
</style>
border-color css
<style>
span { border-color: #1A1593; }
span { border-color: rgb(26,21,147); }
td.TdClassName
{
border-color: #1A1593;
}
.TagClassName
{
border-color: #1A1593;
}
</style>