Shades of Ultramarine #2B0899
Tints of Ultramarine #2B0899
RGB
CMYK
RGB Variations
Color information
#2B0899 (or 0x2B0899) is known color: Ultramarine. HEX triplet: 2B, 08 and 99. RGB value is (43,8,153). Sum of RGB (Red+Green+Blue) = 43+8+153=204 (27% of max value = 765). Red value is 43 (17.19% from 255 or 21.08% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 153 (60.16% from 255 or 75% from 204); Max value from RGB is 153 - color contains mainly: blue. Hex color #2B0899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0899 is #D4F766. Grayscale: #222222. Windows color (decimal): -13956967 or 10029099. OLE color: 10029099.
HSL color Cylindrical-coordinate representation of color #2B0899: hue angle of 254.48º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B0899 is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 43 | 8 | 153 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.4 |
| HSL | 254.48º | 0.9% | 0.32% | - |
| HSV(B) | 254.48º | 0.95% | 0.6% | - |
| XYZ | 6.83 | 2.99 | 30.35 | - |
| YUV | 35 | 194.6 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 8 | 153 | 0.72 | 0.95 | 0 | 0.4 | 254.48 | 0.9 | 0.32 |
| Hex | 2B | 8 | 99 | 48 | 5F | 0 | 28 | FE | 5A | 20 |
| Octal | 53 | 10 | 231 | 110 | 137 | 0 | 50 | 376 | 132 | 40 |
| Binary | 101011 | 1000 | 10011001 | 1001000 | 1011111 | 0 | 101000 | 11111110 | 1011010 | 100000 |
Color Harmonies of #2B0899
Complementary color
Monochromatic Colors of #2B0899
Black with #2B0899
Text Example
Text Example
White with #2B0899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0899; }
p { color: rgb(43,8,153); }
H1.HeaderClassName
{
color: #2B0899;
}
.AnyTagClassName
{
color: #2B0899;
}
</style>
background-color css
<style>
a { background-color: #2B0899; }
a { background-color: rgb(43,8,153); }
div.DivClassName
{
background-color: #2B0899;
}
.BgClassName
{
background-color: #2B0899;
}
</style>
border-color css
<style>
span { border-color: #2B0899; }
span { border-color: rgb(43,8,153); }
td.TdClassName
{
border-color: #2B0899;
}
.TagClassName
{
border-color: #2B0899;
}
</style>