Shades of Ultramarine #2B1898
Tints of Ultramarine #2B1898
RGB
CMYK
RGB Variations
Color information
#2B1898 (or 0x2B1898) is known color: Ultramarine. HEX triplet: 2B, 18 and 98. RGB value is (43,24,152). Sum of RGB (Red+Green+Blue) = 43+24+152=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 152 (59.77% from 255 or 69.41% from 219); Max value from RGB is 152 - color contains mainly: blue. Hex color #2B1898 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B1898 is #D4E767. Grayscale: #2B2B2B. Windows color (decimal): -13952872 or 9967659. OLE color: 9967659.
HSL color Cylindrical-coordinate representation of color #2B1898: hue angle of 248.91º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B1898 is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 43 | 24 | 152 | - |
| CMYK | 0.72 | 0.84 | 0 | 0.40 |
| HSL | 248.91º | 0.73% | 0.35% | - |
| HSV(B) | 248.91º | 0.84% | 0.6% | - |
| XYZ | 6.99 | 3.43 | 30 | - |
| YUV | 44.27 | 188.79 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 24 | 152 | 0.72 | 0.84 | 0 | 0.40 | 248.91 | 0.73 | 0.35 |
| Hex | 2B | 18 | 98 | 48 | 54 | 0 | 28 | F9 | 49 | 23 |
| Octal | 53 | 30 | 230 | 110 | 124 | 0 | 50 | 371 | 111 | 43 |
| Binary | 101011 | 11000 | 10011000 | 1001000 | 1010100 | 0 | 101000 | 11111001 | 1001001 | 100011 |
Color Harmonies of #2B1898
Complementary color
Monochromatic Colors of #2B1898
Black with #2B1898
Text Example
Text Example
White with #2B1898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1898; }
p { color: rgb(43,24,152); }
H1.HeaderClassName
{
color: #2B1898;
}
.AnyTagClassName
{
color: #2B1898;
}
</style>
background-color css
<style>
a { background-color: #2B1898; }
a { background-color: rgb(43,24,152); }
div.DivClassName
{
background-color: #2B1898;
}
.BgClassName
{
background-color: #2B1898;
}
</style>
border-color css
<style>
span { border-color: #2B1898; }
span { border-color: rgb(43,24,152); }
td.TdClassName
{
border-color: #2B1898;
}
.TagClassName
{
border-color: #2B1898;
}
</style>