Shades of Ultramarine #2B059B
Tints of Ultramarine #2B059B
RGB
CMYK
RGB Variations
Color information
#2B059B (or 0x2B059B) is known color: Ultramarine. HEX triplet: 2B, 05 and 9B. RGB value is (43,5,155). Sum of RGB (Red+Green+Blue) = 43+5+155=203 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.18% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 155 (60.94% from 255 or 76.35% from 203); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B059B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B059B is #D4FA64. Grayscale: #202020. Windows color (decimal): -13957733 or 10159403. OLE color: 10159403.
HSL color Cylindrical-coordinate representation of color #2B059B: hue angle of 255.2º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B059B is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 5 | 155 | - |
| CMYK | 0.72 | 0.97 | 0 | 0.39 |
| HSL | 255.2º | 0.94% | 0.31% | - |
| HSV(B) | 255.2º | 0.97% | 0.61% | - |
| XYZ | 6.97 | 2.99 | 31.22 | - |
| YUV | 33.46 | 196.59 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 5 | 155 | 0.72 | 0.97 | 0 | 0.39 | 255.2 | 0.94 | 0.31 |
| Hex | 2B | 5 | 9B | 48 | 61 | 0 | 27 | FF | 5E | 1F |
| Octal | 53 | 5 | 233 | 110 | 141 | 0 | 47 | 377 | 136 | 37 |
| Binary | 101011 | 101 | 10011011 | 1001000 | 1100001 | 0 | 100111 | 11111111 | 1011110 | 11111 |
Color Harmonies of #2B059B
Complementary color
Monochromatic Colors of #2B059B
Black with #2B059B
Text Example
Text Example
White with #2B059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B059B; }
p { color: rgb(43,5,155); }
H1.HeaderClassName
{
color: #2B059B;
}
.AnyTagClassName
{
color: #2B059B;
}
</style>
background-color css
<style>
a { background-color: #2B059B; }
a { background-color: rgb(43,5,155); }
div.DivClassName
{
background-color: #2B059B;
}
.BgClassName
{
background-color: #2B059B;
}
</style>
border-color css
<style>
span { border-color: #2B059B; }
span { border-color: rgb(43,5,155); }
td.TdClassName
{
border-color: #2B059B;
}
.TagClassName
{
border-color: #2B059B;
}
</style>