Shades of Ultramarine #2719AB
Tints of Ultramarine #2719AB
RGB
CMYK
RGB Variations
Color information
#2719AB (or 0x2719AB) is known color: Ultramarine. HEX triplet: 27, 19 and AB. RGB value is (39,25,171). Sum of RGB (Red+Green+Blue) = 39+25+171=235 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.60% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 171 (67.19% from 255 or 72.77% from 235); Max value from RGB is 171 - color contains mainly: blue. Hex color #2719AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2719AB is #D8E654. Grayscale: #2D2D2D. Windows color (decimal): -14214741 or 11213095. OLE color: 11213095.
HSL color Cylindrical-coordinate representation of color #2719AB: hue angle of 245.75º 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 #2719AB is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 25 | 171 | - |
| CMYK | 0.77 | 0.85 | 0 | 0.33 |
| HSL | 245.75º | 0.74% | 0.38% | - |
| HSV(B) | 245.75º | 0.85% | 0.67% | - |
| XYZ | 8.54 | 4.07 | 38.86 | - |
| YUV | 45.83 | 198.64 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 25 | 171 | 0.77 | 0.85 | 0 | 0.33 | 245.75 | 0.74 | 0.38 |
| Hex | 27 | 19 | AB | 4D | 55 | 0 | 21 | F6 | 4A | 26 |
| Octal | 47 | 31 | 253 | 115 | 125 | 0 | 41 | 366 | 112 | 46 |
| Binary | 100111 | 11001 | 10101011 | 1001101 | 1010101 | 0 | 100001 | 11110110 | 1001010 | 100110 |
Color Harmonies of #2719AB
Complementary color
Monochromatic Colors of #2719AB
Black with #2719AB
Text Example
Text Example
White with #2719AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2719AB; }
p { color: rgb(39,25,171); }
H1.HeaderClassName
{
color: #2719AB;
}
.AnyTagClassName
{
color: #2719AB;
}
</style>
background-color css
<style>
a { background-color: #2719AB; }
a { background-color: rgb(39,25,171); }
div.DivClassName
{
background-color: #2719AB;
}
.BgClassName
{
background-color: #2719AB;
}
</style>
border-color css
<style>
span { border-color: #2719AB; }
span { border-color: rgb(39,25,171); }
td.TdClassName
{
border-color: #2719AB;
}
.TagClassName
{
border-color: #2719AB;
}
</style>