Shades of Ultramarine #2A119E
Tints of Ultramarine #2A119E
RGB
CMYK
RGB Variations
Color information
#2A119E (or 0x2A119E) is known color: Ultramarine. HEX triplet: 2A, 11 and 9E. RGB value is (42,17,158). Sum of RGB (Red+Green+Blue) = 42+17+158=217 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.35% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 158 (62.11% from 255 or 72.81% from 217); Max value from RGB is 158 - color contains mainly: blue. Hex color #2A119E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A119E is #D5EE61. Grayscale: #282828. Windows color (decimal): -14020194 or 10359082. OLE color: 10359082.
HSL color Cylindrical-coordinate representation of color #2A119E: hue angle of 250.64º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A119E is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 17 | 158 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.38 |
| HSL | 250.64º | 0.81% | 0.34% | - |
| HSV(B) | 250.64º | 0.89% | 0.62% | - |
| XYZ | 7.33 | 3.36 | 32.61 | - |
| YUV | 40.55 | 194.28 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 17 | 158 | 0.73 | 0.89 | 0 | 0.38 | 250.64 | 0.81 | 0.34 |
| Hex | 2A | 11 | 9E | 49 | 59 | 0 | 26 | FB | 51 | 22 |
| Octal | 52 | 21 | 236 | 111 | 131 | 0 | 46 | 373 | 121 | 42 |
| Binary | 101010 | 10001 | 10011110 | 1001001 | 1011001 | 0 | 100110 | 11111011 | 1010001 | 100010 |
Color Harmonies of #2A119E
Complementary color
Monochromatic Colors of #2A119E
Black with #2A119E
Text Example
Text Example
White with #2A119E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A119E; }
p { color: rgb(42,17,158); }
H1.HeaderClassName
{
color: #2A119E;
}
.AnyTagClassName
{
color: #2A119E;
}
</style>
background-color css
<style>
a { background-color: #2A119E; }
a { background-color: rgb(42,17,158); }
div.DivClassName
{
background-color: #2A119E;
}
.BgClassName
{
background-color: #2A119E;
}
</style>
border-color css
<style>
span { border-color: #2A119E; }
span { border-color: rgb(42,17,158); }
td.TdClassName
{
border-color: #2A119E;
}
.TagClassName
{
border-color: #2A119E;
}
</style>