Shades of Ultramarine #2D059C
Tints of Ultramarine #2D059C
RGB
CMYK
RGB Variations
Color information
#2D059C (or 0x2D059C) is known color: Ultramarine. HEX triplet: 2D, 05 and 9C. RGB value is (45,5,156). Sum of RGB (Red+Green+Blue) = 45+5+156=206 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.84% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 156 (61.33% from 255 or 75.73% from 206); Max value from RGB is 156 - color contains mainly: blue. Hex color #2D059C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D059C is #D2FA63. Grayscale: #212121. Windows color (decimal): -13826660 or 10224941. OLE color: 10224941.
HSL color Cylindrical-coordinate representation of color #2D059C: hue angle of 255.89º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D059C is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 45 | 5 | 156 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.39 |
| HSL | 255.89º | 0.94% | 0.32% | - |
| HSV(B) | 255.89º | 0.97% | 0.61% | - |
| XYZ | 7.14 | 3.07 | 31.67 | - |
| YUV | 34.17 | 196.75 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 5 | 156 | 0.71 | 0.97 | 0 | 0.39 | 255.89 | 0.94 | 0.32 |
| Hex | 2D | 5 | 9C | 47 | 61 | 0 | 27 | 100 | 5E | 20 |
| Octal | 55 | 5 | 234 | 107 | 141 | 0 | 47 | 400 | 136 | 40 |
| Binary | 101101 | 101 | 10011100 | 1000111 | 1100001 | 0 | 100111 | 100000000 | 1011110 | 100000 |
Color Harmonies of #2D059C
Complementary color
Monochromatic Colors of #2D059C
Black with #2D059C
Text Example
Text Example
White with #2D059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D059C; }
p { color: rgb(45,5,156); }
H1.HeaderClassName
{
color: #2D059C;
}
.AnyTagClassName
{
color: #2D059C;
}
</style>
background-color css
<style>
a { background-color: #2D059C; }
a { background-color: rgb(45,5,156); }
div.DivClassName
{
background-color: #2D059C;
}
.BgClassName
{
background-color: #2D059C;
}
</style>
border-color css
<style>
span { border-color: #2D059C; }
span { border-color: rgb(45,5,156); }
td.TdClassName
{
border-color: #2D059C;
}
.TagClassName
{
border-color: #2D059C;
}
</style>