Shades of Ultramarine #1D15A9
Tints of Ultramarine #1D15A9
RGB
CMYK
RGB Variations
Color information
#1D15A9 (or 0x1D15A9) is known color: Ultramarine. HEX triplet: 1D, 15 and A9. RGB value is (29,21,169). Sum of RGB (Red+Green+Blue) = 29+21+169=219 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.24% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 169 (66.41% from 255 or 77.17% from 219); Max value from RGB is 169 - color contains mainly: blue. Hex color #1D15A9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D15A9 is #E2EA56. Grayscale: #272727. Windows color (decimal): -14871127 or 11080989. OLE color: 11080989.
HSL color Cylindrical-coordinate representation of color #1D15A9: hue angle of 243.24º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D15A9 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 29 | 21 | 169 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.34 |
| HSL | 243.24º | 0.78% | 0.37% | - |
| HSV(B) | 243.24º | 0.88% | 0.66% | - |
| XYZ | 7.94 | 3.66 | 37.82 | - |
| YUV | 40.26 | 200.65 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 21 | 169 | 0.83 | 0.88 | 0 | 0.34 | 243.24 | 0.78 | 0.37 |
| Hex | 1D | 15 | A9 | 53 | 58 | 0 | 22 | F3 | 4E | 25 |
| Octal | 35 | 25 | 251 | 123 | 130 | 0 | 42 | 363 | 116 | 45 |
| Binary | 11101 | 10101 | 10101001 | 1010011 | 1011000 | 0 | 100010 | 11110011 | 1001110 | 100101 |
Color Harmonies of #1D15A9
Complementary color
Monochromatic Colors of #1D15A9
Black with #1D15A9
Text Example
Text Example
White with #1D15A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D15A9; }
p { color: rgb(29,21,169); }
H1.HeaderClassName
{
color: #1D15A9;
}
.AnyTagClassName
{
color: #1D15A9;
}
</style>
background-color css
<style>
a { background-color: #1D15A9; }
a { background-color: rgb(29,21,169); }
div.DivClassName
{
background-color: #1D15A9;
}
.BgClassName
{
background-color: #1D15A9;
}
</style>
border-color css
<style>
span { border-color: #1D15A9; }
span { border-color: rgb(29,21,169); }
td.TdClassName
{
border-color: #1D15A9;
}
.TagClassName
{
border-color: #1D15A9;
}
</style>