Shades of Ultramarine #2B1496
Tints of Ultramarine #2B1496
RGB
CMYK
RGB Variations
Color information
#2B1496 (or 0x2B1496) is known color: Ultramarine. HEX triplet: 2B, 14 and 96. RGB value is (43,20,150). Sum of RGB (Red+Green+Blue) = 43+20+150=213 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.19% from 213); Green value is 20 (8.20% from 255 or 9.39% from 213); Blue value is 150 (58.98% from 255 or 70.42% from 213); Max value from RGB is 150 - color contains mainly: blue. Hex color #2B1496 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B1496 is #D4EB69. Grayscale: #292929. Windows color (decimal): -13953898 or 9835563. OLE color: 9835563.
HSL color Cylindrical-coordinate representation of color #2B1496: hue angle of 250.62º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2B1496 is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 43 | 20 | 150 | - |
| CMYK | 0.71 | 0.87 | 0 | 0.41 |
| HSL | 250.62º | 0.76% | 0.33% | - |
| HSV(B) | 250.62º | 0.87% | 0.59% | - |
| XYZ | 6.75 | 3.22 | 29.12 | - |
| YUV | 41.7 | 189.12 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 20 | 150 | 0.71 | 0.87 | 0 | 0.41 | 250.62 | 0.76 | 0.33 |
| Hex | 2B | 14 | 96 | 47 | 57 | 0 | 29 | FB | 4C | 21 |
| Octal | 53 | 24 | 226 | 107 | 127 | 0 | 51 | 373 | 114 | 41 |
| Binary | 101011 | 10100 | 10010110 | 1000111 | 1010111 | 0 | 101001 | 11111011 | 1001100 | 100001 |
Color Harmonies of #2B1496
Complementary color
Monochromatic Colors of #2B1496
Black with #2B1496
Text Example
Text Example
White with #2B1496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1496; }
p { color: rgb(43,20,150); }
H1.HeaderClassName
{
color: #2B1496;
}
.AnyTagClassName
{
color: #2B1496;
}
</style>
background-color css
<style>
a { background-color: #2B1496; }
a { background-color: rgb(43,20,150); }
div.DivClassName
{
background-color: #2B1496;
}
.BgClassName
{
background-color: #2B1496;
}
</style>
border-color css
<style>
span { border-color: #2B1496; }
span { border-color: rgb(43,20,150); }
td.TdClassName
{
border-color: #2B1496;
}
.TagClassName
{
border-color: #2B1496;
}
</style>