Shades of Ultramarine #2B0AAD
Tints of Ultramarine #2B0AAD
RGB
CMYK
RGB Variations
Color information
#2B0AAD (or 0x2B0AAD) is known color: Ultramarine. HEX triplet: 2B, 0A and AD. RGB value is (43,10,173). Sum of RGB (Red+Green+Blue) = 43+10+173=226 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.03% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 173 (67.97% from 255 or 76.55% from 226); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B0AAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0AAD is #D4F552. Grayscale: #252525. Windows color (decimal): -13956435 or 11340331. OLE color: 11340331.
HSL color Cylindrical-coordinate representation of color #2B0AAD: hue angle of 252.15º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B0AAD is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 10 | 173 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.32 |
| HSL | 252.15º | 0.89% | 0.36% | - |
| HSV(B) | 252.15º | 0.94% | 0.68% | - |
| XYZ | 8.65 | 3.75 | 39.8 | - |
| YUV | 38.45 | 203.93 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 10 | 173 | 0.75 | 0.94 | 0 | 0.32 | 252.15 | 0.89 | 0.36 |
| Hex | 2B | A | AD | 4B | 5E | 0 | 20 | FC | 59 | 24 |
| Octal | 53 | 12 | 255 | 113 | 136 | 0 | 40 | 374 | 131 | 44 |
| Binary | 101011 | 1010 | 10101101 | 1001011 | 1011110 | 0 | 100000 | 11111100 | 1011001 | 100100 |
Color Harmonies of #2B0AAD
Complementary color
Monochromatic Colors of #2B0AAD
Black with #2B0AAD
Text Example
Text Example
White with #2B0AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0AAD; }
p { color: rgb(43,10,173); }
H1.HeaderClassName
{
color: #2B0AAD;
}
.AnyTagClassName
{
color: #2B0AAD;
}
</style>
background-color css
<style>
a { background-color: #2B0AAD; }
a { background-color: rgb(43,10,173); }
div.DivClassName
{
background-color: #2B0AAD;
}
.BgClassName
{
background-color: #2B0AAD;
}
</style>
border-color css
<style>
span { border-color: #2B0AAD; }
span { border-color: rgb(43,10,173); }
td.TdClassName
{
border-color: #2B0AAD;
}
.TagClassName
{
border-color: #2B0AAD;
}
</style>