Shades of Ultramarine #2719AD
Tints of Ultramarine #2719AD
RGB
CMYK
RGB Variations
Color information
#2719AD (or 0x2719AD) is known color: Ultramarine. HEX triplet: 27, 19 and AD. RGB value is (39,25,173). Sum of RGB (Red+Green+Blue) = 39+25+173=237 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.46% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 173 (67.97% from 255 or 73.00% from 237); Max value from RGB is 173 - color contains mainly: blue. Hex color #2719AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2719AD is #D8E652. Grayscale: #2D2D2D. Windows color (decimal): -14214739 or 11344167. OLE color: 11344167.
HSL color Cylindrical-coordinate representation of color #2719AD: hue angle of 245.68º 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 #2719AD is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 25 | 173 | - |
| CMYK | 0.77 | 0.86 | 0 | 0.32 |
| HSL | 245.68º | 0.75% | 0.39% | - |
| HSV(B) | 245.68º | 0.86% | 0.68% | - |
| XYZ | 8.73 | 4.14 | 39.88 | - |
| YUV | 46.06 | 199.64 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 25 | 173 | 0.77 | 0.86 | 0 | 0.32 | 245.68 | 0.75 | 0.39 |
| Hex | 27 | 19 | AD | 4D | 56 | 0 | 20 | F6 | 4B | 27 |
| Octal | 47 | 31 | 255 | 115 | 126 | 0 | 40 | 366 | 113 | 47 |
| Binary | 100111 | 11001 | 10101101 | 1001101 | 1010110 | 0 | 100000 | 11110110 | 1001011 | 100111 |
Color Harmonies of #2719AD
Complementary color
Monochromatic Colors of #2719AD
Black with #2719AD
Text Example
Text Example
White with #2719AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2719AD; }
p { color: rgb(39,25,173); }
H1.HeaderClassName
{
color: #2719AD;
}
.AnyTagClassName
{
color: #2719AD;
}
</style>
background-color css
<style>
a { background-color: #2719AD; }
a { background-color: rgb(39,25,173); }
div.DivClassName
{
background-color: #2719AD;
}
.BgClassName
{
background-color: #2719AD;
}
</style>
border-color css
<style>
span { border-color: #2719AD; }
span { border-color: rgb(39,25,173); }
td.TdClassName
{
border-color: #2719AD;
}
.TagClassName
{
border-color: #2719AD;
}
</style>