Shades of Ultramarine #2D01AA
Tints of Ultramarine #2D01AA
RGB
CMYK
RGB Variations
Color information
#2D01AA (or 0x2D01AA) is known color: Ultramarine. HEX triplet: 2D, 01 and AA. RGB value is (45,1,170). Sum of RGB (Red+Green+Blue) = 45+1+170=216 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.83% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 170 (66.80% from 255 or 78.70% from 216); Max value from RGB is 170 - color contains mainly: blue. Hex color #2D01AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D01AA is #D2FE55. Grayscale: #202020. Windows color (decimal): -13827670 or 11141421. OLE color: 11141421.
HSL color Cylindrical-coordinate representation of color #2D01AA: hue angle of 255.62º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D01AA is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 1 | 170 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.33 |
| HSL | 255.62º | 0.99% | 0.34% | - |
| HSV(B) | 255.62º | 0.99% | 0.67% | - |
| XYZ | 8.35 | 3.48 | 38.26 | - |
| YUV | 33.42 | 205.08 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 1 | 170 | 0.74 | 0.99 | 0 | 0.33 | 255.62 | 0.99 | 0.34 |
| Hex | 2D | 1 | AA | 4A | 63 | 0 | 21 | 100 | 63 | 22 |
| Octal | 55 | 1 | 252 | 112 | 143 | 0 | 41 | 400 | 143 | 42 |
| Binary | 101101 | 1 | 10101010 | 1001010 | 1100011 | 0 | 100001 | 100000000 | 1100011 | 100010 |
Color Harmonies of #2D01AA
Complementary color
Monochromatic Colors of #2D01AA
Black with #2D01AA
Text Example
Text Example
White with #2D01AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D01AA; }
p { color: rgb(45,1,170); }
H1.HeaderClassName
{
color: #2D01AA;
}
.AnyTagClassName
{
color: #2D01AA;
}
</style>
background-color css
<style>
a { background-color: #2D01AA; }
a { background-color: rgb(45,1,170); }
div.DivClassName
{
background-color: #2D01AA;
}
.BgClassName
{
background-color: #2D01AA;
}
</style>
border-color css
<style>
span { border-color: #2D01AA; }
span { border-color: rgb(45,1,170); }
td.TdClassName
{
border-color: #2D01AA;
}
.TagClassName
{
border-color: #2D01AA;
}
</style>