Shades of Ultramarine #2A189B
Tints of Ultramarine #2A189B
RGB
CMYK
RGB Variations
Color information
#2A189B (or 0x2A189B) is known color: Ultramarine. HEX triplet: 2A, 18 and 9B. RGB value is (42,24,155). Sum of RGB (Red+Green+Blue) = 42+24+155=221 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.00% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 155 (60.94% from 255 or 70.14% from 221); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A189B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A189B is #D5E764. Grayscale: #2B2B2B. Windows color (decimal): -14018405 or 10164266. OLE color: 10164266.
HSL color Cylindrical-coordinate representation of color #2A189B: hue angle of 248.24º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2A189B is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 24 | 155 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.39 |
| HSL | 248.24º | 0.73% | 0.35% | - |
| HSV(B) | 248.24º | 0.85% | 0.61% | - |
| XYZ | 7.2 | 3.51 | 31.31 | - |
| YUV | 44.32 | 190.46 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 24 | 155 | 0.73 | 0.85 | 0 | 0.39 | 248.24 | 0.73 | 0.35 |
| Hex | 2A | 18 | 9B | 49 | 55 | 0 | 27 | F8 | 49 | 23 |
| Octal | 52 | 30 | 233 | 111 | 125 | 0 | 47 | 370 | 111 | 43 |
| Binary | 101010 | 11000 | 10011011 | 1001001 | 1010101 | 0 | 100111 | 11111000 | 1001001 | 100011 |
Color Harmonies of #2A189B
Complementary color
Monochromatic Colors of #2A189B
Black with #2A189B
Text Example
Text Example
White with #2A189B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A189B; }
p { color: rgb(42,24,155); }
H1.HeaderClassName
{
color: #2A189B;
}
.AnyTagClassName
{
color: #2A189B;
}
</style>
background-color css
<style>
a { background-color: #2A189B; }
a { background-color: rgb(42,24,155); }
div.DivClassName
{
background-color: #2A189B;
}
.BgClassName
{
background-color: #2A189B;
}
</style>
border-color css
<style>
span { border-color: #2A189B; }
span { border-color: rgb(42,24,155); }
td.TdClassName
{
border-color: #2A189B;
}
.TagClassName
{
border-color: #2A189B;
}
</style>