Shades of Ultramarine #2B159B
Tints of Ultramarine #2B159B
RGB
CMYK
RGB Variations
Color information
#2B159B (or 0x2B159B) is known color: Ultramarine. HEX triplet: 2B, 15 and 9B. RGB value is (43,21,155). Sum of RGB (Red+Green+Blue) = 43+21+155=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 155 (60.94% from 255 or 70.78% from 219); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B159B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B159B is #D4EA64. Grayscale: #2A2A2A. Windows color (decimal): -13953637 or 10163499. OLE color: 10163499.
HSL color Cylindrical-coordinate representation of color #2B159B: hue angle of 249.85º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B159B is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 21 | 155 | - |
| CMYK | 0.72 | 0.86 | 0 | 0.39 |
| HSL | 249.85º | 0.76% | 0.35% | - |
| HSV(B) | 249.85º | 0.86% | 0.61% | - |
| XYZ | 7.18 | 3.42 | 31.29 | - |
| YUV | 42.85 | 191.29 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 21 | 155 | 0.72 | 0.86 | 0 | 0.39 | 249.85 | 0.76 | 0.35 |
| Hex | 2B | 15 | 9B | 48 | 56 | 0 | 27 | FA | 4C | 23 |
| Octal | 53 | 25 | 233 | 110 | 126 | 0 | 47 | 372 | 114 | 43 |
| Binary | 101011 | 10101 | 10011011 | 1001000 | 1010110 | 0 | 100111 | 11111010 | 1001100 | 100011 |
Color Harmonies of #2B159B
Complementary color
Monochromatic Colors of #2B159B
Black with #2B159B
Text Example
Text Example
White with #2B159B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B159B; }
p { color: rgb(43,21,155); }
H1.HeaderClassName
{
color: #2B159B;
}
.AnyTagClassName
{
color: #2B159B;
}
</style>
background-color css
<style>
a { background-color: #2B159B; }
a { background-color: rgb(43,21,155); }
div.DivClassName
{
background-color: #2B159B;
}
.BgClassName
{
background-color: #2B159B;
}
</style>
border-color css
<style>
span { border-color: #2B159B; }
span { border-color: rgb(43,21,155); }
td.TdClassName
{
border-color: #2B159B;
}
.TagClassName
{
border-color: #2B159B;
}
</style>