Shades of Ultramarine #2B099F
Tints of Ultramarine #2B099F
RGB
CMYK
RGB Variations
Color information
#2B099F (or 0x2B099F) is known color: Ultramarine. HEX triplet: 2B, 09 and 9F. RGB value is (43,9,159). Sum of RGB (Red+Green+Blue) = 43+9+159=211 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.38% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 159 (62.5% from 255 or 75.36% from 211); Max value from RGB is 159 - color contains mainly: blue. Hex color #2B099F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B099F is #D4F660. Grayscale: #232323. Windows color (decimal): -13956705 or 10422571. OLE color: 10422571.
HSL color Cylindrical-coordinate representation of color #2B099F: hue angle of 253.6º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B099F is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 9 | 159 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.38 |
| HSL | 253.6º | 0.89% | 0.33% | - |
| HSV(B) | 253.6º | 0.94% | 0.62% | - |
| XYZ | 7.35 | 3.21 | 33.03 | - |
| YUV | 36.27 | 197.26 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 9 | 159 | 0.73 | 0.94 | 0 | 0.38 | 253.6 | 0.89 | 0.33 |
| Hex | 2B | 9 | 9F | 49 | 5E | 0 | 26 | FE | 59 | 21 |
| Octal | 53 | 11 | 237 | 111 | 136 | 0 | 46 | 376 | 131 | 41 |
| Binary | 101011 | 1001 | 10011111 | 1001001 | 1011110 | 0 | 100110 | 11111110 | 1011001 | 100001 |
Color Harmonies of #2B099F
Complementary color
Monochromatic Colors of #2B099F
Black with #2B099F
Text Example
Text Example
White with #2B099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B099F; }
p { color: rgb(43,9,159); }
H1.HeaderClassName
{
color: #2B099F;
}
.AnyTagClassName
{
color: #2B099F;
}
</style>
background-color css
<style>
a { background-color: #2B099F; }
a { background-color: rgb(43,9,159); }
div.DivClassName
{
background-color: #2B099F;
}
.BgClassName
{
background-color: #2B099F;
}
</style>
border-color css
<style>
span { border-color: #2B099F; }
span { border-color: rgb(43,9,159); }
td.TdClassName
{
border-color: #2B099F;
}
.TagClassName
{
border-color: #2B099F;
}
</style>