Shades of Ultramarine #2D19AB
Tints of Ultramarine #2D19AB
RGB
CMYK
RGB Variations
Color information
#2D19AB (or 0x2D19AB) is known color: Ultramarine. HEX triplet: 2D, 19 and AB. RGB value is (45,25,171). Sum of RGB (Red+Green+Blue) = 45+25+171=241 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.67% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 171 (67.19% from 255 or 70.95% from 241); Max value from RGB is 171 - color contains mainly: blue. Hex color #2D19AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D19AB is #D2E654. Grayscale: #2F2F2F. Windows color (decimal): -13821525 or 11213101. OLE color: 11213101.
HSL color Cylindrical-coordinate representation of color #2D19AB: hue angle of 248.22º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D19AB is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 25 | 171 | - |
| CMYK | 0.74 | 0.85 | 0 | 0.33 |
| HSL | 248.22º | 0.74% | 0.38% | - |
| HSV(B) | 248.22º | 0.85% | 0.67% | - |
| XYZ | 8.78 | 4.19 | 38.87 | - |
| YUV | 47.62 | 197.63 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 25 | 171 | 0.74 | 0.85 | 0 | 0.33 | 248.22 | 0.74 | 0.38 |
| Hex | 2D | 19 | AB | 4A | 55 | 0 | 21 | F8 | 4A | 26 |
| Octal | 55 | 31 | 253 | 112 | 125 | 0 | 41 | 370 | 112 | 46 |
| Binary | 101101 | 11001 | 10101011 | 1001010 | 1010101 | 0 | 100001 | 11111000 | 1001010 | 100110 |
Color Harmonies of #2D19AB
Complementary color
Monochromatic Colors of #2D19AB
Black with #2D19AB
Text Example
Text Example
White with #2D19AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D19AB; }
p { color: rgb(45,25,171); }
H1.HeaderClassName
{
color: #2D19AB;
}
.AnyTagClassName
{
color: #2D19AB;
}
</style>
background-color css
<style>
a { background-color: #2D19AB; }
a { background-color: rgb(45,25,171); }
div.DivClassName
{
background-color: #2D19AB;
}
.BgClassName
{
background-color: #2D19AB;
}
</style>
border-color css
<style>
span { border-color: #2D19AB; }
span { border-color: rgb(45,25,171); }
td.TdClassName
{
border-color: #2D19AB;
}
.TagClassName
{
border-color: #2D19AB;
}
</style>