Shades of Ultramarine #2B139B
Tints of Ultramarine #2B139B
RGB
CMYK
RGB Variations
Color information
#2B139B (or 0x2B139B) is known color: Ultramarine. HEX triplet: 2B, 13 and 9B. RGB value is (43,19,155). Sum of RGB (Red+Green+Blue) = 43+19+155=217 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.82% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 155 (60.94% from 255 or 71.43% from 217); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B139B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B139B is #D4EC64. Grayscale: #292929. Windows color (decimal): -13954149 or 10162987. OLE color: 10162987.
HSL color Cylindrical-coordinate representation of color #2B139B: hue angle of 250.59º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B139B is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 19 | 155 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.39 |
| HSL | 250.59º | 0.78% | 0.34% | - |
| HSV(B) | 250.59º | 0.88% | 0.61% | - |
| XYZ | 7.15 | 3.35 | 31.28 | - |
| YUV | 41.68 | 191.95 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 19 | 155 | 0.72 | 0.88 | 0 | 0.39 | 250.59 | 0.78 | 0.34 |
| Hex | 2B | 13 | 9B | 48 | 58 | 0 | 27 | FB | 4E | 22 |
| Octal | 53 | 23 | 233 | 110 | 130 | 0 | 47 | 373 | 116 | 42 |
| Binary | 101011 | 10011 | 10011011 | 1001000 | 1011000 | 0 | 100111 | 11111011 | 1001110 | 100010 |
Color Harmonies of #2B139B
Complementary color
Monochromatic Colors of #2B139B
Black with #2B139B
Text Example
Text Example
White with #2B139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B139B; }
p { color: rgb(43,19,155); }
H1.HeaderClassName
{
color: #2B139B;
}
.AnyTagClassName
{
color: #2B139B;
}
</style>
background-color css
<style>
a { background-color: #2B139B; }
a { background-color: rgb(43,19,155); }
div.DivClassName
{
background-color: #2B139B;
}
.BgClassName
{
background-color: #2B139B;
}
</style>
border-color css
<style>
span { border-color: #2B139B; }
span { border-color: rgb(43,19,155); }
td.TdClassName
{
border-color: #2B139B;
}
.TagClassName
{
border-color: #2B139B;
}
</style>