Shades of Ultramarine #2E199A
Tints of Ultramarine #2E199A
RGB
CMYK
RGB Variations
Color information
#2E199A (or 0x2E199A) is known color: Ultramarine. HEX triplet: 2E, 19 and 9A. RGB value is (46,25,154). Sum of RGB (Red+Green+Blue) = 46+25+154=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 154 (60.55% from 255 or 68.44% from 225); Max value from RGB is 154 - color contains mainly: blue. Hex color #2E199A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E199A is #D1E665. Grayscale: #2D2D2D. Windows color (decimal): -13756006 or 10098990. OLE color: 10098990.
HSL color Cylindrical-coordinate representation of color #2E199A: hue angle of 249.77º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E199A is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 46 | 25 | 154 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.40 |
| HSL | 249.77º | 0.72% | 0.35% | - |
| HSV(B) | 249.77º | 0.84% | 0.6% | - |
| XYZ | 7.31 | 3.61 | 30.88 | - |
| YUV | 45.99 | 188.96 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 25 | 154 | 0.70 | 0.84 | 0 | 0.40 | 249.77 | 0.72 | 0.35 |
| Hex | 2E | 19 | 9A | 46 | 54 | 0 | 28 | FA | 48 | 23 |
| Octal | 56 | 31 | 232 | 106 | 124 | 0 | 50 | 372 | 110 | 43 |
| Binary | 101110 | 11001 | 10011010 | 1000110 | 1010100 | 0 | 101000 | 11111010 | 1001000 | 100011 |
Color Harmonies of #2E199A
Complementary color
Monochromatic Colors of #2E199A
Black with #2E199A
Text Example
Text Example
White with #2E199A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E199A; }
p { color: rgb(46,25,154); }
H1.HeaderClassName
{
color: #2E199A;
}
.AnyTagClassName
{
color: #2E199A;
}
</style>
background-color css
<style>
a { background-color: #2E199A; }
a { background-color: rgb(46,25,154); }
div.DivClassName
{
background-color: #2E199A;
}
.BgClassName
{
background-color: #2E199A;
}
</style>
border-color css
<style>
span { border-color: #2E199A; }
span { border-color: rgb(46,25,154); }
td.TdClassName
{
border-color: #2E199A;
}
.TagClassName
{
border-color: #2E199A;
}
</style>