Shades of Ultramarine #2E129F
Tints of Ultramarine #2E129F
RGB
CMYK
RGB Variations
Color information
#2E129F (or 0x2E129F) is known color: Ultramarine. HEX triplet: 2E, 12 and 9F. RGB value is (46,18,159). Sum of RGB (Red+Green+Blue) = 46+18+159=223 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.63% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 159 (62.5% from 255 or 71.30% from 223); Max value from RGB is 159 - color contains mainly: blue. Hex color #2E129F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E129F is #D1ED60. Grayscale: #292929. Windows color (decimal): -13757793 or 10424878. OLE color: 10424878.
HSL color Cylindrical-coordinate representation of color #2E129F: hue angle of 251.91º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E129F is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 18 | 159 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.38 |
| HSL | 251.91º | 0.8% | 0.35% | - |
| HSV(B) | 251.91º | 0.89% | 0.62% | - |
| XYZ | 7.6 | 3.52 | 33.08 | - |
| YUV | 42.45 | 193.78 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 18 | 159 | 0.71 | 0.89 | 0 | 0.38 | 251.91 | 0.8 | 0.35 |
| Hex | 2E | 12 | 9F | 47 | 59 | 0 | 26 | FC | 50 | 23 |
| Octal | 56 | 22 | 237 | 107 | 131 | 0 | 46 | 374 | 120 | 43 |
| Binary | 101110 | 10010 | 10011111 | 1000111 | 1011001 | 0 | 100110 | 11111100 | 1010000 | 100011 |
Color Harmonies of #2E129F
Complementary color
Monochromatic Colors of #2E129F
Black with #2E129F
Text Example
Text Example
White with #2E129F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E129F; }
p { color: rgb(46,18,159); }
H1.HeaderClassName
{
color: #2E129F;
}
.AnyTagClassName
{
color: #2E129F;
}
</style>
background-color css
<style>
a { background-color: #2E129F; }
a { background-color: rgb(46,18,159); }
div.DivClassName
{
background-color: #2E129F;
}
.BgClassName
{
background-color: #2E129F;
}
</style>
border-color css
<style>
span { border-color: #2E129F; }
span { border-color: rgb(46,18,159); }
td.TdClassName
{
border-color: #2E129F;
}
.TagClassName
{
border-color: #2E129F;
}
</style>