Shades of Ultramarine #2B149E
Tints of Ultramarine #2B149E
RGB
CMYK
RGB Variations
Color information
#2B149E (or 0x2B149E) is known color: Ultramarine. HEX triplet: 2B, 14 and 9E. RGB value is (43,20,158). Sum of RGB (Red+Green+Blue) = 43+20+158=221 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.46% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 158 (62.11% from 255 or 71.49% from 221); Max value from RGB is 158 - color contains mainly: blue. Hex color #2B149E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B149E is #D4EB61. Grayscale: #2A2A2A. Windows color (decimal): -13953890 or 10359851. OLE color: 10359851.
HSL color Cylindrical-coordinate representation of color #2B149E: hue angle of 250º degrees, saturation: 0.78, 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 #2B149E is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 20 | 158 | - |
| CMYK | 0.73 | 0.87 | 0 | 0.38 |
| HSL | 250º | 0.78% | 0.35% | - |
| HSV(B) | 250º | 0.87% | 0.62% | - |
| XYZ | 7.42 | 3.48 | 32.63 | - |
| YUV | 42.61 | 193.12 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 20 | 158 | 0.73 | 0.87 | 0 | 0.38 | 250 | 0.78 | 0.35 |
| Hex | 2B | 14 | 9E | 49 | 57 | 0 | 26 | FA | 4E | 23 |
| Octal | 53 | 24 | 236 | 111 | 127 | 0 | 46 | 372 | 116 | 43 |
| Binary | 101011 | 10100 | 10011110 | 1001001 | 1010111 | 0 | 100110 | 11111010 | 1001110 | 100011 |
Color Harmonies of #2B149E
Complementary color
Monochromatic Colors of #2B149E
Black with #2B149E
Text Example
Text Example
White with #2B149E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B149E; }
p { color: rgb(43,20,158); }
H1.HeaderClassName
{
color: #2B149E;
}
.AnyTagClassName
{
color: #2B149E;
}
</style>
background-color css
<style>
a { background-color: #2B149E; }
a { background-color: rgb(43,20,158); }
div.DivClassName
{
background-color: #2B149E;
}
.BgClassName
{
background-color: #2B149E;
}
</style>
border-color css
<style>
span { border-color: #2B149E; }
span { border-color: rgb(43,20,158); }
td.TdClassName
{
border-color: #2B149E;
}
.TagClassName
{
border-color: #2B149E;
}
</style>