Shades of Ultramarine #2B0AA0
Tints of Ultramarine #2B0AA0
RGB
CMYK
RGB Variations
Color information
#2B0AA0 (or 0x2B0AA0) is known color: Ultramarine. HEX triplet: 2B, 0A and A0. RGB value is (43,10,160). Sum of RGB (Red+Green+Blue) = 43+10+160=213 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.19% from 213); Green value is 10 (4.30% from 255 or 4.69% from 213); Blue value is 160 (62.89% from 255 or 75.12% from 213); Max value from RGB is 160 - color contains mainly: blue. Hex color #2B0AA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0AA0 is #D4F55F. Grayscale: #242424. Windows color (decimal): -13956448 or 10488363. OLE color: 10488363.
HSL color Cylindrical-coordinate representation of color #2B0AA0: hue angle of 253.2º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B0AA0 is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 10 | 160 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.37 |
| HSL | 253.2º | 0.88% | 0.33% | - |
| HSV(B) | 253.2º | 0.94% | 0.63% | - |
| XYZ | 7.45 | 3.27 | 33.5 | - |
| YUV | 36.97 | 197.43 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 10 | 160 | 0.73 | 0.94 | 0 | 0.37 | 253.2 | 0.88 | 0.33 |
| Hex | 2B | A | A0 | 49 | 5E | 0 | 25 | FD | 58 | 21 |
| Octal | 53 | 12 | 240 | 111 | 136 | 0 | 45 | 375 | 130 | 41 |
| Binary | 101011 | 1010 | 10100000 | 1001001 | 1011110 | 0 | 100101 | 11111101 | 1011000 | 100001 |
Color Harmonies of #2B0AA0
Complementary color
Monochromatic Colors of #2B0AA0
Black with #2B0AA0
Text Example
Text Example
White with #2B0AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0AA0; }
p { color: rgb(43,10,160); }
H1.HeaderClassName
{
color: #2B0AA0;
}
.AnyTagClassName
{
color: #2B0AA0;
}
</style>
background-color css
<style>
a { background-color: #2B0AA0; }
a { background-color: rgb(43,10,160); }
div.DivClassName
{
background-color: #2B0AA0;
}
.BgClassName
{
background-color: #2B0AA0;
}
</style>
border-color css
<style>
span { border-color: #2B0AA0; }
span { border-color: rgb(43,10,160); }
td.TdClassName
{
border-color: #2B0AA0;
}
.TagClassName
{
border-color: #2B0AA0;
}
</style>