Shades of Ultramarine #2E14AB
Tints of Ultramarine #2E14AB
RGB
CMYK
RGB Variations
Color information
#2E14AB (or 0x2E14AB) is known color: Ultramarine. HEX triplet: 2E, 14 and AB. RGB value is (46,20,171). Sum of RGB (Red+Green+Blue) = 46+20+171=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 171 (67.19% from 255 or 72.15% from 237); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E14AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E14AB is #D1EB54. Grayscale: #2C2C2C. Windows color (decimal): -13757269 or 11211822. OLE color: 11211822.
HSL color Cylindrical-coordinate representation of color #2E14AB: hue angle of 250.33º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E14AB is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 20 | 171 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.33 |
| HSL | 250.33º | 0.79% | 0.37% | - |
| HSV(B) | 250.33º | 0.88% | 0.67% | - |
| XYZ | 8.73 | 4.02 | 38.84 | - |
| YUV | 44.99 | 199.11 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 20 | 171 | 0.73 | 0.88 | 0 | 0.33 | 250.33 | 0.79 | 0.37 |
| Hex | 2E | 14 | AB | 49 | 58 | 0 | 21 | FA | 4F | 25 |
| Octal | 56 | 24 | 253 | 111 | 130 | 0 | 41 | 372 | 117 | 45 |
| Binary | 101110 | 10100 | 10101011 | 1001001 | 1011000 | 0 | 100001 | 11111010 | 1001111 | 100101 |
Color Harmonies of #2E14AB
Complementary color
Monochromatic Colors of #2E14AB
Black with #2E14AB
Text Example
Text Example
White with #2E14AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E14AB; }
p { color: rgb(46,20,171); }
H1.HeaderClassName
{
color: #2E14AB;
}
.AnyTagClassName
{
color: #2E14AB;
}
</style>
background-color css
<style>
a { background-color: #2E14AB; }
a { background-color: rgb(46,20,171); }
div.DivClassName
{
background-color: #2E14AB;
}
.BgClassName
{
background-color: #2E14AB;
}
</style>
border-color css
<style>
span { border-color: #2E14AB; }
span { border-color: rgb(46,20,171); }
td.TdClassName
{
border-color: #2E14AB;
}
.TagClassName
{
border-color: #2E14AB;
}
</style>