Shades of Ultramarine #2A039C
Tints of Ultramarine #2A039C
RGB
CMYK
RGB Variations
Color information
#2A039C (or 0x2A039C) is known color: Ultramarine. HEX triplet: 2A, 03 and 9C. RGB value is (42,3,156). Sum of RGB (Red+Green+Blue) = 42+3+156=201 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.90% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 156 (61.33% from 255 or 77.61% from 201); Max value from RGB is 156 - color contains mainly: blue. Hex color #2A039C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A039C is #D5FC63. Grayscale: #1F1F1F. Windows color (decimal): -14023780 or 10224426. OLE color: 10224426.
HSL color Cylindrical-coordinate representation of color #2A039C: hue angle of 255.29º 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 #2A039C is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 3 | 156 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.39 |
| HSL | 255.29º | 0.96% | 0.31% | - |
| HSV(B) | 255.29º | 0.98% | 0.61% | - |
| XYZ | 6.99 | 2.96 | 31.66 | - |
| YUV | 32.1 | 197.92 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 3 | 156 | 0.73 | 0.98 | 0 | 0.39 | 255.29 | 0.96 | 0.31 |
| Hex | 2A | 3 | 9C | 49 | 62 | 0 | 27 | FF | 60 | 1F |
| Octal | 52 | 3 | 234 | 111 | 142 | 0 | 47 | 377 | 140 | 37 |
| Binary | 101010 | 11 | 10011100 | 1001001 | 1100010 | 0 | 100111 | 11111111 | 1100000 | 11111 |
Color Harmonies of #2A039C
Complementary color
Monochromatic Colors of #2A039C
Black with #2A039C
Text Example
Text Example
White with #2A039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A039C; }
p { color: rgb(42,3,156); }
H1.HeaderClassName
{
color: #2A039C;
}
.AnyTagClassName
{
color: #2A039C;
}
</style>
background-color css
<style>
a { background-color: #2A039C; }
a { background-color: rgb(42,3,156); }
div.DivClassName
{
background-color: #2A039C;
}
.BgClassName
{
background-color: #2A039C;
}
</style>
border-color css
<style>
span { border-color: #2A039C; }
span { border-color: rgb(42,3,156); }
td.TdClassName
{
border-color: #2A039C;
}
.TagClassName
{
border-color: #2A039C;
}
</style>