Shades of Ultramarine #1D19AA
Tints of Ultramarine #1D19AA
RGB
CMYK
RGB Variations
Color information
#1D19AA (or 0x1D19AA) is known color: Ultramarine. HEX triplet: 1D, 19 and AA. RGB value is (29,25,170). Sum of RGB (Red+Green+Blue) = 29+25+170=224 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.95% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 170 (66.80% from 255 or 75.89% from 224); Max value from RGB is 170 - color contains mainly: blue. Hex color #1D19AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D19AA is #E2E655. Grayscale: #2A2A2A. Windows color (decimal): -14870102 or 11147549. OLE color: 11147549.
HSL color Cylindrical-coordinate representation of color #1D19AA: hue angle of 241.66º degrees, saturation: 0.74, 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 #1D19AA is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 25 | 170 | - |
| CMYK | 0.83 | 0.85 | 0 | 0.33 |
| HSL | 241.66º | 0.74% | 0.38% | - |
| HSV(B) | 241.66º | 0.85% | 0.67% | - |
| XYZ | 8.11 | 3.86 | 38.35 | - |
| YUV | 42.73 | 199.83 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 25 | 170 | 0.83 | 0.85 | 0 | 0.33 | 241.66 | 0.74 | 0.38 |
| Hex | 1D | 19 | AA | 53 | 55 | 0 | 21 | F2 | 4A | 26 |
| Octal | 35 | 31 | 252 | 123 | 125 | 0 | 41 | 362 | 112 | 46 |
| Binary | 11101 | 11001 | 10101010 | 1010011 | 1010101 | 0 | 100001 | 11110010 | 1001010 | 100110 |
Color Harmonies of #1D19AA
Complementary color
Monochromatic Colors of #1D19AA
Black with #1D19AA
Text Example
Text Example
White with #1D19AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D19AA; }
p { color: rgb(29,25,170); }
H1.HeaderClassName
{
color: #1D19AA;
}
.AnyTagClassName
{
color: #1D19AA;
}
</style>
background-color css
<style>
a { background-color: #1D19AA; }
a { background-color: rgb(29,25,170); }
div.DivClassName
{
background-color: #1D19AA;
}
.BgClassName
{
background-color: #1D19AA;
}
</style>
border-color css
<style>
span { border-color: #1D19AA; }
span { border-color: rgb(29,25,170); }
td.TdClassName
{
border-color: #1D19AA;
}
.TagClassName
{
border-color: #1D19AA;
}
</style>