Shades of Ultramarine #2B1295
Tints of Ultramarine #2B1295
RGB
CMYK
RGB Variations
Color information
#2B1295 (or 0x2B1295) is known color: Ultramarine. HEX triplet: 2B, 12 and 95. RGB value is (43,18,149). Sum of RGB (Red+Green+Blue) = 43+18+149=210 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.48% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 149 (58.59% from 255 or 70.95% from 210); Max value from RGB is 149 - color contains mainly: blue. Hex color #2B1295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B1295 is #D4ED6A. Grayscale: #272727. Windows color (decimal): -13954411 or 9769515. OLE color: 9769515.
HSL color Cylindrical-coordinate representation of color #2B1295: hue angle of 251.45º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B1295 is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 18 | 149 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.42 |
| HSL | 251.45º | 0.78% | 0.33% | - |
| HSV(B) | 251.45º | 0.88% | 0.58% | - |
| XYZ | 6.64 | 3.12 | 28.69 | - |
| YUV | 40.41 | 189.28 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 18 | 149 | 0.71 | 0.88 | 0 | 0.42 | 251.45 | 0.78 | 0.33 |
| Hex | 2B | 12 | 95 | 47 | 58 | 0 | 2A | FB | 4E | 21 |
| Octal | 53 | 22 | 225 | 107 | 130 | 0 | 52 | 373 | 116 | 41 |
| Binary | 101011 | 10010 | 10010101 | 1000111 | 1011000 | 0 | 101010 | 11111011 | 1001110 | 100001 |
Color Harmonies of #2B1295
Complementary color
Monochromatic Colors of #2B1295
Black with #2B1295
Text Example
Text Example
White with #2B1295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1295; }
p { color: rgb(43,18,149); }
H1.HeaderClassName
{
color: #2B1295;
}
.AnyTagClassName
{
color: #2B1295;
}
</style>
background-color css
<style>
a { background-color: #2B1295; }
a { background-color: rgb(43,18,149); }
div.DivClassName
{
background-color: #2B1295;
}
.BgClassName
{
background-color: #2B1295;
}
</style>
border-color css
<style>
span { border-color: #2B1295; }
span { border-color: rgb(43,18,149); }
td.TdClassName
{
border-color: #2B1295;
}
.TagClassName
{
border-color: #2B1295;
}
</style>