Shades of Ultramarine #2D07AC
Tints of Ultramarine #2D07AC
RGB
CMYK
RGB Variations
Color information
#2D07AC (or 0x2D07AC) is known color: Ultramarine. HEX triplet: 2D, 07 and AC. RGB value is (45,7,172). Sum of RGB (Red+Green+Blue) = 45+7+172=224 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.09% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 172 (67.58% from 255 or 76.79% from 224); Max value from RGB is 172 - color contains mainly: blue. Hex color #2D07AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D07AC is #D2F853. Grayscale: #242424. Windows color (decimal): -13826132 or 11274029. OLE color: 11274029.
HSL color Cylindrical-coordinate representation of color #2D07AC: hue angle of 253.82º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D07AC is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 7 | 172 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.33 |
| HSL | 253.82º | 0.92% | 0.35% | - |
| HSV(B) | 253.82º | 0.96% | 0.67% | - |
| XYZ | 8.6 | 3.69 | 39.29 | - |
| YUV | 37.17 | 204.09 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 7 | 172 | 0.74 | 0.96 | 0 | 0.33 | 253.82 | 0.92 | 0.35 |
| Hex | 2D | 7 | AC | 4A | 60 | 0 | 21 | FE | 5C | 23 |
| Octal | 55 | 7 | 254 | 112 | 140 | 0 | 41 | 376 | 134 | 43 |
| Binary | 101101 | 111 | 10101100 | 1001010 | 1100000 | 0 | 100001 | 11111110 | 1011100 | 100011 |
Color Harmonies of #2D07AC
Complementary color
Monochromatic Colors of #2D07AC
Black with #2D07AC
Text Example
Text Example
White with #2D07AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D07AC; }
p { color: rgb(45,7,172); }
H1.HeaderClassName
{
color: #2D07AC;
}
.AnyTagClassName
{
color: #2D07AC;
}
</style>
background-color css
<style>
a { background-color: #2D07AC; }
a { background-color: rgb(45,7,172); }
div.DivClassName
{
background-color: #2D07AC;
}
.BgClassName
{
background-color: #2D07AC;
}
</style>
border-color css
<style>
span { border-color: #2D07AC; }
span { border-color: rgb(45,7,172); }
td.TdClassName
{
border-color: #2D07AC;
}
.TagClassName
{
border-color: #2D07AC;
}
</style>