Shades of Ultramarine #2E149B
Tints of Ultramarine #2E149B
RGB
CMYK
RGB Variations
Color information
#2E149B (or 0x2E149B) is known color: Ultramarine. HEX triplet: 2E, 14 and 9B. RGB value is (46,20,155). Sum of RGB (Red+Green+Blue) = 46+20+155=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 155 (60.94% from 255 or 70.14% from 221); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E149B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E149B is #D1EB64. Grayscale: #2A2A2A. Windows color (decimal): -13757285 or 10163246. OLE color: 10163246.
HSL color Cylindrical-coordinate representation of color #2E149B: hue angle of 251.56º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2E149B is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 46 | 20 | 155 | - |
| CMYK | 0.70 | 0.87 | 0 | 0.39 |
| HSL | 251.56º | 0.77% | 0.34% | - |
| HSV(B) | 251.56º | 0.87% | 0.61% | - |
| XYZ | 7.29 | 3.45 | 31.29 | - |
| YUV | 43.16 | 191.11 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 20 | 155 | 0.70 | 0.87 | 0 | 0.39 | 251.56 | 0.77 | 0.34 |
| Hex | 2E | 14 | 9B | 46 | 57 | 0 | 27 | FC | 4D | 22 |
| Octal | 56 | 24 | 233 | 106 | 127 | 0 | 47 | 374 | 115 | 42 |
| Binary | 101110 | 10100 | 10011011 | 1000110 | 1010111 | 0 | 100111 | 11111100 | 1001101 | 100010 |
Color Harmonies of #2E149B
Complementary color
Monochromatic Colors of #2E149B
Black with #2E149B
Text Example
Text Example
White with #2E149B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E149B; }
p { color: rgb(46,20,155); }
H1.HeaderClassName
{
color: #2E149B;
}
.AnyTagClassName
{
color: #2E149B;
}
</style>
background-color css
<style>
a { background-color: #2E149B; }
a { background-color: rgb(46,20,155); }
div.DivClassName
{
background-color: #2E149B;
}
.BgClassName
{
background-color: #2E149B;
}
</style>
border-color css
<style>
span { border-color: #2E149B; }
span { border-color: rgb(46,20,155); }
td.TdClassName
{
border-color: #2E149B;
}
.TagClassName
{
border-color: #2E149B;
}
</style>