Shades of Ultramarine #2B199F
Tints of Ultramarine #2B199F
RGB
CMYK
RGB Variations
Color information
#2B199F (or 0x2B199F) is known color: Ultramarine. HEX triplet: 2B, 19 and 9F. RGB value is (43,25,159). Sum of RGB (Red+Green+Blue) = 43+25+159=227 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.94% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 159 (62.5% from 255 or 70.04% from 227); Max value from RGB is 159 - color contains mainly: blue. Hex color #2B199F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B199F is #D4E660. Grayscale: #2D2D2D. Windows color (decimal): -13952609 or 10426667. OLE color: 10426667.
HSL color Cylindrical-coordinate representation of color #2B199F: hue angle of 248.06º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B199F is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 25 | 159 | - |
| CMYK | 0.73 | 0.84 | 0 | 0.38 |
| HSL | 248.06º | 0.73% | 0.36% | - |
| HSV(B) | 248.06º | 0.84% | 0.62% | - |
| XYZ | 7.6 | 3.71 | 33.12 | - |
| YUV | 45.66 | 191.96 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 25 | 159 | 0.73 | 0.84 | 0 | 0.38 | 248.06 | 0.73 | 0.36 |
| Hex | 2B | 19 | 9F | 49 | 54 | 0 | 26 | F8 | 49 | 24 |
| Octal | 53 | 31 | 237 | 111 | 124 | 0 | 46 | 370 | 111 | 44 |
| Binary | 101011 | 11001 | 10011111 | 1001001 | 1010100 | 0 | 100110 | 11111000 | 1001001 | 100100 |
Color Harmonies of #2B199F
Complementary color
Monochromatic Colors of #2B199F
Black with #2B199F
Text Example
Text Example
White with #2B199F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B199F; }
p { color: rgb(43,25,159); }
H1.HeaderClassName
{
color: #2B199F;
}
.AnyTagClassName
{
color: #2B199F;
}
</style>
background-color css
<style>
a { background-color: #2B199F; }
a { background-color: rgb(43,25,159); }
div.DivClassName
{
background-color: #2B199F;
}
.BgClassName
{
background-color: #2B199F;
}
</style>
border-color css
<style>
span { border-color: #2B199F; }
span { border-color: rgb(43,25,159); }
td.TdClassName
{
border-color: #2B199F;
}
.TagClassName
{
border-color: #2B199F;
}
</style>