Shades of Ultramarine #2E019F
Tints of Ultramarine #2E019F
RGB
CMYK
RGB Variations
Color information
#2E019F (or 0x2E019F) is known color: Ultramarine. HEX triplet: 2E, 01 and 9F. RGB value is (46,1,159). Sum of RGB (Red+Green+Blue) = 46+1+159=206 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.33% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 159 (62.5% from 255 or 77.18% from 206); Max value from RGB is 159 - color contains mainly: blue. Hex color #2E019F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E019F is #D1FE60. Grayscale: #1F1F1F. Windows color (decimal): -13762145 or 10420526. OLE color: 10420526.
HSL color Cylindrical-coordinate representation of color #2E019F: hue angle of 257.09º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E019F is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 1 | 159 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.38 |
| HSL | 257.09º | 0.99% | 0.31% | - |
| HSV(B) | 257.09º | 0.99% | 0.62% | - |
| XYZ | 7.4 | 3.11 | 33.01 | - |
| YUV | 32.47 | 199.41 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 1 | 159 | 0.71 | 0.99 | 0 | 0.38 | 257.09 | 0.99 | 0.31 |
| Hex | 2E | 1 | 9F | 47 | 63 | 0 | 26 | 101 | 63 | 1F |
| Octal | 56 | 1 | 237 | 107 | 143 | 0 | 46 | 401 | 143 | 37 |
| Binary | 101110 | 1 | 10011111 | 1000111 | 1100011 | 0 | 100110 | 100000001 | 1100011 | 11111 |
Color Harmonies of #2E019F
Complementary color
Monochromatic Colors of #2E019F
Black with #2E019F
Text Example
Text Example
White with #2E019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E019F; }
p { color: rgb(46,1,159); }
H1.HeaderClassName
{
color: #2E019F;
}
.AnyTagClassName
{
color: #2E019F;
}
</style>
background-color css
<style>
a { background-color: #2E019F; }
a { background-color: rgb(46,1,159); }
div.DivClassName
{
background-color: #2E019F;
}
.BgClassName
{
background-color: #2E019F;
}
</style>
border-color css
<style>
span { border-color: #2E019F; }
span { border-color: rgb(46,1,159); }
td.TdClassName
{
border-color: #2E019F;
}
.TagClassName
{
border-color: #2E019F;
}
</style>