Shades of Ultramarine #2A039B
Tints of Ultramarine #2A039B
RGB
CMYK
RGB Variations
Color information
#2A039B (or 0x2A039B) is known color: Ultramarine. HEX triplet: 2A, 03 and 9B. RGB value is (42,3,155). Sum of RGB (Red+Green+Blue) = 42+3+155=200 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 155 (60.94% from 255 or 77.5% from 200); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A039B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A039B is #D5FC64. Grayscale: #1F1F1F. Windows color (decimal): -14023781 or 10158890. OLE color: 10158890.
HSL color Cylindrical-coordinate representation of color #2A039B: hue angle of 255.39º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A039B is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 3 | 155 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.39 |
| HSL | 255.39º | 0.96% | 0.31% | - |
| HSV(B) | 255.39º | 0.98% | 0.61% | - |
| XYZ | 6.9 | 2.92 | 31.21 | - |
| YUV | 31.99 | 197.42 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 3 | 155 | 0.73 | 0.98 | 0 | 0.39 | 255.39 | 0.96 | 0.31 |
| Hex | 2A | 3 | 9B | 49 | 62 | 0 | 27 | FF | 60 | 1F |
| Octal | 52 | 3 | 233 | 111 | 142 | 0 | 47 | 377 | 140 | 37 |
| Binary | 101010 | 11 | 10011011 | 1001001 | 1100010 | 0 | 100111 | 11111111 | 1100000 | 11111 |
Color Harmonies of #2A039B
Complementary color
Monochromatic Colors of #2A039B
Black with #2A039B
Text Example
Text Example
White with #2A039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A039B; }
p { color: rgb(42,3,155); }
H1.HeaderClassName
{
color: #2A039B;
}
.AnyTagClassName
{
color: #2A039B;
}
</style>
background-color css
<style>
a { background-color: #2A039B; }
a { background-color: rgb(42,3,155); }
div.DivClassName
{
background-color: #2A039B;
}
.BgClassName
{
background-color: #2A039B;
}
</style>
border-color css
<style>
span { border-color: #2A039B; }
span { border-color: rgb(42,3,155); }
td.TdClassName
{
border-color: #2A039B;
}
.TagClassName
{
border-color: #2A039B;
}
</style>