Shades of Ultramarine #1E1A9A
Tints of Ultramarine #1E1A9A
RGB
CMYK
RGB Variations
Color information
#1E1A9A (or 0x1E1A9A) is known color: Ultramarine. HEX triplet: 1E, 1A and 9A. RGB value is (30,26,154). Sum of RGB (Red+Green+Blue) = 30+26+154=210 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.29% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 154 (60.55% from 255 or 73.33% from 210); Max value from RGB is 154 - color contains mainly: blue. Hex color #1E1A9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E1A9A is #E1E565. Grayscale: #292929. Windows color (decimal): -14804326 or 10099230. OLE color: 10099230.
HSL color Cylindrical-coordinate representation of color #1E1A9A: hue angle of 241.88º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E1A9A is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 30 | 26 | 154 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.40 |
| HSL | 241.88º | 0.71% | 0.35% | - |
| HSV(B) | 241.88º | 0.83% | 0.6% | - |
| XYZ | 6.74 | 3.35 | 30.86 | - |
| YUV | 41.79 | 191.33 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 26 | 154 | 0.81 | 0.83 | 0 | 0.40 | 241.88 | 0.71 | 0.35 |
| Hex | 1E | 1A | 9A | 51 | 53 | 0 | 28 | F2 | 47 | 23 |
| Octal | 36 | 32 | 232 | 121 | 123 | 0 | 50 | 362 | 107 | 43 |
| Binary | 11110 | 11010 | 10011010 | 1010001 | 1010011 | 0 | 101000 | 11110010 | 1000111 | 100011 |
Color Harmonies of #1E1A9A
Complementary color
Monochromatic Colors of #1E1A9A
Black with #1E1A9A
Text Example
Text Example
White with #1E1A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1A9A; }
p { color: rgb(30,26,154); }
H1.HeaderClassName
{
color: #1E1A9A;
}
.AnyTagClassName
{
color: #1E1A9A;
}
</style>
background-color css
<style>
a { background-color: #1E1A9A; }
a { background-color: rgb(30,26,154); }
div.DivClassName
{
background-color: #1E1A9A;
}
.BgClassName
{
background-color: #1E1A9A;
}
</style>
border-color css
<style>
span { border-color: #1E1A9A; }
span { border-color: rgb(30,26,154); }
td.TdClassName
{
border-color: #1E1A9A;
}
.TagClassName
{
border-color: #1E1A9A;
}
</style>