Shades of Ultramarine #1D1690
Tints of Ultramarine #1D1690
RGB
CMYK
RGB Variations
Color information
#1D1690 (or 0x1D1690) is known color: Ultramarine. HEX triplet: 1D, 16 and 90. RGB value is (29,22,144). Sum of RGB (Red+Green+Blue) = 29+22+144=195 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.87% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 144 (56.64% from 255 or 73.85% from 195); Max value from RGB is 144 - color contains mainly: blue. Hex color #1D1690 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D1690 is #E2E96F. Grayscale: #252525. Windows color (decimal): -14870896 or 9442845. OLE color: 9442845.
HSL color Cylindrical-coordinate representation of color #1D1690: hue angle of 243.44º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D1690 is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 29 | 22 | 144 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.44 |
| HSL | 243.44º | 0.73% | 0.33% | - |
| HSV(B) | 243.44º | 0.85% | 0.56% | - |
| XYZ | 5.83 | 2.85 | 26.63 | - |
| YUV | 38 | 187.82 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 22 | 144 | 0.80 | 0.85 | 0 | 0.44 | 243.44 | 0.73 | 0.33 |
| Hex | 1D | 16 | 90 | 50 | 55 | 0 | 2C | F3 | 49 | 21 |
| Octal | 35 | 26 | 220 | 120 | 125 | 0 | 54 | 363 | 111 | 41 |
| Binary | 11101 | 10110 | 10010000 | 1010000 | 1010101 | 0 | 101100 | 11110011 | 1001001 | 100001 |
Color Harmonies of #1D1690
Complementary color
Monochromatic Colors of #1D1690
Black with #1D1690
Text Example
Text Example
White with #1D1690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1690; }
p { color: rgb(29,22,144); }
H1.HeaderClassName
{
color: #1D1690;
}
.AnyTagClassName
{
color: #1D1690;
}
</style>
background-color css
<style>
a { background-color: #1D1690; }
a { background-color: rgb(29,22,144); }
div.DivClassName
{
background-color: #1D1690;
}
.BgClassName
{
background-color: #1D1690;
}
</style>
border-color css
<style>
span { border-color: #1D1690; }
span { border-color: rgb(29,22,144); }
td.TdClassName
{
border-color: #1D1690;
}
.TagClassName
{
border-color: #1D1690;
}
</style>