Shades of Ultramarine #2B10BA
Tints of Ultramarine #2B10BA
RGB
CMYK
RGB Variations
Color information
#2B10BA (or 0x2B10BA) is known color: Ultramarine. HEX triplet: 2B, 10 and BA. RGB value is (43,16,186). Sum of RGB (Red+Green+Blue) = 43+16+186=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 186 (73.05% from 255 or 75.92% from 245); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B10BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B10BA is #D4EF45. Grayscale: #2A2A2A. Windows color (decimal): -13954886 or 12193835. OLE color: 12193835.
HSL color Cylindrical-coordinate representation of color #2B10BA: hue angle of 249.53º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B10BA is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 16 | 186 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.27 |
| HSL | 249.53º | 0.84% | 0.4% | - |
| HSV(B) | 249.53º | 0.91% | 0.73% | - |
| XYZ | 10.04 | 4.43 | 46.78 | - |
| YUV | 43.45 | 208.45 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 16 | 186 | 0.77 | 0.91 | 0 | 0.27 | 249.53 | 0.84 | 0.4 |
| Hex | 2B | 10 | BA | 4D | 5B | 0 | 1B | FA | 54 | 28 |
| Octal | 53 | 20 | 272 | 115 | 133 | 0 | 33 | 372 | 124 | 50 |
| Binary | 101011 | 10000 | 10111010 | 1001101 | 1011011 | 0 | 11011 | 11111010 | 1010100 | 101000 |
Color Harmonies of #2B10BA
Complementary color
Monochromatic Colors of #2B10BA
Black with #2B10BA
Text Example
Text Example
White with #2B10BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B10BA; }
p { color: rgb(43,16,186); }
H1.HeaderClassName
{
color: #2B10BA;
}
.AnyTagClassName
{
color: #2B10BA;
}
</style>
background-color css
<style>
a { background-color: #2B10BA; }
a { background-color: rgb(43,16,186); }
div.DivClassName
{
background-color: #2B10BA;
}
.BgClassName
{
background-color: #2B10BA;
}
</style>
border-color css
<style>
span { border-color: #2B10BA; }
span { border-color: rgb(43,16,186); }
td.TdClassName
{
border-color: #2B10BA;
}
.TagClassName
{
border-color: #2B10BA;
}
</style>