Shades of Ultramarine #1E0AAB
Tints of Ultramarine #1E0AAB
RGB
CMYK
RGB Variations
Color information
#1E0AAB (or 0x1E0AAB) is known color: Ultramarine. HEX triplet: 1E, 0A and AB. RGB value is (30,10,171). Sum of RGB (Red+Green+Blue) = 30+10+171=211 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.22% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 171 (67.19% from 255 or 81.04% from 211); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E0AAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0AAB is #E1F554. Grayscale: #212121. Windows color (decimal): -14808405 or 11209246. OLE color: 11209246.
HSL color Cylindrical-coordinate representation of color #1E0AAB: hue angle of 247.45º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E0AAB is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 10 | 171 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.33 |
| HSL | 247.45º | 0.89% | 0.35% | - |
| HSV(B) | 247.45º | 0.94% | 0.67% | - |
| XYZ | 7.99 | 3.43 | 38.77 | - |
| YUV | 34.33 | 205.13 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 10 | 171 | 0.82 | 0.94 | 0 | 0.33 | 247.45 | 0.89 | 0.35 |
| Hex | 1E | A | AB | 52 | 5E | 0 | 21 | F7 | 59 | 23 |
| Octal | 36 | 12 | 253 | 122 | 136 | 0 | 41 | 367 | 131 | 43 |
| Binary | 11110 | 1010 | 10101011 | 1010010 | 1011110 | 0 | 100001 | 11110111 | 1011001 | 100011 |
Color Harmonies of #1E0AAB
Complementary color
Monochromatic Colors of #1E0AAB
Black with #1E0AAB
Text Example
Text Example
White with #1E0AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0AAB; }
p { color: rgb(30,10,171); }
H1.HeaderClassName
{
color: #1E0AAB;
}
.AnyTagClassName
{
color: #1E0AAB;
}
</style>
background-color css
<style>
a { background-color: #1E0AAB; }
a { background-color: rgb(30,10,171); }
div.DivClassName
{
background-color: #1E0AAB;
}
.BgClassName
{
background-color: #1E0AAB;
}
</style>
border-color css
<style>
span { border-color: #1E0AAB; }
span { border-color: rgb(30,10,171); }
td.TdClassName
{
border-color: #1E0AAB;
}
.TagClassName
{
border-color: #1E0AAB;
}
</style>