Shades of Ultramarine #2E19AC
Tints of Ultramarine #2E19AC
RGB
CMYK
RGB Variations
Color information
#2E19AC (or 0x2E19AC) is known color: Ultramarine. HEX triplet: 2E, 19 and AC. RGB value is (46,25,172). Sum of RGB (Red+Green+Blue) = 46+25+172=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 172 (67.58% from 255 or 70.78% from 243); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E19AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E19AC is #D1E653. Grayscale: #2F2F2F. Windows color (decimal): -13755988 or 11278638. OLE color: 11278638.
HSL color Cylindrical-coordinate representation of color #2E19AC: hue angle of 248.57º degrees, saturation: 0.75, 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 #2E19AC is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 25 | 172 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.33 |
| HSL | 248.57º | 0.75% | 0.39% | - |
| HSV(B) | 248.57º | 0.85% | 0.67% | - |
| XYZ | 8.92 | 4.25 | 39.38 | - |
| YUV | 48.04 | 197.96 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 25 | 172 | 0.73 | 0.85 | 0 | 0.33 | 248.57 | 0.75 | 0.39 |
| Hex | 2E | 19 | AC | 49 | 55 | 0 | 21 | F9 | 4B | 27 |
| Octal | 56 | 31 | 254 | 111 | 125 | 0 | 41 | 371 | 113 | 47 |
| Binary | 101110 | 11001 | 10101100 | 1001001 | 1010101 | 0 | 100001 | 11111001 | 1001011 | 100111 |
Color Harmonies of #2E19AC
Complementary color
Monochromatic Colors of #2E19AC
Black with #2E19AC
Text Example
Text Example
White with #2E19AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E19AC; }
p { color: rgb(46,25,172); }
H1.HeaderClassName
{
color: #2E19AC;
}
.AnyTagClassName
{
color: #2E19AC;
}
</style>
background-color css
<style>
a { background-color: #2E19AC; }
a { background-color: rgb(46,25,172); }
div.DivClassName
{
background-color: #2E19AC;
}
.BgClassName
{
background-color: #2E19AC;
}
</style>
border-color css
<style>
span { border-color: #2E19AC; }
span { border-color: rgb(46,25,172); }
td.TdClassName
{
border-color: #2E19AC;
}
.TagClassName
{
border-color: #2E19AC;
}
</style>