Shades of Ultramarine #2819AB
Tints of Ultramarine #2819AB
RGB
CMYK
RGB Variations
Color information
#2819AB (or 0x2819AB) is known color: Ultramarine. HEX triplet: 28, 19 and AB. RGB value is (40,25,171). Sum of RGB (Red+Green+Blue) = 40+25+171=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 171 (67.19% from 255 or 72.46% from 236); Max value from RGB is 171 - color contains mainly: blue. Hex color #2819AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2819AB is #D7E654. Grayscale: #2D2D2D. Windows color (decimal): -14149205 or 11213096. OLE color: 11213096.
HSL color Cylindrical-coordinate representation of color #2819AB: hue angle of 246.16º 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 #2819AB is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 25 | 171 | - |
| CMYK | 0.77 | 0.85 | 0 | 0.33 |
| HSL | 246.16º | 0.74% | 0.38% | - |
| HSV(B) | 246.16º | 0.85% | 0.67% | - |
| XYZ | 8.57 | 4.09 | 38.87 | - |
| YUV | 46.13 | 198.47 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 25 | 171 | 0.77 | 0.85 | 0 | 0.33 | 246.16 | 0.74 | 0.38 |
| Hex | 28 | 19 | AB | 4D | 55 | 0 | 21 | F6 | 4A | 26 |
| Octal | 50 | 31 | 253 | 115 | 125 | 0 | 41 | 366 | 112 | 46 |
| Binary | 101000 | 11001 | 10101011 | 1001101 | 1010101 | 0 | 100001 | 11110110 | 1001010 | 100110 |
Color Harmonies of #2819AB
Complementary color
Monochromatic Colors of #2819AB
Black with #2819AB
Text Example
Text Example
White with #2819AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2819AB; }
p { color: rgb(40,25,171); }
H1.HeaderClassName
{
color: #2819AB;
}
.AnyTagClassName
{
color: #2819AB;
}
</style>
background-color css
<style>
a { background-color: #2819AB; }
a { background-color: rgb(40,25,171); }
div.DivClassName
{
background-color: #2819AB;
}
.BgClassName
{
background-color: #2819AB;
}
</style>
border-color css
<style>
span { border-color: #2819AB; }
span { border-color: rgb(40,25,171); }
td.TdClassName
{
border-color: #2819AB;
}
.TagClassName
{
border-color: #2819AB;
}
</style>