Shades of Ultramarine #3119AB
Tints of Ultramarine #3119AB
RGB
CMYK
RGB Variations
Color information
#3119AB (or 0x3119AB) is known color: Ultramarine. HEX triplet: 31, 19 and AB. RGB value is (49,25,171). Sum of RGB (Red+Green+Blue) = 49+25+171=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 171 (67.19% from 255 or 69.80% from 245); Max value from RGB is 171 - color contains mainly: blue. Hex color #3119AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3119AB is #CEE654. Grayscale: #303030. Windows color (decimal): -13559381 or 11213105. OLE color: 11213105.
HSL color Cylindrical-coordinate representation of color #3119AB: hue angle of 249.86º 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 #3119AB is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 25 | 171 | - |
| CMYK | 0.71 | 0.85 | 0 | 0.33 |
| HSL | 249.86º | 0.74% | 0.38% | - |
| HSV(B) | 249.86º | 0.85% | 0.67% | - |
| XYZ | 8.96 | 4.29 | 38.88 | - |
| YUV | 48.82 | 196.95 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 25 | 171 | 0.71 | 0.85 | 0 | 0.33 | 249.86 | 0.74 | 0.38 |
| Hex | 31 | 19 | AB | 47 | 55 | 0 | 21 | FA | 4A | 26 |
| Octal | 61 | 31 | 253 | 107 | 125 | 0 | 41 | 372 | 112 | 46 |
| Binary | 110001 | 11001 | 10101011 | 1000111 | 1010101 | 0 | 100001 | 11111010 | 1001010 | 100110 |
Color Harmonies of #3119AB
Complementary color
Monochromatic Colors of #3119AB
Black with #3119AB
Text Example
Text Example
White with #3119AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3119AB; }
p { color: rgb(49,25,171); }
H1.HeaderClassName
{
color: #3119AB;
}
.AnyTagClassName
{
color: #3119AB;
}
</style>
background-color css
<style>
a { background-color: #3119AB; }
a { background-color: rgb(49,25,171); }
div.DivClassName
{
background-color: #3119AB;
}
.BgClassName
{
background-color: #3119AB;
}
</style>
border-color css
<style>
span { border-color: #3119AB; }
span { border-color: rgb(49,25,171); }
td.TdClassName
{
border-color: #3119AB;
}
.TagClassName
{
border-color: #3119AB;
}
</style>