Shades of Ultramarine #2B14AB
Tints of Ultramarine #2B14AB
RGB
CMYK
RGB Variations
Color information
#2B14AB (or 0x2B14AB) is known color: Ultramarine. HEX triplet: 2B, 14 and AB. RGB value is (43,20,171). Sum of RGB (Red+Green+Blue) = 43+20+171=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 171 (67.19% from 255 or 73.08% from 234); Max value from RGB is 171 - color contains mainly: blue. Hex color #2B14AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B14AB is #D4EB54. Grayscale: #2B2B2B. Windows color (decimal): -13953877 or 11211819. OLE color: 11211819.
HSL color Cylindrical-coordinate representation of color #2B14AB: hue angle of 249.14º 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 #2B14AB is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 20 | 171 | - |
| CMYK | 0.75 | 0.88 | 0 | 0.33 |
| HSL | 249.14º | 0.79% | 0.37% | - |
| HSV(B) | 249.14º | 0.88% | 0.67% | - |
| XYZ | 8.6 | 3.95 | 38.84 | - |
| YUV | 44.09 | 199.62 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 20 | 171 | 0.75 | 0.88 | 0 | 0.33 | 249.14 | 0.79 | 0.37 |
| Hex | 2B | 14 | AB | 4B | 58 | 0 | 21 | F9 | 4F | 25 |
| Octal | 53 | 24 | 253 | 113 | 130 | 0 | 41 | 371 | 117 | 45 |
| Binary | 101011 | 10100 | 10101011 | 1001011 | 1011000 | 0 | 100001 | 11111001 | 1001111 | 100101 |
Color Harmonies of #2B14AB
Complementary color
Monochromatic Colors of #2B14AB
Black with #2B14AB
Text Example
Text Example
White with #2B14AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B14AB; }
p { color: rgb(43,20,171); }
H1.HeaderClassName
{
color: #2B14AB;
}
.AnyTagClassName
{
color: #2B14AB;
}
</style>
background-color css
<style>
a { background-color: #2B14AB; }
a { background-color: rgb(43,20,171); }
div.DivClassName
{
background-color: #2B14AB;
}
.BgClassName
{
background-color: #2B14AB;
}
</style>
border-color css
<style>
span { border-color: #2B14AB; }
span { border-color: rgb(43,20,171); }
td.TdClassName
{
border-color: #2B14AB;
}
.TagClassName
{
border-color: #2B14AB;
}
</style>