Shades of Ultramarine #2D07A9
Tints of Ultramarine #2D07A9
RGB
CMYK
RGB Variations
Color information
#2D07A9 (or 0x2D07A9) is known color: Ultramarine. HEX triplet: 2D, 07 and A9. RGB value is (45,7,169). Sum of RGB (Red+Green+Blue) = 45+7+169=221 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.36% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 169 (66.41% from 255 or 76.47% from 221); Max value from RGB is 169 - color contains mainly: blue. Hex color #2D07A9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D07A9 is #D2F856. Grayscale: #242424. Windows color (decimal): -13826135 or 11077421. OLE color: 11077421.
HSL color Cylindrical-coordinate representation of color #2D07A9: hue angle of 254.07º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D07A9 is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 45 | 7 | 169 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.34 |
| HSL | 254.07º | 0.92% | 0.35% | - |
| HSV(B) | 254.07º | 0.96% | 0.66% | - |
| XYZ | 8.32 | 3.57 | 37.79 | - |
| YUV | 36.83 | 202.59 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 7 | 169 | 0.73 | 0.96 | 0 | 0.34 | 254.07 | 0.92 | 0.35 |
| Hex | 2D | 7 | A9 | 49 | 60 | 0 | 22 | FE | 5C | 23 |
| Octal | 55 | 7 | 251 | 111 | 140 | 0 | 42 | 376 | 134 | 43 |
| Binary | 101101 | 111 | 10101001 | 1001001 | 1100000 | 0 | 100010 | 11111110 | 1011100 | 100011 |
Color Harmonies of #2D07A9
Complementary color
Monochromatic Colors of #2D07A9
Black with #2D07A9
Text Example
Text Example
White with #2D07A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D07A9; }
p { color: rgb(45,7,169); }
H1.HeaderClassName
{
color: #2D07A9;
}
.AnyTagClassName
{
color: #2D07A9;
}
</style>
background-color css
<style>
a { background-color: #2D07A9; }
a { background-color: rgb(45,7,169); }
div.DivClassName
{
background-color: #2D07A9;
}
.BgClassName
{
background-color: #2D07A9;
}
</style>
border-color css
<style>
span { border-color: #2D07A9; }
span { border-color: rgb(45,7,169); }
td.TdClassName
{
border-color: #2D07A9;
}
.TagClassName
{
border-color: #2D07A9;
}
</style>