Shades of Ultramarine #2A109D
Tints of Ultramarine #2A109D
RGB
CMYK
RGB Variations
Color information
#2A109D (or 0x2A109D) is known color: Ultramarine. HEX triplet: 2A, 10 and 9D. RGB value is (42,16,157). Sum of RGB (Red+Green+Blue) = 42+16+157=215 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.53% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 157 (61.72% from 255 or 73.02% from 215); Max value from RGB is 157 - color contains mainly: blue. Hex color #2A109D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A109D is #D5EF62. Grayscale: #272727. Windows color (decimal): -14020451 or 10293290. OLE color: 10293290.
HSL color Cylindrical-coordinate representation of color #2A109D: hue angle of 251.06º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A109D is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 16 | 157 | - |
| CMYK | 0.73 | 0.90 | 0 | 0.38 |
| HSL | 251.06º | 0.82% | 0.34% | - |
| HSV(B) | 251.06º | 0.9% | 0.62% | - |
| XYZ | 7.23 | 3.3 | 32.15 | - |
| YUV | 39.85 | 194.11 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 16 | 157 | 0.73 | 0.90 | 0 | 0.38 | 251.06 | 0.82 | 0.34 |
| Hex | 2A | 10 | 9D | 49 | 5A | 0 | 26 | FB | 52 | 22 |
| Octal | 52 | 20 | 235 | 111 | 132 | 0 | 46 | 373 | 122 | 42 |
| Binary | 101010 | 10000 | 10011101 | 1001001 | 1011010 | 0 | 100110 | 11111011 | 1010010 | 100010 |
Color Harmonies of #2A109D
Complementary color
Monochromatic Colors of #2A109D
Black with #2A109D
Text Example
Text Example
White with #2A109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A109D; }
p { color: rgb(42,16,157); }
H1.HeaderClassName
{
color: #2A109D;
}
.AnyTagClassName
{
color: #2A109D;
}
</style>
background-color css
<style>
a { background-color: #2A109D; }
a { background-color: rgb(42,16,157); }
div.DivClassName
{
background-color: #2A109D;
}
.BgClassName
{
background-color: #2A109D;
}
</style>
border-color css
<style>
span { border-color: #2A109D; }
span { border-color: rgb(42,16,157); }
td.TdClassName
{
border-color: #2A109D;
}
.TagClassName
{
border-color: #2A109D;
}
</style>