Shades of Ultramarine #2900AF
Tints of Ultramarine #2900AF
RGB
CMYK
RGB Variations
Color information
#2900AF (or 0x2900AF) is known color: Ultramarine. HEX triplet: 29, 00 and AF. RGB value is (41,0,175). Sum of RGB (Red+Green+Blue) = 41+0+175=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 175 (68.75% from 255 or 81.02% from 216); Max value from RGB is 175 - color contains mainly: blue. Hex color #2900AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2900AF is #D6FF50. Grayscale: #1F1F1F. Windows color (decimal): -14090065 or 11468841. OLE color: 11468841.
HSL color Cylindrical-coordinate representation of color #2900AF: hue angle of 254.06º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2900AF is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 0 | 175 | - |
| CMYK | 0.77 | 1 | 0 | 0.31 |
| HSL | 254.06º | 1% | 0.34% | - |
| HSV(B) | 254.06º | 1% | 0.69% | - |
| XYZ | 8.65 | 3.57 | 40.79 | - |
| YUV | 32.21 | 208.58 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 0 | 175 | 0.77 | 1 | 0 | 0.31 | 254.06 | 1 | 0.34 |
| Hex | 29 | 0 | AF | 4D | 64 | 0 | 1F | FE | 64 | 22 |
| Octal | 51 | 0 | 257 | 115 | 144 | 0 | 37 | 376 | 144 | 42 |
| Binary | 101001 | 0 | 10101111 | 1001101 | 1100100 | 0 | 11111 | 11111110 | 1100100 | 100010 |
Color Harmonies of #2900AF
Complementary color
Monochromatic Colors of #2900AF
Black with #2900AF
Text Example
Text Example
White with #2900AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2900AF; }
p { color: rgb(41,0,175); }
H1.HeaderClassName
{
color: #2900AF;
}
.AnyTagClassName
{
color: #2900AF;
}
</style>
background-color css
<style>
a { background-color: #2900AF; }
a { background-color: rgb(41,0,175); }
div.DivClassName
{
background-color: #2900AF;
}
.BgClassName
{
background-color: #2900AF;
}
</style>
border-color css
<style>
span { border-color: #2900AF; }
span { border-color: rgb(41,0,175); }
td.TdClassName
{
border-color: #2900AF;
}
.TagClassName
{
border-color: #2900AF;
}
</style>