Shades of Ultramarine #2B189B
Tints of Ultramarine #2B189B
RGB
CMYK
RGB Variations
Color information
#2B189B (or 0x2B189B) is known color: Ultramarine. HEX triplet: 2B, 18 and 9B. RGB value is (43,24,155). Sum of RGB (Red+Green+Blue) = 43+24+155=222 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.37% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 155 (60.94% from 255 or 69.82% from 222); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B189B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B189B is #D4E764. Grayscale: #2C2C2C. Windows color (decimal): -13952869 or 10164267. OLE color: 10164267.
HSL color Cylindrical-coordinate representation of color #2B189B: hue angle of 248.7º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B189B is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 24 | 155 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.39 |
| HSL | 248.7º | 0.73% | 0.35% | - |
| HSV(B) | 248.7º | 0.85% | 0.61% | - |
| XYZ | 7.24 | 3.53 | 31.31 | - |
| YUV | 44.62 | 190.29 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 24 | 155 | 0.72 | 0.85 | 0 | 0.39 | 248.7 | 0.73 | 0.35 |
| Hex | 2B | 18 | 9B | 48 | 55 | 0 | 27 | F9 | 49 | 23 |
| Octal | 53 | 30 | 233 | 110 | 125 | 0 | 47 | 371 | 111 | 43 |
| Binary | 101011 | 11000 | 10011011 | 1001000 | 1010101 | 0 | 100111 | 11111001 | 1001001 | 100011 |
Color Harmonies of #2B189B
Complementary color
Monochromatic Colors of #2B189B
Black with #2B189B
Text Example
Text Example
White with #2B189B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B189B; }
p { color: rgb(43,24,155); }
H1.HeaderClassName
{
color: #2B189B;
}
.AnyTagClassName
{
color: #2B189B;
}
</style>
background-color css
<style>
a { background-color: #2B189B; }
a { background-color: rgb(43,24,155); }
div.DivClassName
{
background-color: #2B189B;
}
.BgClassName
{
background-color: #2B189B;
}
</style>
border-color css
<style>
span { border-color: #2B189B; }
span { border-color: rgb(43,24,155); }
td.TdClassName
{
border-color: #2B189B;
}
.TagClassName
{
border-color: #2B189B;
}
</style>