Shades of Ultramarine #2B0B9B
Tints of Ultramarine #2B0B9B
RGB
CMYK
RGB Variations
Color information
#2B0B9B (or 0x2B0B9B) is known color: Ultramarine. HEX triplet: 2B, 0B and 9B. RGB value is (43,11,155). Sum of RGB (Red+Green+Blue) = 43+11+155=209 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.57% from 209); Green value is 11 (4.69% from 255 or 5.26% from 209); Blue value is 155 (60.94% from 255 or 74.16% from 209); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B0B9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0B9B is #D4F464. Grayscale: #242424. Windows color (decimal): -13956197 or 10160939. OLE color: 10160939.
HSL color Cylindrical-coordinate representation of color #2B0B9B: hue angle of 253.33º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B0B9B is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 11 | 155 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.39 |
| HSL | 253.33º | 0.87% | 0.33% | - |
| HSV(B) | 253.33º | 0.93% | 0.61% | - |
| XYZ | 7.03 | 3.12 | 31.24 | - |
| YUV | 36.98 | 194.6 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 11 | 155 | 0.72 | 0.93 | 0 | 0.39 | 253.33 | 0.87 | 0.33 |
| Hex | 2B | B | 9B | 48 | 5D | 0 | 27 | FD | 57 | 21 |
| Octal | 53 | 13 | 233 | 110 | 135 | 0 | 47 | 375 | 127 | 41 |
| Binary | 101011 | 1011 | 10011011 | 1001000 | 1011101 | 0 | 100111 | 11111101 | 1010111 | 100001 |
Color Harmonies of #2B0B9B
Complementary color
Monochromatic Colors of #2B0B9B
Black with #2B0B9B
Text Example
Text Example
White with #2B0B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0B9B; }
p { color: rgb(43,11,155); }
H1.HeaderClassName
{
color: #2B0B9B;
}
.AnyTagClassName
{
color: #2B0B9B;
}
</style>
background-color css
<style>
a { background-color: #2B0B9B; }
a { background-color: rgb(43,11,155); }
div.DivClassName
{
background-color: #2B0B9B;
}
.BgClassName
{
background-color: #2B0B9B;
}
</style>
border-color css
<style>
span { border-color: #2B0B9B; }
span { border-color: rgb(43,11,155); }
td.TdClassName
{
border-color: #2B0B9B;
}
.TagClassName
{
border-color: #2B0B9B;
}
</style>