Shades of Ultramarine #2E199B
Tints of Ultramarine #2E199B
RGB
CMYK
RGB Variations
Color information
#2E199B (or 0x2E199B) is known color: Ultramarine. HEX triplet: 2E, 19 and 9B. RGB value is (46,25,155). Sum of RGB (Red+Green+Blue) = 46+25+155=226 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.35% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 155 (60.94% from 255 or 68.58% from 226); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E199B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E199B is #D1E664. Grayscale: #2D2D2D. Windows color (decimal): -13756005 or 10164526. OLE color: 10164526.
HSL color Cylindrical-coordinate representation of color #2E199B: hue angle of 249.69º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E199B is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 46 | 25 | 155 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.39 |
| HSL | 249.69º | 0.72% | 0.35% | - |
| HSV(B) | 249.69º | 0.84% | 0.61% | - |
| XYZ | 7.39 | 3.64 | 31.32 | - |
| YUV | 46.1 | 189.46 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 25 | 155 | 0.70 | 0.84 | 0 | 0.39 | 249.69 | 0.72 | 0.35 |
| Hex | 2E | 19 | 9B | 46 | 54 | 0 | 27 | FA | 48 | 23 |
| Octal | 56 | 31 | 233 | 106 | 124 | 0 | 47 | 372 | 110 | 43 |
| Binary | 101110 | 11001 | 10011011 | 1000110 | 1010100 | 0 | 100111 | 11111010 | 1001000 | 100011 |
Color Harmonies of #2E199B
Complementary color
Monochromatic Colors of #2E199B
Black with #2E199B
Text Example
Text Example
White with #2E199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E199B; }
p { color: rgb(46,25,155); }
H1.HeaderClassName
{
color: #2E199B;
}
.AnyTagClassName
{
color: #2E199B;
}
</style>
background-color css
<style>
a { background-color: #2E199B; }
a { background-color: rgb(46,25,155); }
div.DivClassName
{
background-color: #2E199B;
}
.BgClassName
{
background-color: #2E199B;
}
</style>
border-color css
<style>
span { border-color: #2E199B; }
span { border-color: rgb(46,25,155); }
td.TdClassName
{
border-color: #2E199B;
}
.TagClassName
{
border-color: #2E199B;
}
</style>