Shades of Ultramarine #2B189F
Tints of Ultramarine #2B189F
RGB
CMYK
RGB Variations
Color information
#2B189F (or 0x2B189F) is known color: Ultramarine. HEX triplet: 2B, 18 and 9F. RGB value is (43,24,159). Sum of RGB (Red+Green+Blue) = 43+24+159=226 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.03% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 159 (62.5% from 255 or 70.35% from 226); Max value from RGB is 159 - color contains mainly: blue. Hex color #2B189F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B189F is #D4E760. Grayscale: #2C2C2C. Windows color (decimal): -13952865 or 10426411. OLE color: 10426411.
HSL color Cylindrical-coordinate representation of color #2B189F: hue angle of 248.44º 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 #2B189F is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 24 | 159 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.38 |
| HSL | 248.44º | 0.74% | 0.36% | - |
| HSV(B) | 248.44º | 0.85% | 0.62% | - |
| XYZ | 7.58 | 3.67 | 33.11 | - |
| YUV | 45.07 | 192.29 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 24 | 159 | 0.73 | 0.85 | 0 | 0.38 | 248.44 | 0.74 | 0.36 |
| Hex | 2B | 18 | 9F | 49 | 55 | 0 | 26 | F8 | 4A | 24 |
| Octal | 53 | 30 | 237 | 111 | 125 | 0 | 46 | 370 | 112 | 44 |
| Binary | 101011 | 11000 | 10011111 | 1001001 | 1010101 | 0 | 100110 | 11111000 | 1001010 | 100100 |
Color Harmonies of #2B189F
Complementary color
Monochromatic Colors of #2B189F
Black with #2B189F
Text Example
Text Example
White with #2B189F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B189F; }
p { color: rgb(43,24,159); }
H1.HeaderClassName
{
color: #2B189F;
}
.AnyTagClassName
{
color: #2B189F;
}
</style>
background-color css
<style>
a { background-color: #2B189F; }
a { background-color: rgb(43,24,159); }
div.DivClassName
{
background-color: #2B189F;
}
.BgClassName
{
background-color: #2B189F;
}
</style>
border-color css
<style>
span { border-color: #2B189F; }
span { border-color: rgb(43,24,159); }
td.TdClassName
{
border-color: #2B189F;
}
.TagClassName
{
border-color: #2B189F;
}
</style>