Shades of Ultramarine #2A1B95
Tints of Ultramarine #2A1B95
RGB
CMYK
RGB Variations
Color information
#2A1B95 (or 0x2A1B95) is known color: Ultramarine. HEX triplet: 2A, 1B and 95. RGB value is (42,27,149). Sum of RGB (Red+Green+Blue) = 42+27+149=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 27 (10.94% from 255 or 12.39% from 218); Blue value is 149 (58.59% from 255 or 68.35% from 218); Max value from RGB is 149 - color contains mainly: blue. Hex color #2A1B95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A1B95 is #D5E46A. Grayscale: #2C2C2C. Windows color (decimal): -14017643 or 9771818. OLE color: 9771818.
HSL color Cylindrical-coordinate representation of color #2A1B95: hue angle of 247.38º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A1B95 is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 27 | 149 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.42 |
| HSL | 247.38º | 0.69% | 0.35% | - |
| HSV(B) | 247.38º | 0.82% | 0.58% | - |
| XYZ | 6.77 | 3.45 | 28.74 | - |
| YUV | 45.39 | 186.47 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 27 | 149 | 0.72 | 0.82 | 0 | 0.42 | 247.38 | 0.69 | 0.35 |
| Hex | 2A | 1B | 95 | 48 | 52 | 0 | 2A | F7 | 45 | 23 |
| Octal | 52 | 33 | 225 | 110 | 122 | 0 | 52 | 367 | 105 | 43 |
| Binary | 101010 | 11011 | 10010101 | 1001000 | 1010010 | 0 | 101010 | 11110111 | 1000101 | 100011 |
Color Harmonies of #2A1B95
Complementary color
Monochromatic Colors of #2A1B95
Black with #2A1B95
Text Example
Text Example
White with #2A1B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1B95; }
p { color: rgb(42,27,149); }
H1.HeaderClassName
{
color: #2A1B95;
}
.AnyTagClassName
{
color: #2A1B95;
}
</style>
background-color css
<style>
a { background-color: #2A1B95; }
a { background-color: rgb(42,27,149); }
div.DivClassName
{
background-color: #2A1B95;
}
.BgClassName
{
background-color: #2A1B95;
}
</style>
border-color css
<style>
span { border-color: #2A1B95; }
span { border-color: rgb(42,27,149); }
td.TdClassName
{
border-color: #2A1B95;
}
.TagClassName
{
border-color: #2A1B95;
}
</style>