Shades of Ultramarine #2B189D
Tints of Ultramarine #2B189D
RGB
CMYK
RGB Variations
Color information
#2B189D (or 0x2B189D) is known color: Ultramarine. HEX triplet: 2B, 18 and 9D. RGB value is (43,24,157). Sum of RGB (Red+Green+Blue) = 43+24+157=224 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.20% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 157 (61.72% from 255 or 70.09% from 224); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B189D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B189D is #D4E762. Grayscale: #2C2C2C. Windows color (decimal): -13952867 or 10295339. OLE color: 10295339.
HSL color Cylindrical-coordinate representation of color #2B189D: hue angle of 248.57º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B189D is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 24 | 157 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.38 |
| HSL | 248.57º | 0.73% | 0.35% | - |
| HSV(B) | 248.57º | 0.85% | 0.62% | - |
| XYZ | 7.41 | 3.6 | 32.2 | - |
| YUV | 44.84 | 191.29 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 24 | 157 | 0.73 | 0.85 | 0 | 0.38 | 248.57 | 0.73 | 0.35 |
| Hex | 2B | 18 | 9D | 49 | 55 | 0 | 26 | F9 | 49 | 23 |
| Octal | 53 | 30 | 235 | 111 | 125 | 0 | 46 | 371 | 111 | 43 |
| Binary | 101011 | 11000 | 10011101 | 1001001 | 1010101 | 0 | 100110 | 11111001 | 1001001 | 100011 |
Color Harmonies of #2B189D
Complementary color
Monochromatic Colors of #2B189D
Black with #2B189D
Text Example
Text Example
White with #2B189D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B189D; }
p { color: rgb(43,24,157); }
H1.HeaderClassName
{
color: #2B189D;
}
.AnyTagClassName
{
color: #2B189D;
}
</style>
background-color css
<style>
a { background-color: #2B189D; }
a { background-color: rgb(43,24,157); }
div.DivClassName
{
background-color: #2B189D;
}
.BgClassName
{
background-color: #2B189D;
}
</style>
border-color css
<style>
span { border-color: #2B189D; }
span { border-color: rgb(43,24,157); }
td.TdClassName
{
border-color: #2B189D;
}
.TagClassName
{
border-color: #2B189D;
}
</style>