Shades of Ultramarine #2901AF
Tints of Ultramarine #2901AF
RGB
CMYK
RGB Variations
Color information
#2901AF (or 0x2901AF) is known color: Ultramarine. HEX triplet: 29, 01 and AF. RGB value is (41,1,175). Sum of RGB (Red+Green+Blue) = 41+1+175=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 175 (68.75% from 255 or 80.65% from 217); Max value from RGB is 175 - color contains mainly: blue. Hex color #2901AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2901AF is #D6FE50. Grayscale: #202020. Windows color (decimal): -14089809 or 11469097. OLE color: 11469097.
HSL color Cylindrical-coordinate representation of color #2901AF: hue angle of 253.79º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2901AF is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 1 | 175 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.31 |
| HSL | 253.79º | 0.99% | 0.35% | - |
| HSV(B) | 253.79º | 0.99% | 0.69% | - |
| XYZ | 8.66 | 3.59 | 40.79 | - |
| YUV | 32.8 | 208.25 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 1 | 175 | 0.77 | 0.99 | 0 | 0.31 | 253.79 | 0.99 | 0.35 |
| Hex | 29 | 1 | AF | 4D | 63 | 0 | 1F | FE | 63 | 23 |
| Octal | 51 | 1 | 257 | 115 | 143 | 0 | 37 | 376 | 143 | 43 |
| Binary | 101001 | 1 | 10101111 | 1001101 | 1100011 | 0 | 11111 | 11111110 | 1100011 | 100011 |
Color Harmonies of #2901AF
Complementary color
Monochromatic Colors of #2901AF
Black with #2901AF
Text Example
Text Example
White with #2901AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2901AF; }
p { color: rgb(41,1,175); }
H1.HeaderClassName
{
color: #2901AF;
}
.AnyTagClassName
{
color: #2901AF;
}
</style>
background-color css
<style>
a { background-color: #2901AF; }
a { background-color: rgb(41,1,175); }
div.DivClassName
{
background-color: #2901AF;
}
.BgClassName
{
background-color: #2901AF;
}
</style>
border-color css
<style>
span { border-color: #2901AF; }
span { border-color: rgb(41,1,175); }
td.TdClassName
{
border-color: #2901AF;
}
.TagClassName
{
border-color: #2901AF;
}
</style>