Shades of Ultramarine #2E199F
Tints of Ultramarine #2E199F
RGB
CMYK
RGB Variations
Color information
#2E199F (or 0x2E199F) is known color: Ultramarine. HEX triplet: 2E, 19 and 9F. RGB value is (46,25,159). Sum of RGB (Red+Green+Blue) = 46+25+159=230 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 159 (62.5% from 255 or 69.13% from 230); Max value from RGB is 159 - color contains mainly: blue. Hex color #2E199F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E199F is #D1E660. Grayscale: #2E2E2E. Windows color (decimal): -13756001 or 10426670. OLE color: 10426670.
HSL color Cylindrical-coordinate representation of color #2E199F: hue angle of 249.4º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E199F is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 25 | 159 | - |
| CMYK | 0.71 | 0.84 | 0 | 0.38 |
| HSL | 249.4º | 0.73% | 0.36% | - |
| HSV(B) | 249.4º | 0.84% | 0.62% | - |
| XYZ | 7.73 | 3.78 | 33.12 | - |
| YUV | 46.56 | 191.46 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 25 | 159 | 0.71 | 0.84 | 0 | 0.38 | 249.4 | 0.73 | 0.36 |
| Hex | 2E | 19 | 9F | 47 | 54 | 0 | 26 | F9 | 49 | 24 |
| Octal | 56 | 31 | 237 | 107 | 124 | 0 | 46 | 371 | 111 | 44 |
| Binary | 101110 | 11001 | 10011111 | 1000111 | 1010100 | 0 | 100110 | 11111001 | 1001001 | 100100 |
Color Harmonies of #2E199F
Complementary color
Monochromatic Colors of #2E199F
Black with #2E199F
Text Example
Text Example
White with #2E199F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E199F; }
p { color: rgb(46,25,159); }
H1.HeaderClassName
{
color: #2E199F;
}
.AnyTagClassName
{
color: #2E199F;
}
</style>
background-color css
<style>
a { background-color: #2E199F; }
a { background-color: rgb(46,25,159); }
div.DivClassName
{
background-color: #2E199F;
}
.BgClassName
{
background-color: #2E199F;
}
</style>
border-color css
<style>
span { border-color: #2E199F; }
span { border-color: rgb(46,25,159); }
td.TdClassName
{
border-color: #2E199F;
}
.TagClassName
{
border-color: #2E199F;
}
</style>