Shades of Ultramarine #2B19AD
Tints of Ultramarine #2B19AD
RGB
CMYK
RGB Variations
Color information
#2B19AD (or 0x2B19AD) is known color: Ultramarine. HEX triplet: 2B, 19 and AD. RGB value is (43,25,173). Sum of RGB (Red+Green+Blue) = 43+25+173=241 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.84% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 173 (67.97% from 255 or 71.78% from 241); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B19AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B19AD is #D4E652. Grayscale: #2E2E2E. Windows color (decimal): -13952595 or 11344171. OLE color: 11344171.
HSL color Cylindrical-coordinate representation of color #2B19AD: hue angle of 247.3º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B19AD is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 25 | 173 | - |
| CMYK | 0.75 | 0.86 | 0 | 0.32 |
| HSL | 247.3º | 0.75% | 0.39% | - |
| HSV(B) | 247.3º | 0.86% | 0.68% | - |
| XYZ | 8.89 | 4.23 | 39.88 | - |
| YUV | 47.25 | 198.96 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 25 | 173 | 0.75 | 0.86 | 0 | 0.32 | 247.3 | 0.75 | 0.39 |
| Hex | 2B | 19 | AD | 4B | 56 | 0 | 20 | F7 | 4B | 27 |
| Octal | 53 | 31 | 255 | 113 | 126 | 0 | 40 | 367 | 113 | 47 |
| Binary | 101011 | 11001 | 10101101 | 1001011 | 1010110 | 0 | 100000 | 11110111 | 1001011 | 100111 |
Color Harmonies of #2B19AD
Complementary color
Monochromatic Colors of #2B19AD
Black with #2B19AD
Text Example
Text Example
White with #2B19AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B19AD; }
p { color: rgb(43,25,173); }
H1.HeaderClassName
{
color: #2B19AD;
}
.AnyTagClassName
{
color: #2B19AD;
}
</style>
background-color css
<style>
a { background-color: #2B19AD; }
a { background-color: rgb(43,25,173); }
div.DivClassName
{
background-color: #2B19AD;
}
.BgClassName
{
background-color: #2B19AD;
}
</style>
border-color css
<style>
span { border-color: #2B19AD; }
span { border-color: rgb(43,25,173); }
td.TdClassName
{
border-color: #2B19AD;
}
.TagClassName
{
border-color: #2B19AD;
}
</style>