Shades of Ultramarine #2E1A9F
Tints of Ultramarine #2E1A9F
RGB
CMYK
RGB Variations
Color information
#2E1A9F (or 0x2E1A9F) is known color: Ultramarine. HEX triplet: 2E, 1A and 9F. RGB value is (46,26,159). Sum of RGB (Red+Green+Blue) = 46+26+159=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 26 (10.55% from 255 or 11.26% from 231); Blue value is 159 (62.5% from 255 or 68.83% from 231); Max value from RGB is 159 - color contains mainly: blue. Hex color #2E1A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E1A9F is #D1E560. Grayscale: #2E2E2E. Windows color (decimal): -13755745 or 10426926. OLE color: 10426926.
HSL color Cylindrical-coordinate representation of color #2E1A9F: hue angle of 249.02º degrees, saturation: 0.72, 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 #2E1A9F is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 26 | 159 | - |
| CMYK | 0.71 | 0.84 | 0 | 0.38 |
| HSL | 249.02º | 0.72% | 0.36% | - |
| HSV(B) | 249.02º | 0.84% | 0.62% | - |
| XYZ | 7.75 | 3.82 | 33.13 | - |
| YUV | 47.14 | 191.13 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 26 | 159 | 0.71 | 0.84 | 0 | 0.38 | 249.02 | 0.72 | 0.36 |
| Hex | 2E | 1A | 9F | 47 | 54 | 0 | 26 | F9 | 48 | 24 |
| Octal | 56 | 32 | 237 | 107 | 124 | 0 | 46 | 371 | 110 | 44 |
| Binary | 101110 | 11010 | 10011111 | 1000111 | 1010100 | 0 | 100110 | 11111001 | 1001000 | 100100 |
Color Harmonies of #2E1A9F
Complementary color
Monochromatic Colors of #2E1A9F
Black with #2E1A9F
Text Example
Text Example
White with #2E1A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1A9F; }
p { color: rgb(46,26,159); }
H1.HeaderClassName
{
color: #2E1A9F;
}
.AnyTagClassName
{
color: #2E1A9F;
}
</style>
background-color css
<style>
a { background-color: #2E1A9F; }
a { background-color: rgb(46,26,159); }
div.DivClassName
{
background-color: #2E1A9F;
}
.BgClassName
{
background-color: #2E1A9F;
}
</style>
border-color css
<style>
span { border-color: #2E1A9F; }
span { border-color: rgb(46,26,159); }
td.TdClassName
{
border-color: #2E1A9F;
}
.TagClassName
{
border-color: #2E1A9F;
}
</style>