Shades of Ultramarine #2D06AD
Tints of Ultramarine #2D06AD
RGB
CMYK
RGB Variations
Color information
#2D06AD (or 0x2D06AD) is known color: Ultramarine. HEX triplet: 2D, 06 and AD. RGB value is (45,6,173). Sum of RGB (Red+Green+Blue) = 45+6+173=224 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.09% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 173 (67.97% from 255 or 77.23% from 224); Max value from RGB is 173 - color contains mainly: blue. Hex color #2D06AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D06AD is #D2F952. Grayscale: #242424. Windows color (decimal): -13826387 or 11339309. OLE color: 11339309.
HSL color Cylindrical-coordinate representation of color #2D06AD: hue angle of 254.01º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D06AD is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 6 | 173 | - |
| CMYK | 0.74 | 0.97 | 0 | 0.32 |
| HSL | 254.01º | 0.93% | 0.35% | - |
| HSV(B) | 254.01º | 0.97% | 0.68% | - |
| XYZ | 8.69 | 3.71 | 39.79 | - |
| YUV | 36.7 | 204.92 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 6 | 173 | 0.74 | 0.97 | 0 | 0.32 | 254.01 | 0.93 | 0.35 |
| Hex | 2D | 6 | AD | 4A | 61 | 0 | 20 | FE | 5D | 23 |
| Octal | 55 | 6 | 255 | 112 | 141 | 0 | 40 | 376 | 135 | 43 |
| Binary | 101101 | 110 | 10101101 | 1001010 | 1100001 | 0 | 100000 | 11111110 | 1011101 | 100011 |
Color Harmonies of #2D06AD
Complementary color
Monochromatic Colors of #2D06AD
Black with #2D06AD
Text Example
Text Example
White with #2D06AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D06AD; }
p { color: rgb(45,6,173); }
H1.HeaderClassName
{
color: #2D06AD;
}
.AnyTagClassName
{
color: #2D06AD;
}
</style>
background-color css
<style>
a { background-color: #2D06AD; }
a { background-color: rgb(45,6,173); }
div.DivClassName
{
background-color: #2D06AD;
}
.BgClassName
{
background-color: #2D06AD;
}
</style>
border-color css
<style>
span { border-color: #2D06AD; }
span { border-color: rgb(45,6,173); }
td.TdClassName
{
border-color: #2D06AD;
}
.TagClassName
{
border-color: #2D06AD;
}
</style>