Shades of Ultramarine #2B149D
Tints of Ultramarine #2B149D
RGB
CMYK
RGB Variations
Color information
#2B149D (or 0x2B149D) is known color: Ultramarine. HEX triplet: 2B, 14 and 9D. RGB value is (43,20,157). Sum of RGB (Red+Green+Blue) = 43+20+157=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 157 (61.72% from 255 or 71.36% from 220); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B149D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B149D is #D4EB62. Grayscale: #292929. Windows color (decimal): -13953891 or 10294315. OLE color: 10294315.
HSL color Cylindrical-coordinate representation of color #2B149D: hue angle of 250.07º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2B149D is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 20 | 157 | - |
| CMYK | 0.73 | 0.87 | 0 | 0.38 |
| HSL | 250.07º | 0.77% | 0.35% | - |
| HSV(B) | 250.07º | 0.87% | 0.62% | - |
| XYZ | 7.33 | 3.45 | 32.18 | - |
| YUV | 42.5 | 192.62 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 20 | 157 | 0.73 | 0.87 | 0 | 0.38 | 250.07 | 0.77 | 0.35 |
| Hex | 2B | 14 | 9D | 49 | 57 | 0 | 26 | FA | 4D | 23 |
| Octal | 53 | 24 | 235 | 111 | 127 | 0 | 46 | 372 | 115 | 43 |
| Binary | 101011 | 10100 | 10011101 | 1001001 | 1010111 | 0 | 100110 | 11111010 | 1001101 | 100011 |
Color Harmonies of #2B149D
Complementary color
Monochromatic Colors of #2B149D
Black with #2B149D
Text Example
Text Example
White with #2B149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B149D; }
p { color: rgb(43,20,157); }
H1.HeaderClassName
{
color: #2B149D;
}
.AnyTagClassName
{
color: #2B149D;
}
</style>
background-color css
<style>
a { background-color: #2B149D; }
a { background-color: rgb(43,20,157); }
div.DivClassName
{
background-color: #2B149D;
}
.BgClassName
{
background-color: #2B149D;
}
</style>
border-color css
<style>
span { border-color: #2B149D; }
span { border-color: rgb(43,20,157); }
td.TdClassName
{
border-color: #2B149D;
}
.TagClassName
{
border-color: #2B149D;
}
</style>