Shades of Ultramarine #2B0BA7
Tints of Ultramarine #2B0BA7
RGB
CMYK
RGB Variations
Color information
#2B0BA7 (or 0x2B0BA7) is known color: Ultramarine. HEX triplet: 2B, 0B and A7. RGB value is (43,11,167). Sum of RGB (Red+Green+Blue) = 43+11+167=221 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.46% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 167 (65.62% from 255 or 75.57% from 221); Max value from RGB is 167 - color contains mainly: blue. Hex color #2B0BA7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0BA7 is #D4F458. Grayscale: #252525. Windows color (decimal): -13956185 or 10947371. OLE color: 10947371.
HSL color Cylindrical-coordinate representation of color #2B0BA7: hue angle of 252.31º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B0BA7 is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 11 | 167 | - |
| CMYK | 0.74 | 0.93 | 0 | 0.35 |
| HSL | 252.31º | 0.88% | 0.35% | - |
| HSV(B) | 252.31º | 0.93% | 0.65% | - |
| XYZ | 8.09 | 3.54 | 36.82 | - |
| YUV | 38.35 | 200.6 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 11 | 167 | 0.74 | 0.93 | 0 | 0.35 | 252.31 | 0.88 | 0.35 |
| Hex | 2B | B | A7 | 4A | 5D | 0 | 23 | FC | 58 | 23 |
| Octal | 53 | 13 | 247 | 112 | 135 | 0 | 43 | 374 | 130 | 43 |
| Binary | 101011 | 1011 | 10100111 | 1001010 | 1011101 | 0 | 100011 | 11111100 | 1011000 | 100011 |
Color Harmonies of #2B0BA7
Complementary color
Monochromatic Colors of #2B0BA7
Black with #2B0BA7
Text Example
Text Example
White with #2B0BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0BA7; }
p { color: rgb(43,11,167); }
H1.HeaderClassName
{
color: #2B0BA7;
}
.AnyTagClassName
{
color: #2B0BA7;
}
</style>
background-color css
<style>
a { background-color: #2B0BA7; }
a { background-color: rgb(43,11,167); }
div.DivClassName
{
background-color: #2B0BA7;
}
.BgClassName
{
background-color: #2B0BA7;
}
</style>
border-color css
<style>
span { border-color: #2B0BA7; }
span { border-color: rgb(43,11,167); }
td.TdClassName
{
border-color: #2B0BA7;
}
.TagClassName
{
border-color: #2B0BA7;
}
</style>