Shades of Ultramarine #2A1B98
Tints of Ultramarine #2A1B98
RGB
CMYK
RGB Variations
Color information
#2A1B98 (or 0x2A1B98) is known color: Ultramarine. HEX triplet: 2A, 1B and 98. RGB value is (42,27,152). Sum of RGB (Red+Green+Blue) = 42+27+152=221 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.00% from 221); Green value is 27 (10.94% from 255 or 12.22% from 221); Blue value is 152 (59.77% from 255 or 68.78% from 221); Max value from RGB is 152 - color contains mainly: blue. Hex color #2A1B98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A1B98 is #D5E467. Grayscale: #2D2D2D. Windows color (decimal): -14017640 or 9968426. OLE color: 9968426.
HSL color Cylindrical-coordinate representation of color #2A1B98: hue angle of 247.2º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A1B98 is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 42 | 27 | 152 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.40 |
| HSL | 247.2º | 0.7% | 0.35% | - |
| HSV(B) | 247.2º | 0.82% | 0.6% | - |
| XYZ | 7.01 | 3.54 | 30.02 | - |
| YUV | 45.74 | 187.97 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 27 | 152 | 0.72 | 0.82 | 0 | 0.40 | 247.2 | 0.7 | 0.35 |
| Hex | 2A | 1B | 98 | 48 | 52 | 0 | 28 | F7 | 46 | 23 |
| Octal | 52 | 33 | 230 | 110 | 122 | 0 | 50 | 367 | 106 | 43 |
| Binary | 101010 | 11011 | 10011000 | 1001000 | 1010010 | 0 | 101000 | 11110111 | 1000110 | 100011 |
Color Harmonies of #2A1B98
Complementary color
Monochromatic Colors of #2A1B98
Black with #2A1B98
Text Example
Text Example
White with #2A1B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1B98; }
p { color: rgb(42,27,152); }
H1.HeaderClassName
{
color: #2A1B98;
}
.AnyTagClassName
{
color: #2A1B98;
}
</style>
background-color css
<style>
a { background-color: #2A1B98; }
a { background-color: rgb(42,27,152); }
div.DivClassName
{
background-color: #2A1B98;
}
.BgClassName
{
background-color: #2A1B98;
}
</style>
border-color css
<style>
span { border-color: #2A1B98; }
span { border-color: rgb(42,27,152); }
td.TdClassName
{
border-color: #2A1B98;
}
.TagClassName
{
border-color: #2A1B98;
}
</style>