Shades of Ultramarine #1D1AAA
Tints of Ultramarine #1D1AAA
RGB
CMYK
RGB Variations
Color information
#1D1AAA (or 0x1D1AAA) is known color: Ultramarine. HEX triplet: 1D, 1A and AA. RGB value is (29,26,170). Sum of RGB (Red+Green+Blue) = 29+26+170=225 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.89% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 170 (66.80% from 255 or 75.56% from 225); Max value from RGB is 170 - color contains mainly: blue. Hex color #1D1AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D1AAA is #E2E555. Grayscale: #2A2A2A. Windows color (decimal): -14869846 or 11147805. OLE color: 11147805.
HSL color Cylindrical-coordinate representation of color #1D1AAA: hue angle of 241.25º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D1AAA is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 26 | 170 | - |
| CMYK | 0.83 | 0.85 | 0 | 0.33 |
| HSL | 241.25º | 0.73% | 0.38% | - |
| HSV(B) | 241.25º | 0.85% | 0.67% | - |
| XYZ | 8.13 | 3.9 | 38.35 | - |
| YUV | 43.31 | 199.49 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 26 | 170 | 0.83 | 0.85 | 0 | 0.33 | 241.25 | 0.73 | 0.38 |
| Hex | 1D | 1A | AA | 53 | 55 | 0 | 21 | F1 | 49 | 26 |
| Octal | 35 | 32 | 252 | 123 | 125 | 0 | 41 | 361 | 111 | 46 |
| Binary | 11101 | 11010 | 10101010 | 1010011 | 1010101 | 0 | 100001 | 11110001 | 1001001 | 100110 |
Color Harmonies of #1D1AAA
Complementary color
Monochromatic Colors of #1D1AAA
Black with #1D1AAA
Text Example
Text Example
White with #1D1AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1AAA; }
p { color: rgb(29,26,170); }
H1.HeaderClassName
{
color: #1D1AAA;
}
.AnyTagClassName
{
color: #1D1AAA;
}
</style>
background-color css
<style>
a { background-color: #1D1AAA; }
a { background-color: rgb(29,26,170); }
div.DivClassName
{
background-color: #1D1AAA;
}
.BgClassName
{
background-color: #1D1AAA;
}
</style>
border-color css
<style>
span { border-color: #1D1AAA; }
span { border-color: rgb(29,26,170); }
td.TdClassName
{
border-color: #1D1AAA;
}
.TagClassName
{
border-color: #1D1AAA;
}
</style>