Shades of Ultramarine #2D19AC
Tints of Ultramarine #2D19AC
RGB
CMYK
RGB Variations
Color information
#2D19AC (or 0x2D19AC) is known color: Ultramarine. HEX triplet: 2D, 19 and AC. RGB value is (45,25,172). Sum of RGB (Red+Green+Blue) = 45+25+172=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 172 (67.58% from 255 or 71.07% from 242); Max value from RGB is 172 - color contains mainly: blue. Hex color #2D19AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D19AC is #D2E653. Grayscale: #2F2F2F. Windows color (decimal): -13821524 or 11278637. OLE color: 11278637.
HSL color Cylindrical-coordinate representation of color #2D19AC: hue angle of 248.16º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D19AC is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 25 | 172 | - |
| CMYK | 0.74 | 0.85 | 0 | 0.33 |
| HSL | 248.16º | 0.75% | 0.39% | - |
| HSV(B) | 248.16º | 0.85% | 0.67% | - |
| XYZ | 8.88 | 4.23 | 39.38 | - |
| YUV | 47.74 | 198.13 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 25 | 172 | 0.74 | 0.85 | 0 | 0.33 | 248.16 | 0.75 | 0.39 |
| Hex | 2D | 19 | AC | 4A | 55 | 0 | 21 | F8 | 4B | 27 |
| Octal | 55 | 31 | 254 | 112 | 125 | 0 | 41 | 370 | 113 | 47 |
| Binary | 101101 | 11001 | 10101100 | 1001010 | 1010101 | 0 | 100001 | 11111000 | 1001011 | 100111 |
Color Harmonies of #2D19AC
Complementary color
Monochromatic Colors of #2D19AC
Black with #2D19AC
Text Example
Text Example
White with #2D19AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D19AC; }
p { color: rgb(45,25,172); }
H1.HeaderClassName
{
color: #2D19AC;
}
.AnyTagClassName
{
color: #2D19AC;
}
</style>
background-color css
<style>
a { background-color: #2D19AC; }
a { background-color: rgb(45,25,172); }
div.DivClassName
{
background-color: #2D19AC;
}
.BgClassName
{
background-color: #2D19AC;
}
</style>
border-color css
<style>
span { border-color: #2D19AC; }
span { border-color: rgb(45,25,172); }
td.TdClassName
{
border-color: #2D19AC;
}
.TagClassName
{
border-color: #2D19AC;
}
</style>