Shades of Ultramarine #2A039E
Tints of Ultramarine #2A039E
RGB
CMYK
RGB Variations
Color information
#2A039E (or 0x2A039E) is known color: Ultramarine. HEX triplet: 2A, 03 and 9E. RGB value is (42,3,158). Sum of RGB (Red+Green+Blue) = 42+3+158=203 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.69% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 158 (62.11% from 255 or 77.83% from 203); Max value from RGB is 158 - color contains mainly: blue. Hex color #2A039E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A039E is #D5FC61. Grayscale: #1F1F1F. Windows color (decimal): -14023778 or 10355498. OLE color: 10355498.
HSL color Cylindrical-coordinate representation of color #2A039E: hue angle of 255.1º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A039E is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 3 | 158 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.38 |
| HSL | 255.1º | 0.96% | 0.32% | - |
| HSV(B) | 255.1º | 0.98% | 0.62% | - |
| XYZ | 7.16 | 3.03 | 32.55 | - |
| YUV | 32.33 | 198.92 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 3 | 158 | 0.73 | 0.98 | 0 | 0.38 | 255.1 | 0.96 | 0.32 |
| Hex | 2A | 3 | 9E | 49 | 62 | 0 | 26 | FF | 60 | 20 |
| Octal | 52 | 3 | 236 | 111 | 142 | 0 | 46 | 377 | 140 | 40 |
| Binary | 101010 | 11 | 10011110 | 1001001 | 1100010 | 0 | 100110 | 11111111 | 1100000 | 100000 |
Color Harmonies of #2A039E
Complementary color
Monochromatic Colors of #2A039E
Black with #2A039E
Text Example
Text Example
White with #2A039E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A039E; }
p { color: rgb(42,3,158); }
H1.HeaderClassName
{
color: #2A039E;
}
.AnyTagClassName
{
color: #2A039E;
}
</style>
background-color css
<style>
a { background-color: #2A039E; }
a { background-color: rgb(42,3,158); }
div.DivClassName
{
background-color: #2A039E;
}
.BgClassName
{
background-color: #2A039E;
}
</style>
border-color css
<style>
span { border-color: #2A039E; }
span { border-color: rgb(42,3,158); }
td.TdClassName
{
border-color: #2A039E;
}
.TagClassName
{
border-color: #2A039E;
}
</style>