Shades of Ultramarine #1E1AAB
Tints of Ultramarine #1E1AAB
RGB
CMYK
RGB Variations
Color information
#1E1AAB (or 0x1E1AAB) is known color: Ultramarine. HEX triplet: 1E, 1A and AB. RGB value is (30,26,171). Sum of RGB (Red+Green+Blue) = 30+26+171=227 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.22% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 171 (67.19% from 255 or 75.33% from 227); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E1AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E1AAB is #E1E554. Grayscale: #2B2B2B. Windows color (decimal): -14804309 or 11213342. OLE color: 11213342.
HSL color Cylindrical-coordinate representation of color #1E1AAB: hue angle of 241.66º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E1AAB is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 26 | 171 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.33 |
| HSL | 241.66º | 0.74% | 0.39% | - |
| HSV(B) | 241.66º | 0.85% | 0.67% | - |
| XYZ | 8.26 | 3.96 | 38.86 | - |
| YUV | 43.73 | 199.83 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 26 | 171 | 0.82 | 0.85 | 0 | 0.33 | 241.66 | 0.74 | 0.39 |
| Hex | 1E | 1A | AB | 52 | 55 | 0 | 21 | F2 | 4A | 27 |
| Octal | 36 | 32 | 253 | 122 | 125 | 0 | 41 | 362 | 112 | 47 |
| Binary | 11110 | 11010 | 10101011 | 1010010 | 1010101 | 0 | 100001 | 11110010 | 1001010 | 100111 |
Color Harmonies of #1E1AAB
Complementary color
Monochromatic Colors of #1E1AAB
Black with #1E1AAB
Text Example
Text Example
White with #1E1AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1AAB; }
p { color: rgb(30,26,171); }
H1.HeaderClassName
{
color: #1E1AAB;
}
.AnyTagClassName
{
color: #1E1AAB;
}
</style>
background-color css
<style>
a { background-color: #1E1AAB; }
a { background-color: rgb(30,26,171); }
div.DivClassName
{
background-color: #1E1AAB;
}
.BgClassName
{
background-color: #1E1AAB;
}
</style>
border-color css
<style>
span { border-color: #1E1AAB; }
span { border-color: rgb(30,26,171); }
td.TdClassName
{
border-color: #1E1AAB;
}
.TagClassName
{
border-color: #1E1AAB;
}
</style>