Shades of Ultramarine #2819AE
Tints of Ultramarine #2819AE
RGB
CMYK
RGB Variations
Color information
#2819AE (or 0x2819AE) is known color: Ultramarine. HEX triplet: 28, 19 and AE. RGB value is (40,25,174). Sum of RGB (Red+Green+Blue) = 40+25+174=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 174 (68.36% from 255 or 72.80% from 239); Max value from RGB is 174 - color contains mainly: blue. Hex color #2819AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2819AE is #D7E651. Grayscale: #2D2D2D. Windows color (decimal): -14149202 or 11409704. OLE color: 11409704.
HSL color Cylindrical-coordinate representation of color #2819AE: hue angle of 246.04º 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 #2819AE is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 25 | 174 | - |
| CMYK | 0.77 | 0.86 | 0 | 0.32 |
| HSL | 246.04º | 0.75% | 0.39% | - |
| HSV(B) | 246.04º | 0.86% | 0.68% | - |
| XYZ | 8.86 | 4.2 | 40.39 | - |
| YUV | 46.47 | 199.97 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 25 | 174 | 0.77 | 0.86 | 0 | 0.32 | 246.04 | 0.75 | 0.39 |
| Hex | 28 | 19 | AE | 4D | 56 | 0 | 20 | F6 | 4B | 27 |
| Octal | 50 | 31 | 256 | 115 | 126 | 0 | 40 | 366 | 113 | 47 |
| Binary | 101000 | 11001 | 10101110 | 1001101 | 1010110 | 0 | 100000 | 11110110 | 1001011 | 100111 |
Color Harmonies of #2819AE
Complementary color
Monochromatic Colors of #2819AE
Black with #2819AE
Text Example
Text Example
White with #2819AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2819AE; }
p { color: rgb(40,25,174); }
H1.HeaderClassName
{
color: #2819AE;
}
.AnyTagClassName
{
color: #2819AE;
}
</style>
background-color css
<style>
a { background-color: #2819AE; }
a { background-color: rgb(40,25,174); }
div.DivClassName
{
background-color: #2819AE;
}
.BgClassName
{
background-color: #2819AE;
}
</style>
border-color css
<style>
span { border-color: #2819AE; }
span { border-color: rgb(40,25,174); }
td.TdClassName
{
border-color: #2819AE;
}
.TagClassName
{
border-color: #2819AE;
}
</style>