Shades of Ultramarine #2D059A
Tints of Ultramarine #2D059A
RGB
CMYK
RGB Variations
Color information
#2D059A (or 0x2D059A) is known color: Ultramarine. HEX triplet: 2D, 05 and 9A. RGB value is (45,5,154). Sum of RGB (Red+Green+Blue) = 45+5+154=204 (27% of max value = 765). Red value is 45 (17.97% from 255 or 22.06% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 154 (60.55% from 255 or 75.49% from 204); Max value from RGB is 154 - color contains mainly: blue. Hex color #2D059A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D059A is #D2FA65. Grayscale: #212121. Windows color (decimal): -13826662 or 10093869. OLE color: 10093869.
HSL color Cylindrical-coordinate representation of color #2D059A: hue angle of 256.11º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D059A is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 45 | 5 | 154 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.40 |
| HSL | 256.11º | 0.94% | 0.31% | - |
| HSV(B) | 256.11º | 0.97% | 0.6% | - |
| XYZ | 6.97 | 3 | 30.78 | - |
| YUV | 33.95 | 195.75 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 5 | 154 | 0.71 | 0.97 | 0 | 0.40 | 256.11 | 0.94 | 0.31 |
| Hex | 2D | 5 | 9A | 47 | 61 | 0 | 28 | 100 | 5E | 1F |
| Octal | 55 | 5 | 232 | 107 | 141 | 0 | 50 | 400 | 136 | 37 |
| Binary | 101101 | 101 | 10011010 | 1000111 | 1100001 | 0 | 101000 | 100000000 | 1011110 | 11111 |
Color Harmonies of #2D059A
Complementary color
Monochromatic Colors of #2D059A
Black with #2D059A
Text Example
Text Example
White with #2D059A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D059A; }
p { color: rgb(45,5,154); }
H1.HeaderClassName
{
color: #2D059A;
}
.AnyTagClassName
{
color: #2D059A;
}
</style>
background-color css
<style>
a { background-color: #2D059A; }
a { background-color: rgb(45,5,154); }
div.DivClassName
{
background-color: #2D059A;
}
.BgClassName
{
background-color: #2D059A;
}
</style>
border-color css
<style>
span { border-color: #2D059A; }
span { border-color: rgb(45,5,154); }
td.TdClassName
{
border-color: #2D059A;
}
.TagClassName
{
border-color: #2D059A;
}
</style>