Shades of Ultramarine #1E1AAC
Tints of Ultramarine #1E1AAC
RGB
CMYK
RGB Variations
Color information
#1E1AAC (or 0x1E1AAC) is known color: Ultramarine. HEX triplet: 1E, 1A and AC. RGB value is (30,26,172). Sum of RGB (Red+Green+Blue) = 30+26+172=228 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.16% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 172 (67.58% from 255 or 75.44% from 228); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E1AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E1AAC is #E1E553. Grayscale: #2B2B2B. Windows color (decimal): -14804308 or 11278878. OLE color: 11278878.
HSL color Cylindrical-coordinate representation of color #1E1AAC: hue angle of 241.64º 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 #1E1AAC is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 26 | 172 | - |
| CMYK | 0.83 | 0.85 | 0 | 0.33 |
| HSL | 241.64º | 0.74% | 0.39% | - |
| HSV(B) | 241.64º | 0.85% | 0.67% | - |
| XYZ | 8.35 | 3.99 | 39.36 | - |
| YUV | 43.84 | 200.33 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 26 | 172 | 0.83 | 0.85 | 0 | 0.33 | 241.64 | 0.74 | 0.39 |
| Hex | 1E | 1A | AC | 53 | 55 | 0 | 21 | F2 | 4A | 27 |
| Octal | 36 | 32 | 254 | 123 | 125 | 0 | 41 | 362 | 112 | 47 |
| Binary | 11110 | 11010 | 10101100 | 1010011 | 1010101 | 0 | 100001 | 11110010 | 1001010 | 100111 |
Color Harmonies of #1E1AAC
Complementary color
Monochromatic Colors of #1E1AAC
Black with #1E1AAC
Text Example
Text Example
White with #1E1AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1AAC; }
p { color: rgb(30,26,172); }
H1.HeaderClassName
{
color: #1E1AAC;
}
.AnyTagClassName
{
color: #1E1AAC;
}
</style>
background-color css
<style>
a { background-color: #1E1AAC; }
a { background-color: rgb(30,26,172); }
div.DivClassName
{
background-color: #1E1AAC;
}
.BgClassName
{
background-color: #1E1AAC;
}
</style>
border-color css
<style>
span { border-color: #1E1AAC; }
span { border-color: rgb(30,26,172); }
td.TdClassName
{
border-color: #1E1AAC;
}
.TagClassName
{
border-color: #1E1AAC;
}
</style>