Shades of Ultramarine #1D0689
Tints of Ultramarine #1D0689
RGB
CMYK
RGB Variations
Color information
#1D0689 (or 0x1D0689) is known color: Ultramarine. HEX triplet: 1D, 06 and 89. RGB value is (29,6,137). Sum of RGB (Red+Green+Blue) = 29+6+137=172 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.86% from 172); Green value is 6 (2.73% from 255 or 3.49% from 172); Blue value is 137 (53.91% from 255 or 79.65% from 172); Max value from RGB is 137 - color contains mainly: blue. Hex color #1D0689 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0689 is #E2F976. Grayscale: #1B1B1B. Windows color (decimal): -14874999 or 8979997. OLE color: 8979997.
HSL color Cylindrical-coordinate representation of color #1D0689: hue angle of 250.53º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D0689 is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 6 | 137 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.46 |
| HSL | 250.53º | 0.92% | 0.28% | - |
| HSV(B) | 250.53º | 0.96% | 0.54% | - |
| XYZ | 5.09 | 2.2 | 23.82 | - |
| YUV | 27.81 | 189.62 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 6 | 137 | 0.79 | 0.96 | 0 | 0.46 | 250.53 | 0.92 | 0.28 |
| Hex | 1D | 6 | 89 | 4F | 60 | 0 | 2E | FB | 5C | 1C |
| Octal | 35 | 6 | 211 | 117 | 140 | 0 | 56 | 373 | 134 | 34 |
| Binary | 11101 | 110 | 10001001 | 1001111 | 1100000 | 0 | 101110 | 11111011 | 1011100 | 11100 |
Color Harmonies of #1D0689
Complementary color
Monochromatic Colors of #1D0689
Black with #1D0689
Text Example
Text Example
White with #1D0689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0689; }
p { color: rgb(29,6,137); }
H1.HeaderClassName
{
color: #1D0689;
}
.AnyTagClassName
{
color: #1D0689;
}
</style>
background-color css
<style>
a { background-color: #1D0689; }
a { background-color: rgb(29,6,137); }
div.DivClassName
{
background-color: #1D0689;
}
.BgClassName
{
background-color: #1D0689;
}
</style>
border-color css
<style>
span { border-color: #1D0689; }
span { border-color: rgb(29,6,137); }
td.TdClassName
{
border-color: #1D0689;
}
.TagClassName
{
border-color: #1D0689;
}
</style>