Shades of Ultramarine #2D1A9D
Tints of Ultramarine #2D1A9D
RGB
CMYK
RGB Variations
Color information
#2D1A9D (or 0x2D1A9D) is known color: Ultramarine. HEX triplet: 2D, 1A and 9D. RGB value is (45,26,157). Sum of RGB (Red+Green+Blue) = 45+26+157=228 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.74% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 157 (61.72% from 255 or 68.86% from 228); Max value from RGB is 157 - color contains mainly: blue. Hex color #2D1A9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D1A9D is #D2E562. Grayscale: #2E2E2E. Windows color (decimal): -13821283 or 10295853. OLE color: 10295853.
HSL color Cylindrical-coordinate representation of color #2D1A9D: hue angle of 248.7º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2D1A9D is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 26 | 157 | - |
| CMYK | 0.71 | 0.83 | 0 | 0.38 |
| HSL | 248.7º | 0.72% | 0.36% | - |
| HSV(B) | 248.7º | 0.83% | 0.62% | - |
| XYZ | 7.54 | 3.73 | 32.22 | - |
| YUV | 46.62 | 190.29 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 26 | 157 | 0.71 | 0.83 | 0 | 0.38 | 248.7 | 0.72 | 0.36 |
| Hex | 2D | 1A | 9D | 47 | 53 | 0 | 26 | F9 | 48 | 24 |
| Octal | 55 | 32 | 235 | 107 | 123 | 0 | 46 | 371 | 110 | 44 |
| Binary | 101101 | 11010 | 10011101 | 1000111 | 1010011 | 0 | 100110 | 11111001 | 1001000 | 100100 |
Color Harmonies of #2D1A9D
Complementary color
Monochromatic Colors of #2D1A9D
Black with #2D1A9D
Text Example
Text Example
White with #2D1A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1A9D; }
p { color: rgb(45,26,157); }
H1.HeaderClassName
{
color: #2D1A9D;
}
.AnyTagClassName
{
color: #2D1A9D;
}
</style>
background-color css
<style>
a { background-color: #2D1A9D; }
a { background-color: rgb(45,26,157); }
div.DivClassName
{
background-color: #2D1A9D;
}
.BgClassName
{
background-color: #2D1A9D;
}
</style>
border-color css
<style>
span { border-color: #2D1A9D; }
span { border-color: rgb(45,26,157); }
td.TdClassName
{
border-color: #2D1A9D;
}
.TagClassName
{
border-color: #2D1A9D;
}
</style>