Shades of Ultramarine #1E10AC
Tints of Ultramarine #1E10AC
RGB
CMYK
RGB Variations
Color information
#1E10AC (or 0x1E10AC) is known color: Ultramarine. HEX triplet: 1E, 10 and AC. RGB value is (30,16,172). Sum of RGB (Red+Green+Blue) = 30+16+172=218 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.76% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 172 (67.58% from 255 or 78.90% from 218); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E10AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E10AC is #E1EF53. Grayscale: #252525. Windows color (decimal): -14806868 or 11276318. OLE color: 11276318.
HSL color Cylindrical-coordinate representation of color #1E10AC: hue angle of 245.38º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E10AC is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 16 | 172 | - |
| CMYK | 0.83 | 0.91 | 0 | 0.33 |
| HSL | 245.38º | 0.83% | 0.37% | - |
| HSV(B) | 245.38º | 0.91% | 0.67% | - |
| XYZ | 8.17 | 3.63 | 39.3 | - |
| YUV | 37.97 | 203.64 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 16 | 172 | 0.83 | 0.91 | 0 | 0.33 | 245.38 | 0.83 | 0.37 |
| Hex | 1E | 10 | AC | 53 | 5B | 0 | 21 | F5 | 53 | 25 |
| Octal | 36 | 20 | 254 | 123 | 133 | 0 | 41 | 365 | 123 | 45 |
| Binary | 11110 | 10000 | 10101100 | 1010011 | 1011011 | 0 | 100001 | 11110101 | 1010011 | 100101 |
Color Harmonies of #1E10AC
Complementary color
Monochromatic Colors of #1E10AC
Black with #1E10AC
Text Example
Text Example
White with #1E10AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E10AC; }
p { color: rgb(30,16,172); }
H1.HeaderClassName
{
color: #1E10AC;
}
.AnyTagClassName
{
color: #1E10AC;
}
</style>
background-color css
<style>
a { background-color: #1E10AC; }
a { background-color: rgb(30,16,172); }
div.DivClassName
{
background-color: #1E10AC;
}
.BgClassName
{
background-color: #1E10AC;
}
</style>
border-color css
<style>
span { border-color: #1E10AC; }
span { border-color: rgb(30,16,172); }
td.TdClassName
{
border-color: #1E10AC;
}
.TagClassName
{
border-color: #1E10AC;
}
</style>