Shades of Ultramarine #1D13AA
Tints of Ultramarine #1D13AA
RGB
CMYK
RGB Variations
Color information
#1D13AA (or 0x1D13AA) is known color: Ultramarine. HEX triplet: 1D, 13 and AA. RGB value is (29,19,170). Sum of RGB (Red+Green+Blue) = 29+19+170=218 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.30% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 170 (66.80% from 255 or 77.98% from 218); Max value from RGB is 170 - color contains mainly: blue. Hex color #1D13AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D13AA is #E2EC55. Grayscale: #262626. Windows color (decimal): -14871638 or 11146013. OLE color: 11146013.
HSL color Cylindrical-coordinate representation of color #1D13AA: hue angle of 243.97º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D13AA is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 19 | 170 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.33 |
| HSL | 243.97º | 0.8% | 0.37% | - |
| HSV(B) | 243.97º | 0.89% | 0.67% | - |
| XYZ | 8 | 3.63 | 38.31 | - |
| YUV | 39.2 | 201.81 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 19 | 170 | 0.83 | 0.89 | 0 | 0.33 | 243.97 | 0.8 | 0.37 |
| Hex | 1D | 13 | AA | 53 | 59 | 0 | 21 | F4 | 50 | 25 |
| Octal | 35 | 23 | 252 | 123 | 131 | 0 | 41 | 364 | 120 | 45 |
| Binary | 11101 | 10011 | 10101010 | 1010011 | 1011001 | 0 | 100001 | 11110100 | 1010000 | 100101 |
Color Harmonies of #1D13AA
Complementary color
Monochromatic Colors of #1D13AA
Black with #1D13AA
Text Example
Text Example
White with #1D13AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D13AA; }
p { color: rgb(29,19,170); }
H1.HeaderClassName
{
color: #1D13AA;
}
.AnyTagClassName
{
color: #1D13AA;
}
</style>
background-color css
<style>
a { background-color: #1D13AA; }
a { background-color: rgb(29,19,170); }
div.DivClassName
{
background-color: #1D13AA;
}
.BgClassName
{
background-color: #1D13AA;
}
</style>
border-color css
<style>
span { border-color: #1D13AA; }
span { border-color: rgb(29,19,170); }
td.TdClassName
{
border-color: #1D13AA;
}
.TagClassName
{
border-color: #1D13AA;
}
</style>