Shades of Ultramarine #2D0EA6
Tints of Ultramarine #2D0EA6
RGB
CMYK
RGB Variations
Color information
#2D0EA6 (or 0x2D0EA6) is known color: Ultramarine. HEX triplet: 2D, 0E and A6. RGB value is (45,14,166). Sum of RGB (Red+Green+Blue) = 45+14+166=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 166 (65.23% from 255 or 73.78% from 225); Max value from RGB is 166 - color contains mainly: blue. Hex color #2D0EA6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0EA6 is #D2F159. Grayscale: #282828. Windows color (decimal): -13824346 or 10882605. OLE color: 10882605.
HSL color Cylindrical-coordinate representation of color #2D0EA6: hue angle of 252.24º degrees, saturation: 0.84, 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 #2D0EA6 is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 14 | 166 | - |
| CMYK | 0.73 | 0.92 | 0 | 0.35 |
| HSL | 252.24º | 0.84% | 0.35% | - |
| HSV(B) | 252.24º | 0.92% | 0.65% | - |
| XYZ | 8.12 | 3.63 | 36.35 | - |
| YUV | 40.6 | 198.77 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 14 | 166 | 0.73 | 0.92 | 0 | 0.35 | 252.24 | 0.84 | 0.35 |
| Hex | 2D | E | A6 | 49 | 5C | 0 | 23 | FC | 54 | 23 |
| Octal | 55 | 16 | 246 | 111 | 134 | 0 | 43 | 374 | 124 | 43 |
| Binary | 101101 | 1110 | 10100110 | 1001001 | 1011100 | 0 | 100011 | 11111100 | 1010100 | 100011 |
Color Harmonies of #2D0EA6
Complementary color
Monochromatic Colors of #2D0EA6
Black with #2D0EA6
Text Example
Text Example
White with #2D0EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0EA6; }
p { color: rgb(45,14,166); }
H1.HeaderClassName
{
color: #2D0EA6;
}
.AnyTagClassName
{
color: #2D0EA6;
}
</style>
background-color css
<style>
a { background-color: #2D0EA6; }
a { background-color: rgb(45,14,166); }
div.DivClassName
{
background-color: #2D0EA6;
}
.BgClassName
{
background-color: #2D0EA6;
}
</style>
border-color css
<style>
span { border-color: #2D0EA6; }
span { border-color: rgb(45,14,166); }
td.TdClassName
{
border-color: #2D0EA6;
}
.TagClassName
{
border-color: #2D0EA6;
}
</style>