Shades of Ultramarine #2A199D
Tints of Ultramarine #2A199D
RGB
CMYK
RGB Variations
Color information
#2A199D (or 0x2A199D) is known color: Ultramarine. HEX triplet: 2A, 19 and 9D. RGB value is (42,25,157). Sum of RGB (Red+Green+Blue) = 42+25+157=224 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.75% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 157 (61.72% from 255 or 70.09% from 224); Max value from RGB is 157 - color contains mainly: blue. Hex color #2A199D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A199D is #D5E662. Grayscale: #2C2C2C. Windows color (decimal): -14018147 or 10295594. OLE color: 10295594.
HSL color Cylindrical-coordinate representation of color #2A199D: hue angle of 247.73º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A199D is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 25 | 157 | - |
| CMYK | 0.73 | 0.84 | 0 | 0.38 |
| HSL | 247.73º | 0.73% | 0.36% | - |
| HSV(B) | 247.73º | 0.84% | 0.62% | - |
| XYZ | 7.39 | 3.62 | 32.21 | - |
| YUV | 45.13 | 191.13 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 25 | 157 | 0.73 | 0.84 | 0 | 0.38 | 247.73 | 0.73 | 0.36 |
| Hex | 2A | 19 | 9D | 49 | 54 | 0 | 26 | F8 | 49 | 24 |
| Octal | 52 | 31 | 235 | 111 | 124 | 0 | 46 | 370 | 111 | 44 |
| Binary | 101010 | 11001 | 10011101 | 1001001 | 1010100 | 0 | 100110 | 11111000 | 1001001 | 100100 |
Color Harmonies of #2A199D
Complementary color
Monochromatic Colors of #2A199D
Black with #2A199D
Text Example
Text Example
White with #2A199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A199D; }
p { color: rgb(42,25,157); }
H1.HeaderClassName
{
color: #2A199D;
}
.AnyTagClassName
{
color: #2A199D;
}
</style>
background-color css
<style>
a { background-color: #2A199D; }
a { background-color: rgb(42,25,157); }
div.DivClassName
{
background-color: #2A199D;
}
.BgClassName
{
background-color: #2A199D;
}
</style>
border-color css
<style>
span { border-color: #2A199D; }
span { border-color: rgb(42,25,157); }
td.TdClassName
{
border-color: #2A199D;
}
.TagClassName
{
border-color: #2A199D;
}
</style>