Shades of Ultramarine #2D1CA9
Tints of Ultramarine #2D1CA9
RGB
CMYK
RGB Variations
Color information
#2D1CA9 (or 0x2D1CA9) is known color: Ultramarine. HEX triplet: 2D, 1C and A9. RGB value is (45,28,169). Sum of RGB (Red+Green+Blue) = 45+28+169=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 28 (11.33% from 255 or 11.57% from 242); Blue value is 169 (66.41% from 255 or 69.83% from 242); Max value from RGB is 169 - color contains mainly: blue. Hex color #2D1CA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D1CA9 is #D2E356. Grayscale: #303030. Windows color (decimal): -13820759 or 11082797. OLE color: 11082797.
HSL color Cylindrical-coordinate representation of color #2D1CA9: hue angle of 247.23º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2D1CA9 is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 45 | 28 | 169 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.34 |
| HSL | 247.23º | 0.72% | 0.39% | - |
| HSV(B) | 247.23º | 0.83% | 0.66% | - |
| XYZ | 8.66 | 4.25 | 37.9 | - |
| YUV | 49.16 | 195.63 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 28 | 169 | 0.73 | 0.83 | 0 | 0.34 | 247.23 | 0.72 | 0.39 |
| Hex | 2D | 1C | A9 | 49 | 53 | 0 | 22 | F7 | 48 | 27 |
| Octal | 55 | 34 | 251 | 111 | 123 | 0 | 42 | 367 | 110 | 47 |
| Binary | 101101 | 11100 | 10101001 | 1001001 | 1010011 | 0 | 100010 | 11110111 | 1001000 | 100111 |
Color Harmonies of #2D1CA9
Complementary color
Monochromatic Colors of #2D1CA9
Black with #2D1CA9
Text Example
Text Example
White with #2D1CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1CA9; }
p { color: rgb(45,28,169); }
H1.HeaderClassName
{
color: #2D1CA9;
}
.AnyTagClassName
{
color: #2D1CA9;
}
</style>
background-color css
<style>
a { background-color: #2D1CA9; }
a { background-color: rgb(45,28,169); }
div.DivClassName
{
background-color: #2D1CA9;
}
.BgClassName
{
background-color: #2D1CA9;
}
</style>
border-color css
<style>
span { border-color: #2D1CA9; }
span { border-color: rgb(45,28,169); }
td.TdClassName
{
border-color: #2D1CA9;
}
.TagClassName
{
border-color: #2D1CA9;
}
</style>