Shades of Ultramarine #1A1E93
Tints of Ultramarine #1A1E93
RGB
CMYK
RGB Variations
Color information
#1A1E93 (or 0x1A1E93) is known color: Ultramarine. HEX triplet: 1A, 1E and 93. RGB value is (26,30,147). Sum of RGB (Red+Green+Blue) = 26+30+147=203 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.81% from 203); Green value is 30 (12.11% from 255 or 14.78% from 203); Blue value is 147 (57.81% from 255 or 72.41% from 203); Max value from RGB is 147 - color contains mainly: blue. Hex color #1A1E93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A1E93 is #E5E16C. Grayscale: #292929. Windows color (decimal): -15065453 or 9641498. OLE color: 9641498.
HSL color Cylindrical-coordinate representation of color #1A1E93: hue angle of 238.02º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A1E93 is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 30 | 147 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.42 |
| HSL | 238.02º | 0.7% | 0.34% | - |
| HSV(B) | 238.02º | 0.82% | 0.58% | - |
| XYZ | 6.16 | 3.25 | 27.91 | - |
| YUV | 42.14 | 187.17 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 30 | 147 | 0.82 | 0.80 | 0 | 0.42 | 238.02 | 0.7 | 0.34 |
| Hex | 1A | 1E | 93 | 52 | 50 | 0 | 2A | EE | 46 | 22 |
| Octal | 32 | 36 | 223 | 122 | 120 | 0 | 52 | 356 | 106 | 42 |
| Binary | 11010 | 11110 | 10010011 | 1010010 | 1010000 | 0 | 101010 | 11101110 | 1000110 | 100010 |
Color Harmonies of #1A1E93
Complementary color
Monochromatic Colors of #1A1E93
Black with #1A1E93
Text Example
Text Example
White with #1A1E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1E93; }
p { color: rgb(26,30,147); }
H1.HeaderClassName
{
color: #1A1E93;
}
.AnyTagClassName
{
color: #1A1E93;
}
</style>
background-color css
<style>
a { background-color: #1A1E93; }
a { background-color: rgb(26,30,147); }
div.DivClassName
{
background-color: #1A1E93;
}
.BgClassName
{
background-color: #1A1E93;
}
</style>
border-color css
<style>
span { border-color: #1A1E93; }
span { border-color: rgb(26,30,147); }
td.TdClassName
{
border-color: #1A1E93;
}
.TagClassName
{
border-color: #1A1E93;
}
</style>