Shades of Ultramarine #1D15AE
Tints of Ultramarine #1D15AE
RGB
CMYK
RGB Variations
Color information
#1D15AE (or 0x1D15AE) is known color: Ultramarine. HEX triplet: 1D, 15 and AE. RGB value is (29,21,174). Sum of RGB (Red+Green+Blue) = 29+21+174=224 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.95% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 174 (68.36% from 255 or 77.68% from 224); Max value from RGB is 174 - color contains mainly: blue. Hex color #1D15AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D15AE is #E2EA51. Grayscale: #282828. Windows color (decimal): -14871122 or 11408669. OLE color: 11408669.
HSL color Cylindrical-coordinate representation of color #1D15AE: hue angle of 243.14º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D15AE is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 21 | 174 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.32 |
| HSL | 243.14º | 0.78% | 0.38% | - |
| HSV(B) | 243.14º | 0.88% | 0.68% | - |
| XYZ | 8.41 | 3.85 | 40.34 | - |
| YUV | 40.83 | 203.15 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 21 | 174 | 0.83 | 0.88 | 0 | 0.32 | 243.14 | 0.78 | 0.38 |
| Hex | 1D | 15 | AE | 53 | 58 | 0 | 20 | F3 | 4E | 26 |
| Octal | 35 | 25 | 256 | 123 | 130 | 0 | 40 | 363 | 116 | 46 |
| Binary | 11101 | 10101 | 10101110 | 1010011 | 1011000 | 0 | 100000 | 11110011 | 1001110 | 100110 |
Color Harmonies of #1D15AE
Complementary color
Monochromatic Colors of #1D15AE
Black with #1D15AE
Text Example
Text Example
White with #1D15AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D15AE; }
p { color: rgb(29,21,174); }
H1.HeaderClassName
{
color: #1D15AE;
}
.AnyTagClassName
{
color: #1D15AE;
}
</style>
background-color css
<style>
a { background-color: #1D15AE; }
a { background-color: rgb(29,21,174); }
div.DivClassName
{
background-color: #1D15AE;
}
.BgClassName
{
background-color: #1D15AE;
}
</style>
border-color css
<style>
span { border-color: #1D15AE; }
span { border-color: rgb(29,21,174); }
td.TdClassName
{
border-color: #1D15AE;
}
.TagClassName
{
border-color: #1D15AE;
}
</style>