Shades of Ultramarine #2A099F
Tints of Ultramarine #2A099F
RGB
CMYK
RGB Variations
Color information
#2A099F (or 0x2A099F) is known color: Ultramarine. HEX triplet: 2A, 09 and 9F. RGB value is (42,9,159). Sum of RGB (Red+Green+Blue) = 42+9+159=210 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 159 (62.5% from 255 or 75.71% from 210); Max value from RGB is 159 - color contains mainly: blue. Hex color #2A099F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A099F is #D5F660. Grayscale: #232323. Windows color (decimal): -14022241 or 10422570. OLE color: 10422570.
HSL color Cylindrical-coordinate representation of color #2A099F: hue angle of 253.2º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A099F is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 9 | 159 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.38 |
| HSL | 253.2º | 0.89% | 0.33% | - |
| HSV(B) | 253.2º | 0.94% | 0.62% | - |
| XYZ | 7.31 | 3.19 | 33.03 | - |
| YUV | 35.97 | 197.43 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 9 | 159 | 0.74 | 0.94 | 0 | 0.38 | 253.2 | 0.89 | 0.33 |
| Hex | 2A | 9 | 9F | 4A | 5E | 0 | 26 | FD | 59 | 21 |
| Octal | 52 | 11 | 237 | 112 | 136 | 0 | 46 | 375 | 131 | 41 |
| Binary | 101010 | 1001 | 10011111 | 1001010 | 1011110 | 0 | 100110 | 11111101 | 1011001 | 100001 |
Color Harmonies of #2A099F
Complementary color
Monochromatic Colors of #2A099F
Black with #2A099F
Text Example
Text Example
White with #2A099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A099F; }
p { color: rgb(42,9,159); }
H1.HeaderClassName
{
color: #2A099F;
}
.AnyTagClassName
{
color: #2A099F;
}
</style>
background-color css
<style>
a { background-color: #2A099F; }
a { background-color: rgb(42,9,159); }
div.DivClassName
{
background-color: #2A099F;
}
.BgClassName
{
background-color: #2A099F;
}
</style>
border-color css
<style>
span { border-color: #2A099F; }
span { border-color: rgb(42,9,159); }
td.TdClassName
{
border-color: #2A099F;
}
.TagClassName
{
border-color: #2A099F;
}
</style>