Shades of Ultramarine #2E119B
Tints of Ultramarine #2E119B
RGB
CMYK
RGB Variations
Color information
#2E119B (or 0x2E119B) is known color: Ultramarine. HEX triplet: 2E, 11 and 9B. RGB value is (46,17,155). Sum of RGB (Red+Green+Blue) = 46+17+155=218 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.10% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 155 (60.94% from 255 or 71.10% from 218); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E119B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E119B is #D1EE64. Grayscale: #282828. Windows color (decimal): -13758053 or 10162478. OLE color: 10162478.
HSL color Cylindrical-coordinate representation of color #2E119B: hue angle of 252.61º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E119B is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 46 | 17 | 155 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.39 |
| HSL | 252.61º | 0.8% | 0.34% | - |
| HSV(B) | 252.61º | 0.89% | 0.61% | - |
| XYZ | 7.24 | 3.35 | 31.27 | - |
| YUV | 41.4 | 192.11 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 17 | 155 | 0.70 | 0.89 | 0 | 0.39 | 252.61 | 0.8 | 0.34 |
| Hex | 2E | 11 | 9B | 46 | 59 | 0 | 27 | FD | 50 | 22 |
| Octal | 56 | 21 | 233 | 106 | 131 | 0 | 47 | 375 | 120 | 42 |
| Binary | 101110 | 10001 | 10011011 | 1000110 | 1011001 | 0 | 100111 | 11111101 | 1010000 | 100010 |
Color Harmonies of #2E119B
Complementary color
Monochromatic Colors of #2E119B
Black with #2E119B
Text Example
Text Example
White with #2E119B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E119B; }
p { color: rgb(46,17,155); }
H1.HeaderClassName
{
color: #2E119B;
}
.AnyTagClassName
{
color: #2E119B;
}
</style>
background-color css
<style>
a { background-color: #2E119B; }
a { background-color: rgb(46,17,155); }
div.DivClassName
{
background-color: #2E119B;
}
.BgClassName
{
background-color: #2E119B;
}
</style>
border-color css
<style>
span { border-color: #2E119B; }
span { border-color: rgb(46,17,155); }
td.TdClassName
{
border-color: #2E119B;
}
.TagClassName
{
border-color: #2E119B;
}
</style>