Shades of Ultramarine #2B059A
Tints of Ultramarine #2B059A
RGB
CMYK
RGB Variations
Color information
#2B059A (or 0x2B059A) is known color: Ultramarine. HEX triplet: 2B, 05 and 9A. RGB value is (43,5,154). Sum of RGB (Red+Green+Blue) = 43+5+154=202 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.29% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 154 (60.55% from 255 or 76.24% from 202); Max value from RGB is 154 - color contains mainly: blue. Hex color #2B059A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B059A is #D4FA65. Grayscale: #202020. Windows color (decimal): -13957734 or 10093867. OLE color: 10093867.
HSL color Cylindrical-coordinate representation of color #2B059A: hue angle of 255.3º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B059A is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 43 | 5 | 154 | - |
| CMYK | 0.72 | 0.97 | 0 | 0.40 |
| HSL | 255.3º | 0.94% | 0.31% | - |
| HSV(B) | 255.3º | 0.97% | 0.6% | - |
| XYZ | 6.88 | 2.96 | 30.78 | - |
| YUV | 33.35 | 196.09 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 5 | 154 | 0.72 | 0.97 | 0 | 0.40 | 255.3 | 0.94 | 0.31 |
| Hex | 2B | 5 | 9A | 48 | 61 | 0 | 28 | FF | 5E | 1F |
| Octal | 53 | 5 | 232 | 110 | 141 | 0 | 50 | 377 | 136 | 37 |
| Binary | 101011 | 101 | 10011010 | 1001000 | 1100001 | 0 | 101000 | 11111111 | 1011110 | 11111 |
Color Harmonies of #2B059A
Complementary color
Monochromatic Colors of #2B059A
Black with #2B059A
Text Example
Text Example
White with #2B059A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B059A; }
p { color: rgb(43,5,154); }
H1.HeaderClassName
{
color: #2B059A;
}
.AnyTagClassName
{
color: #2B059A;
}
</style>
background-color css
<style>
a { background-color: #2B059A; }
a { background-color: rgb(43,5,154); }
div.DivClassName
{
background-color: #2B059A;
}
.BgClassName
{
background-color: #2B059A;
}
</style>
border-color css
<style>
span { border-color: #2B059A; }
span { border-color: rgb(43,5,154); }
td.TdClassName
{
border-color: #2B059A;
}
.TagClassName
{
border-color: #2B059A;
}
</style>