Shades of Ultramarine #2B149B
Tints of Ultramarine #2B149B
RGB
CMYK
RGB Variations
Color information
#2B149B (or 0x2B149B) is known color: Ultramarine. HEX triplet: 2B, 14 and 9B. RGB value is (43,20,155). Sum of RGB (Red+Green+Blue) = 43+20+155=218 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.72% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 155 (60.94% from 255 or 71.10% from 218); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B149B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B149B is #D4EB64. Grayscale: #292929. Windows color (decimal): -13953893 or 10163243. OLE color: 10163243.
HSL color Cylindrical-coordinate representation of color #2B149B: hue angle of 250.22º 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 #2B149B is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 20 | 155 | - |
| CMYK | 0.72 | 0.87 | 0 | 0.39 |
| HSL | 250.22º | 0.77% | 0.34% | - |
| HSV(B) | 250.22º | 0.87% | 0.61% | - |
| XYZ | 7.16 | 3.38 | 31.29 | - |
| YUV | 42.27 | 191.62 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 20 | 155 | 0.72 | 0.87 | 0 | 0.39 | 250.22 | 0.77 | 0.34 |
| Hex | 2B | 14 | 9B | 48 | 57 | 0 | 27 | FA | 4D | 22 |
| Octal | 53 | 24 | 233 | 110 | 127 | 0 | 47 | 372 | 115 | 42 |
| Binary | 101011 | 10100 | 10011011 | 1001000 | 1010111 | 0 | 100111 | 11111010 | 1001101 | 100010 |
Color Harmonies of #2B149B
Complementary color
Monochromatic Colors of #2B149B
Black with #2B149B
Text Example
Text Example
White with #2B149B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B149B; }
p { color: rgb(43,20,155); }
H1.HeaderClassName
{
color: #2B149B;
}
.AnyTagClassName
{
color: #2B149B;
}
</style>
background-color css
<style>
a { background-color: #2B149B; }
a { background-color: rgb(43,20,155); }
div.DivClassName
{
background-color: #2B149B;
}
.BgClassName
{
background-color: #2B149B;
}
</style>
border-color css
<style>
span { border-color: #2B149B; }
span { border-color: rgb(43,20,155); }
td.TdClassName
{
border-color: #2B149B;
}
.TagClassName
{
border-color: #2B149B;
}
</style>