Shades of Ultramarine #2B099D
Tints of Ultramarine #2B099D
RGB
CMYK
RGB Variations
Color information
#2B099D (or 0x2B099D) is known color: Ultramarine. HEX triplet: 2B, 09 and 9D. RGB value is (43,9,157). Sum of RGB (Red+Green+Blue) = 43+9+157=209 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.57% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 157 (61.72% from 255 or 75.12% from 209); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B099D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B099D is #D4F662. Grayscale: #232323. Windows color (decimal): -13956707 or 10291499. OLE color: 10291499.
HSL color Cylindrical-coordinate representation of color #2B099D: hue angle of 253.78º 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 #2B099D is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 9 | 157 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.38 |
| HSL | 253.78º | 0.89% | 0.33% | - |
| HSV(B) | 253.78º | 0.94% | 0.62% | - |
| XYZ | 7.18 | 3.14 | 32.13 | - |
| YUV | 36.04 | 196.26 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 9 | 157 | 0.73 | 0.94 | 0 | 0.38 | 253.78 | 0.89 | 0.33 |
| Hex | 2B | 9 | 9D | 49 | 5E | 0 | 26 | FE | 59 | 21 |
| Octal | 53 | 11 | 235 | 111 | 136 | 0 | 46 | 376 | 131 | 41 |
| Binary | 101011 | 1001 | 10011101 | 1001001 | 1011110 | 0 | 100110 | 11111110 | 1011001 | 100001 |
Color Harmonies of #2B099D
Complementary color
Monochromatic Colors of #2B099D
Black with #2B099D
Text Example
Text Example
White with #2B099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B099D; }
p { color: rgb(43,9,157); }
H1.HeaderClassName
{
color: #2B099D;
}
.AnyTagClassName
{
color: #2B099D;
}
</style>
background-color css
<style>
a { background-color: #2B099D; }
a { background-color: rgb(43,9,157); }
div.DivClassName
{
background-color: #2B099D;
}
.BgClassName
{
background-color: #2B099D;
}
</style>
border-color css
<style>
span { border-color: #2B099D; }
span { border-color: rgb(43,9,157); }
td.TdClassName
{
border-color: #2B099D;
}
.TagClassName
{
border-color: #2B099D;
}
</style>