Shades of Ultramarine #2B19AB
Tints of Ultramarine #2B19AB
RGB
CMYK
RGB Variations
Color information
#2B19AB (or 0x2B19AB) is known color: Ultramarine. HEX triplet: 2B, 19 and AB. RGB value is (43,25,171). Sum of RGB (Red+Green+Blue) = 43+25+171=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 171 (67.19% from 255 or 71.55% from 239); Max value from RGB is 171 - color contains mainly: blue. Hex color #2B19AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B19AB is #D4E654. Grayscale: #2E2E2E. Windows color (decimal): -13952597 or 11213099. OLE color: 11213099.
HSL color Cylindrical-coordinate representation of color #2B19AB: hue angle of 247.4º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B19AB is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 25 | 171 | - |
| CMYK | 0.75 | 0.85 | 0 | 0.33 |
| HSL | 247.4º | 0.74% | 0.38% | - |
| HSV(B) | 247.4º | 0.85% | 0.67% | - |
| XYZ | 8.69 | 4.15 | 38.87 | - |
| YUV | 47.03 | 197.96 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 25 | 171 | 0.75 | 0.85 | 0 | 0.33 | 247.4 | 0.74 | 0.38 |
| Hex | 2B | 19 | AB | 4B | 55 | 0 | 21 | F7 | 4A | 26 |
| Octal | 53 | 31 | 253 | 113 | 125 | 0 | 41 | 367 | 112 | 46 |
| Binary | 101011 | 11001 | 10101011 | 1001011 | 1010101 | 0 | 100001 | 11110111 | 1001010 | 100110 |
Color Harmonies of #2B19AB
Complementary color
Monochromatic Colors of #2B19AB
Black with #2B19AB
Text Example
Text Example
White with #2B19AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B19AB; }
p { color: rgb(43,25,171); }
H1.HeaderClassName
{
color: #2B19AB;
}
.AnyTagClassName
{
color: #2B19AB;
}
</style>
background-color css
<style>
a { background-color: #2B19AB; }
a { background-color: rgb(43,25,171); }
div.DivClassName
{
background-color: #2B19AB;
}
.BgClassName
{
background-color: #2B19AB;
}
</style>
border-color css
<style>
span { border-color: #2B19AB; }
span { border-color: rgb(43,25,171); }
td.TdClassName
{
border-color: #2B19AB;
}
.TagClassName
{
border-color: #2B19AB;
}
</style>