Shades of Ultramarine #2B1794
Tints of Ultramarine #2B1794
RGB
CMYK
RGB Variations
Color information
#2B1794 (or 0x2B1794) is known color: Ultramarine. HEX triplet: 2B, 17 and 94. RGB value is (43,23,148). Sum of RGB (Red+Green+Blue) = 43+23+148=214 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.09% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 148 (58.20% from 255 or 69.16% from 214); Max value from RGB is 148 - color contains mainly: blue. Hex color #2B1794 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B1794 is #D4E86B. Grayscale: #2A2A2A. Windows color (decimal): -13953132 or 9705259. OLE color: 9705259.
HSL color Cylindrical-coordinate representation of color #2B1794: hue angle of 249.6º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B1794 is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 23 | 148 | - |
| CMYK | 0.71 | 0.84 | 0 | 0.42 |
| HSL | 249.6º | 0.73% | 0.34% | - |
| HSV(B) | 249.6º | 0.84% | 0.58% | - |
| XYZ | 6.65 | 3.26 | 28.3 | - |
| YUV | 43.23 | 187.13 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 23 | 148 | 0.71 | 0.84 | 0 | 0.42 | 249.6 | 0.73 | 0.34 |
| Hex | 2B | 17 | 94 | 47 | 54 | 0 | 2A | FA | 49 | 22 |
| Octal | 53 | 27 | 224 | 107 | 124 | 0 | 52 | 372 | 111 | 42 |
| Binary | 101011 | 10111 | 10010100 | 1000111 | 1010100 | 0 | 101010 | 11111010 | 1001001 | 100010 |
Color Harmonies of #2B1794
Complementary color
Monochromatic Colors of #2B1794
Black with #2B1794
Text Example
Text Example
White with #2B1794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1794; }
p { color: rgb(43,23,148); }
H1.HeaderClassName
{
color: #2B1794;
}
.AnyTagClassName
{
color: #2B1794;
}
</style>
background-color css
<style>
a { background-color: #2B1794; }
a { background-color: rgb(43,23,148); }
div.DivClassName
{
background-color: #2B1794;
}
.BgClassName
{
background-color: #2B1794;
}
</style>
border-color css
<style>
span { border-color: #2B1794; }
span { border-color: rgb(43,23,148); }
td.TdClassName
{
border-color: #2B1794;
}
.TagClassName
{
border-color: #2B1794;
}
</style>