Shades of Ultramarine #2B1D95
Tints of Ultramarine #2B1D95
RGB
CMYK
RGB Variations
Color information
#2B1D95 (or 0x2B1D95) is known color: Ultramarine. HEX triplet: 2B, 1D and 95. RGB value is (43,29,149). Sum of RGB (Red+Green+Blue) = 43+29+149=221 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.46% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 149 (58.59% from 255 or 67.42% from 221); Max value from RGB is 149 - color contains mainly: blue. Hex color #2B1D95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B1D95 is #D4E26A. Grayscale: #2E2E2E. Windows color (decimal): -13951595 or 9772331. OLE color: 9772331.
HSL color Cylindrical-coordinate representation of color #2B1D95: hue angle of 247º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B1D95 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 29 | 149 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.42 |
| HSL | 247º | 0.67% | 0.35% | - |
| HSV(B) | 247º | 0.81% | 0.58% | - |
| XYZ | 6.86 | 3.56 | 28.76 | - |
| YUV | 46.87 | 185.64 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 29 | 149 | 0.71 | 0.81 | 0 | 0.42 | 247 | 0.67 | 0.35 |
| Hex | 2B | 1D | 95 | 47 | 51 | 0 | 2A | F7 | 43 | 23 |
| Octal | 53 | 35 | 225 | 107 | 121 | 0 | 52 | 367 | 103 | 43 |
| Binary | 101011 | 11101 | 10010101 | 1000111 | 1010001 | 0 | 101010 | 11110111 | 1000011 | 100011 |
Color Harmonies of #2B1D95
Complementary color
Monochromatic Colors of #2B1D95
Black with #2B1D95
Text Example
Text Example
White with #2B1D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1D95; }
p { color: rgb(43,29,149); }
H1.HeaderClassName
{
color: #2B1D95;
}
.AnyTagClassName
{
color: #2B1D95;
}
</style>
background-color css
<style>
a { background-color: #2B1D95; }
a { background-color: rgb(43,29,149); }
div.DivClassName
{
background-color: #2B1D95;
}
.BgClassName
{
background-color: #2B1D95;
}
</style>
border-color css
<style>
span { border-color: #2B1D95; }
span { border-color: rgb(43,29,149); }
td.TdClassName
{
border-color: #2B1D95;
}
.TagClassName
{
border-color: #2B1D95;
}
</style>