Shades of Ultramarine #2A1098
Tints of Ultramarine #2A1098
RGB
CMYK
RGB Variations
Color information
#2A1098 (or 0x2A1098) is known color: Ultramarine. HEX triplet: 2A, 10 and 98. RGB value is (42,16,152). Sum of RGB (Red+Green+Blue) = 42+16+152=210 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 152 (59.77% from 255 or 72.38% from 210); Max value from RGB is 152 - color contains mainly: blue. Hex color #2A1098 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A1098 is #D5EF67. Grayscale: #262626. Windows color (decimal): -14020456 or 9965610. OLE color: 9965610.
HSL color Cylindrical-coordinate representation of color #2A1098: hue angle of 251.47º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A1098 is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 42 | 16 | 152 | - |
| CMYK | 0.72 | 0.89 | 0 | 0.40 |
| HSL | 251.47º | 0.81% | 0.33% | - |
| HSV(B) | 251.47º | 0.89% | 0.6% | - |
| XYZ | 6.81 | 3.13 | 29.95 | - |
| YUV | 39.28 | 191.61 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 16 | 152 | 0.72 | 0.89 | 0 | 0.40 | 251.47 | 0.81 | 0.33 |
| Hex | 2A | 10 | 98 | 48 | 59 | 0 | 28 | FB | 51 | 21 |
| Octal | 52 | 20 | 230 | 110 | 131 | 0 | 50 | 373 | 121 | 41 |
| Binary | 101010 | 10000 | 10011000 | 1001000 | 1011001 | 0 | 101000 | 11111011 | 1010001 | 100001 |
Color Harmonies of #2A1098
Complementary color
Monochromatic Colors of #2A1098
Black with #2A1098
Text Example
Text Example
White with #2A1098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1098; }
p { color: rgb(42,16,152); }
H1.HeaderClassName
{
color: #2A1098;
}
.AnyTagClassName
{
color: #2A1098;
}
</style>
background-color css
<style>
a { background-color: #2A1098; }
a { background-color: rgb(42,16,152); }
div.DivClassName
{
background-color: #2A1098;
}
.BgClassName
{
background-color: #2A1098;
}
</style>
border-color css
<style>
span { border-color: #2A1098; }
span { border-color: rgb(42,16,152); }
td.TdClassName
{
border-color: #2A1098;
}
.TagClassName
{
border-color: #2A1098;
}
</style>