Shades of Ultramarine #2B16AB
Tints of Ultramarine #2B16AB
RGB
CMYK
RGB Variations
Color information
#2B16AB (or 0x2B16AB) is known color: Ultramarine. HEX triplet: 2B, 16 and AB. RGB value is (43,22,171). Sum of RGB (Red+Green+Blue) = 43+22+171=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 171 (67.19% from 255 or 72.46% from 236); Max value from RGB is 171 - color contains mainly: blue. Hex color #2B16AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B16AB is #D4E954. Grayscale: #2C2C2C. Windows color (decimal): -13953365 or 11212331. OLE color: 11212331.
HSL color Cylindrical-coordinate representation of color #2B16AB: hue angle of 248.46º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2B16AB is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 22 | 171 | - |
| CMYK | 0.75 | 0.87 | 0 | 0.33 |
| HSL | 248.46º | 0.77% | 0.38% | - |
| HSV(B) | 248.46º | 0.87% | 0.67% | - |
| XYZ | 8.63 | 4.03 | 38.85 | - |
| YUV | 45.27 | 198.96 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 22 | 171 | 0.75 | 0.87 | 0 | 0.33 | 248.46 | 0.77 | 0.38 |
| Hex | 2B | 16 | AB | 4B | 57 | 0 | 21 | F8 | 4D | 26 |
| Octal | 53 | 26 | 253 | 113 | 127 | 0 | 41 | 370 | 115 | 46 |
| Binary | 101011 | 10110 | 10101011 | 1001011 | 1010111 | 0 | 100001 | 11111000 | 1001101 | 100110 |
Color Harmonies of #2B16AB
Complementary color
Monochromatic Colors of #2B16AB
Black with #2B16AB
Text Example
Text Example
White with #2B16AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B16AB; }
p { color: rgb(43,22,171); }
H1.HeaderClassName
{
color: #2B16AB;
}
.AnyTagClassName
{
color: #2B16AB;
}
</style>
background-color css
<style>
a { background-color: #2B16AB; }
a { background-color: rgb(43,22,171); }
div.DivClassName
{
background-color: #2B16AB;
}
.BgClassName
{
background-color: #2B16AB;
}
</style>
border-color css
<style>
span { border-color: #2B16AB; }
span { border-color: rgb(43,22,171); }
td.TdClassName
{
border-color: #2B16AB;
}
.TagClassName
{
border-color: #2B16AB;
}
</style>