Shades of Ultramarine #2B189E
Tints of Ultramarine #2B189E
RGB
CMYK
RGB Variations
Color information
#2B189E (or 0x2B189E) is known color: Ultramarine. HEX triplet: 2B, 18 and 9E. RGB value is (43,24,158). Sum of RGB (Red+Green+Blue) = 43+24+158=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 158 (62.11% from 255 or 70.22% from 225); Max value from RGB is 158 - color contains mainly: blue. Hex color #2B189E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B189E is #D4E761. Grayscale: #2C2C2C. Windows color (decimal): -13952866 or 10360875. OLE color: 10360875.
HSL color Cylindrical-coordinate representation of color #2B189E: hue angle of 248.51º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B189E is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 24 | 158 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.38 |
| HSL | 248.51º | 0.74% | 0.36% | - |
| HSV(B) | 248.51º | 0.85% | 0.62% | - |
| XYZ | 7.49 | 3.64 | 32.65 | - |
| YUV | 44.96 | 191.79 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 24 | 158 | 0.73 | 0.85 | 0 | 0.38 | 248.51 | 0.74 | 0.36 |
| Hex | 2B | 18 | 9E | 49 | 55 | 0 | 26 | F9 | 4A | 24 |
| Octal | 53 | 30 | 236 | 111 | 125 | 0 | 46 | 371 | 112 | 44 |
| Binary | 101011 | 11000 | 10011110 | 1001001 | 1010101 | 0 | 100110 | 11111001 | 1001010 | 100100 |
Color Harmonies of #2B189E
Complementary color
Monochromatic Colors of #2B189E
Black with #2B189E
Text Example
Text Example
White with #2B189E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B189E; }
p { color: rgb(43,24,158); }
H1.HeaderClassName
{
color: #2B189E;
}
.AnyTagClassName
{
color: #2B189E;
}
</style>
background-color css
<style>
a { background-color: #2B189E; }
a { background-color: rgb(43,24,158); }
div.DivClassName
{
background-color: #2B189E;
}
.BgClassName
{
background-color: #2B189E;
}
</style>
border-color css
<style>
span { border-color: #2B189E; }
span { border-color: rgb(43,24,158); }
td.TdClassName
{
border-color: #2B189E;
}
.TagClassName
{
border-color: #2B189E;
}
</style>