Shades of Ultramarine #2A1DA5
Tints of Ultramarine #2A1DA5
RGB
CMYK
RGB Variations
Color information
#2A1DA5 (or 0x2A1DA5) is known color: Ultramarine. HEX triplet: 2A, 1D and A5. RGB value is (42,29,165). Sum of RGB (Red+Green+Blue) = 42+29+165=236 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.80% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 165 (64.84% from 255 or 69.92% from 236); Max value from RGB is 165 - color contains mainly: blue. Hex color #2A1DA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A1DA5 is #D5E25A. Grayscale: #2F2F2F. Windows color (decimal): -14017115 or 10820906. OLE color: 10820906.
HSL color Cylindrical-coordinate representation of color #2A1DA5: hue angle of 245.74º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A1DA5 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 29 | 165 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.35 |
| HSL | 245.74º | 0.7% | 0.38% | - |
| HSV(B) | 245.74º | 0.82% | 0.65% | - |
| XYZ | 8.19 | 4.09 | 35.95 | - |
| YUV | 48.39 | 193.81 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 29 | 165 | 0.75 | 0.82 | 0 | 0.35 | 245.74 | 0.7 | 0.38 |
| Hex | 2A | 1D | A5 | 4B | 52 | 0 | 23 | F6 | 46 | 26 |
| Octal | 52 | 35 | 245 | 113 | 122 | 0 | 43 | 366 | 106 | 46 |
| Binary | 101010 | 11101 | 10100101 | 1001011 | 1010010 | 0 | 100011 | 11110110 | 1000110 | 100110 |
Color Harmonies of #2A1DA5
Complementary color
Monochromatic Colors of #2A1DA5
Black with #2A1DA5
Text Example
Text Example
White with #2A1DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1DA5; }
p { color: rgb(42,29,165); }
H1.HeaderClassName
{
color: #2A1DA5;
}
.AnyTagClassName
{
color: #2A1DA5;
}
</style>
background-color css
<style>
a { background-color: #2A1DA5; }
a { background-color: rgb(42,29,165); }
div.DivClassName
{
background-color: #2A1DA5;
}
.BgClassName
{
background-color: #2A1DA5;
}
</style>
border-color css
<style>
span { border-color: #2A1DA5; }
span { border-color: rgb(42,29,165); }
td.TdClassName
{
border-color: #2A1DA5;
}
.TagClassName
{
border-color: #2A1DA5;
}
</style>