Shades of Ultramarine #3019A1
Tints of Ultramarine #3019A1
RGB
CMYK
RGB Variations
Color information
#3019A1 (or 0x3019A1) is known color: Ultramarine. HEX triplet: 30, 19 and A1. RGB value is (48,25,161). Sum of RGB (Red+Green+Blue) = 48+25+161=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 161 (63.28% from 255 or 68.80% from 234); Max value from RGB is 161 - color contains mainly: blue. Hex color #3019A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3019A1 is #CFE65E. Grayscale: #2E2E2E. Windows color (decimal): -13624927 or 10557744. OLE color: 10557744.
HSL color Cylindrical-coordinate representation of color #3019A1: hue angle of 250.15º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3019A1 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 25 | 161 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.37 |
| HSL | 250.15º | 0.73% | 0.36% | - |
| HSV(B) | 250.15º | 0.84% | 0.63% | - |
| XYZ | 8 | 3.9 | 34.05 | - |
| YUV | 47.38 | 192.12 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 25 | 161 | 0.70 | 0.84 | 0 | 0.37 | 250.15 | 0.73 | 0.36 |
| Hex | 30 | 19 | A1 | 46 | 54 | 0 | 25 | FA | 49 | 24 |
| Octal | 60 | 31 | 241 | 106 | 124 | 0 | 45 | 372 | 111 | 44 |
| Binary | 110000 | 11001 | 10100001 | 1000110 | 1010100 | 0 | 100101 | 11111010 | 1001001 | 100100 |
Color Harmonies of #3019A1
Complementary color
Monochromatic Colors of #3019A1
Black with #3019A1
Text Example
Text Example
White with #3019A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3019A1; }
p { color: rgb(48,25,161); }
H1.HeaderClassName
{
color: #3019A1;
}
.AnyTagClassName
{
color: #3019A1;
}
</style>
background-color css
<style>
a { background-color: #3019A1; }
a { background-color: rgb(48,25,161); }
div.DivClassName
{
background-color: #3019A1;
}
.BgClassName
{
background-color: #3019A1;
}
</style>
border-color css
<style>
span { border-color: #3019A1; }
span { border-color: rgb(48,25,161); }
td.TdClassName
{
border-color: #3019A1;
}
.TagClassName
{
border-color: #3019A1;
}
</style>