Shades of Ultramarine #320AA9
Tints of Ultramarine #320AA9
RGB
CMYK
RGB Variations
Color information
#320AA9 (or 0x320AA9) is known color: Ultramarine. HEX triplet: 32, 0A and A9. RGB value is (50,10,169). Sum of RGB (Red+Green+Blue) = 50+10+169=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 10 (4.30% from 255 or 4.37% from 229); Blue value is 169 (66.41% from 255 or 73.80% from 229); Max value from RGB is 169 - color contains mainly: blue. Hex color #320AA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320AA9 is #CDF556. Grayscale: #272727. Windows color (decimal): -13497687 or 11078194. OLE color: 11078194.
HSL color Cylindrical-coordinate representation of color #320AA9: hue angle of 255.09º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320AA9 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 50 | 10 | 169 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.34 |
| HSL | 255.09º | 0.89% | 0.35% | - |
| HSV(B) | 255.09º | 0.94% | 0.66% | - |
| XYZ | 8.59 | 3.76 | 37.81 | - |
| YUV | 40.09 | 200.75 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 10 | 169 | 0.70 | 0.94 | 0 | 0.34 | 255.09 | 0.89 | 0.35 |
| Hex | 32 | A | A9 | 46 | 5E | 0 | 22 | FF | 59 | 23 |
| Octal | 62 | 12 | 251 | 106 | 136 | 0 | 42 | 377 | 131 | 43 |
| Binary | 110010 | 1010 | 10101001 | 1000110 | 1011110 | 0 | 100010 | 11111111 | 1011001 | 100011 |
Color Harmonies of #320AA9
Complementary color
Monochromatic Colors of #320AA9
Black with #320AA9
Text Example
Text Example
White with #320AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320AA9; }
p { color: rgb(50,10,169); }
H1.HeaderClassName
{
color: #320AA9;
}
.AnyTagClassName
{
color: #320AA9;
}
</style>
background-color css
<style>
a { background-color: #320AA9; }
a { background-color: rgb(50,10,169); }
div.DivClassName
{
background-color: #320AA9;
}
.BgClassName
{
background-color: #320AA9;
}
</style>
border-color css
<style>
span { border-color: #320AA9; }
span { border-color: rgb(50,10,169); }
td.TdClassName
{
border-color: #320AA9;
}
.TagClassName
{
border-color: #320AA9;
}
</style>