Shades of Ultramarine #1D1689
Tints of Ultramarine #1D1689
RGB
CMYK
RGB Variations
Color information
#1D1689 (or 0x1D1689) is known color: Ultramarine. HEX triplet: 1D, 16 and 89. RGB value is (29,22,137). Sum of RGB (Red+Green+Blue) = 29+22+137=188 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.43% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 137 (53.91% from 255 or 72.87% from 188); Max value from RGB is 137 - color contains mainly: blue. Hex color #1D1689 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D1689 is #E2E976. Grayscale: #242424. Windows color (decimal): -14870903 or 8984093. OLE color: 8984093.
HSL color Cylindrical-coordinate representation of color #1D1689: hue angle of 243.65º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D1689 is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 22 | 137 | - |
| CMYK | 0.79 | 0.84 | 0 | 0.46 |
| HSL | 243.65º | 0.72% | 0.31% | - |
| HSV(B) | 243.65º | 0.84% | 0.54% | - |
| XYZ | 5.31 | 2.64 | 23.9 | - |
| YUV | 37.2 | 184.32 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 22 | 137 | 0.79 | 0.84 | 0 | 0.46 | 243.65 | 0.72 | 0.31 |
| Hex | 1D | 16 | 89 | 4F | 54 | 0 | 2E | F4 | 48 | 1F |
| Octal | 35 | 26 | 211 | 117 | 124 | 0 | 56 | 364 | 110 | 37 |
| Binary | 11101 | 10110 | 10001001 | 1001111 | 1010100 | 0 | 101110 | 11110100 | 1001000 | 11111 |
Color Harmonies of #1D1689
Complementary color
Monochromatic Colors of #1D1689
Black with #1D1689
Text Example
Text Example
White with #1D1689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1689; }
p { color: rgb(29,22,137); }
H1.HeaderClassName
{
color: #1D1689;
}
.AnyTagClassName
{
color: #1D1689;
}
</style>
background-color css
<style>
a { background-color: #1D1689; }
a { background-color: rgb(29,22,137); }
div.DivClassName
{
background-color: #1D1689;
}
.BgClassName
{
background-color: #1D1689;
}
</style>
border-color css
<style>
span { border-color: #1D1689; }
span { border-color: rgb(29,22,137); }
td.TdClassName
{
border-color: #1D1689;
}
.TagClassName
{
border-color: #1D1689;
}
</style>