Shades of Ultramarine #3119AD
Tints of Ultramarine #3119AD
RGB
CMYK
RGB Variations
Color information
#3119AD (or 0x3119AD) is known color: Ultramarine. HEX triplet: 31, 19 and AD. RGB value is (49,25,173). Sum of RGB (Red+Green+Blue) = 49+25+173=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 173 (67.97% from 255 or 70.04% from 247); Max value from RGB is 173 - color contains mainly: blue. Hex color #3119AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3119AD is #CEE652. Grayscale: #303030. Windows color (decimal): -13559379 or 11344177. OLE color: 11344177.
HSL color Cylindrical-coordinate representation of color #3119AD: hue angle of 249.73º 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 #3119AD is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 25 | 173 | - |
| CMYK | 0.72 | 0.86 | 0 | 0.32 |
| HSL | 249.73º | 0.75% | 0.39% | - |
| HSV(B) | 249.73º | 0.86% | 0.68% | - |
| XYZ | 9.16 | 4.37 | 39.9 | - |
| YUV | 49.05 | 197.95 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 25 | 173 | 0.72 | 0.86 | 0 | 0.32 | 249.73 | 0.75 | 0.39 |
| Hex | 31 | 19 | AD | 48 | 56 | 0 | 20 | FA | 4B | 27 |
| Octal | 61 | 31 | 255 | 110 | 126 | 0 | 40 | 372 | 113 | 47 |
| Binary | 110001 | 11001 | 10101101 | 1001000 | 1010110 | 0 | 100000 | 11111010 | 1001011 | 100111 |
Color Harmonies of #3119AD
Complementary color
Monochromatic Colors of #3119AD
Black with #3119AD
Text Example
Text Example
White with #3119AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3119AD; }
p { color: rgb(49,25,173); }
H1.HeaderClassName
{
color: #3119AD;
}
.AnyTagClassName
{
color: #3119AD;
}
</style>
background-color css
<style>
a { background-color: #3119AD; }
a { background-color: rgb(49,25,173); }
div.DivClassName
{
background-color: #3119AD;
}
.BgClassName
{
background-color: #3119AD;
}
</style>
border-color css
<style>
span { border-color: #3119AD; }
span { border-color: rgb(49,25,173); }
td.TdClassName
{
border-color: #3119AD;
}
.TagClassName
{
border-color: #3119AD;
}
</style>