Shades of Ultramarine #2D0EA7
Tints of Ultramarine #2D0EA7
RGB
CMYK
RGB Variations
Color information
#2D0EA7 (or 0x2D0EA7) is known color: Ultramarine. HEX triplet: 2D, 0E and A7. RGB value is (45,14,167). Sum of RGB (Red+Green+Blue) = 45+14+167=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 14 (5.86% from 255 or 6.19% from 226); Blue value is 167 (65.62% from 255 or 73.89% from 226); Max value from RGB is 167 - color contains mainly: blue. Hex color #2D0EA7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0EA7 is #D2F158. Grayscale: #282828. Windows color (decimal): -13824345 or 10948141. OLE color: 10948141.
HSL color Cylindrical-coordinate representation of color #2D0EA7: hue angle of 252.16º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2D0EA7 is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 14 | 167 | - |
| CMYK | 0.73 | 0.92 | 0 | 0.35 |
| HSL | 252.16º | 0.85% | 0.35% | - |
| HSV(B) | 252.16º | 0.92% | 0.65% | - |
| XYZ | 8.21 | 3.66 | 36.83 | - |
| YUV | 40.71 | 199.27 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 14 | 167 | 0.73 | 0.92 | 0 | 0.35 | 252.16 | 0.85 | 0.35 |
| Hex | 2D | E | A7 | 49 | 5C | 0 | 23 | FC | 55 | 23 |
| Octal | 55 | 16 | 247 | 111 | 134 | 0 | 43 | 374 | 125 | 43 |
| Binary | 101101 | 1110 | 10100111 | 1001001 | 1011100 | 0 | 100011 | 11111100 | 1010101 | 100011 |
Color Harmonies of #2D0EA7
Complementary color
Monochromatic Colors of #2D0EA7
Black with #2D0EA7
Text Example
Text Example
White with #2D0EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0EA7; }
p { color: rgb(45,14,167); }
H1.HeaderClassName
{
color: #2D0EA7;
}
.AnyTagClassName
{
color: #2D0EA7;
}
</style>
background-color css
<style>
a { background-color: #2D0EA7; }
a { background-color: rgb(45,14,167); }
div.DivClassName
{
background-color: #2D0EA7;
}
.BgClassName
{
background-color: #2D0EA7;
}
</style>
border-color css
<style>
span { border-color: #2D0EA7; }
span { border-color: rgb(45,14,167); }
td.TdClassName
{
border-color: #2D0EA7;
}
.TagClassName
{
border-color: #2D0EA7;
}
</style>