Shades of Ultramarine #1D1591
Tints of Ultramarine #1D1591
RGB
CMYK
RGB Variations
Color information
#1D1591 (or 0x1D1591) is known color: Ultramarine. HEX triplet: 1D, 15 and 91. RGB value is (29,21,145). Sum of RGB (Red+Green+Blue) = 29+21+145=195 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.87% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 145 (57.03% from 255 or 74.36% from 195); Max value from RGB is 145 - color contains mainly: blue. Hex color #1D1591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D1591 is #E2EA6E. Grayscale: #252525. Windows color (decimal): -14871151 or 9508125. OLE color: 9508125.
HSL color Cylindrical-coordinate representation of color #1D1591: hue angle of 243.87º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D1591 is Cyan = 0.8, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 21 | 145 | - |
| CMYK | 0.8 | 0.86 | 0 | 0.43 |
| HSL | 243.87º | 0.75% | 0.33% | - |
| HSV(B) | 243.87º | 0.86% | 0.57% | - |
| XYZ | 5.89 | 2.84 | 27.03 | - |
| YUV | 37.53 | 188.65 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 21 | 145 | 0.8 | 0.86 | 0 | 0.43 | 243.87 | 0.75 | 0.33 |
| Hex | 1D | 15 | 91 | 50 | 56 | 0 | 2B | F4 | 4B | 21 |
| Octal | 35 | 25 | 221 | 120 | 126 | 0 | 53 | 364 | 113 | 41 |
| Binary | 11101 | 10101 | 10010001 | 1010000 | 1010110 | 0 | 101011 | 11110100 | 1001011 | 100001 |
Color Harmonies of #1D1591
Complementary color
Monochromatic Colors of #1D1591
Black with #1D1591
Text Example
Text Example
White with #1D1591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1591; }
p { color: rgb(29,21,145); }
H1.HeaderClassName
{
color: #1D1591;
}
.AnyTagClassName
{
color: #1D1591;
}
</style>
background-color css
<style>
a { background-color: #1D1591; }
a { background-color: rgb(29,21,145); }
div.DivClassName
{
background-color: #1D1591;
}
.BgClassName
{
background-color: #1D1591;
}
</style>
border-color css
<style>
span { border-color: #1D1591; }
span { border-color: rgb(29,21,145); }
td.TdClassName
{
border-color: #1D1591;
}
.TagClassName
{
border-color: #1D1591;
}
</style>