Shades of Ultramarine #2B109B
Tints of Ultramarine #2B109B
RGB
CMYK
RGB Variations
Color information
#2B109B (or 0x2B109B) is known color: Ultramarine. HEX triplet: 2B, 10 and 9B. RGB value is (43,16,155). Sum of RGB (Red+Green+Blue) = 43+16+155=214 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.09% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 155 (60.94% from 255 or 72.43% from 214); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B109B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B109B is #D4EF64. Grayscale: #272727. Windows color (decimal): -13954917 or 10162219. OLE color: 10162219.
HSL color Cylindrical-coordinate representation of color #2B109B: hue angle of 251.65º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B109B is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 16 | 155 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.39 |
| HSL | 251.65º | 0.81% | 0.34% | - |
| HSV(B) | 251.65º | 0.9% | 0.61% | - |
| XYZ | 7.1 | 3.25 | 31.26 | - |
| YUV | 39.92 | 192.95 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 16 | 155 | 0.72 | 0.90 | 0 | 0.39 | 251.65 | 0.81 | 0.34 |
| Hex | 2B | 10 | 9B | 48 | 5A | 0 | 27 | FC | 51 | 22 |
| Octal | 53 | 20 | 233 | 110 | 132 | 0 | 47 | 374 | 121 | 42 |
| Binary | 101011 | 10000 | 10011011 | 1001000 | 1011010 | 0 | 100111 | 11111100 | 1010001 | 100010 |
Color Harmonies of #2B109B
Complementary color
Monochromatic Colors of #2B109B
Black with #2B109B
Text Example
Text Example
White with #2B109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B109B; }
p { color: rgb(43,16,155); }
H1.HeaderClassName
{
color: #2B109B;
}
.AnyTagClassName
{
color: #2B109B;
}
</style>
background-color css
<style>
a { background-color: #2B109B; }
a { background-color: rgb(43,16,155); }
div.DivClassName
{
background-color: #2B109B;
}
.BgClassName
{
background-color: #2B109B;
}
</style>
border-color css
<style>
span { border-color: #2B109B; }
span { border-color: rgb(43,16,155); }
td.TdClassName
{
border-color: #2B109B;
}
.TagClassName
{
border-color: #2B109B;
}
</style>