Shades of Ultramarine #1D1389
Tints of Ultramarine #1D1389
RGB
CMYK
RGB Variations
Color information
#1D1389 (or 0x1D1389) is known color: Ultramarine. HEX triplet: 1D, 13 and 89. RGB value is (29,19,137). Sum of RGB (Red+Green+Blue) = 29+19+137=185 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.68% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 137 (53.91% from 255 or 74.05% from 185); Max value from RGB is 137 - color contains mainly: blue. Hex color #1D1389 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D1389 is #E2EC76. Grayscale: #222222. Windows color (decimal): -14871671 or 8983325. OLE color: 8983325.
HSL color Cylindrical-coordinate representation of color #1D1389: hue angle of 245.08º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D1389 is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 19 | 137 | - |
| CMYK | 0.79 | 0.86 | 0 | 0.46 |
| HSL | 245.08º | 0.76% | 0.31% | - |
| HSV(B) | 245.08º | 0.86% | 0.54% | - |
| XYZ | 5.25 | 2.53 | 23.88 | - |
| YUV | 35.44 | 185.31 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 19 | 137 | 0.79 | 0.86 | 0 | 0.46 | 245.08 | 0.76 | 0.31 |
| Hex | 1D | 13 | 89 | 4F | 56 | 0 | 2E | F5 | 4C | 1F |
| Octal | 35 | 23 | 211 | 117 | 126 | 0 | 56 | 365 | 114 | 37 |
| Binary | 11101 | 10011 | 10001001 | 1001111 | 1010110 | 0 | 101110 | 11110101 | 1001100 | 11111 |
Color Harmonies of #1D1389
Complementary color
Monochromatic Colors of #1D1389
Black with #1D1389
Text Example
Text Example
White with #1D1389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1389; }
p { color: rgb(29,19,137); }
H1.HeaderClassName
{
color: #1D1389;
}
.AnyTagClassName
{
color: #1D1389;
}
</style>
background-color css
<style>
a { background-color: #1D1389; }
a { background-color: rgb(29,19,137); }
div.DivClassName
{
background-color: #1D1389;
}
.BgClassName
{
background-color: #1D1389;
}
</style>
border-color css
<style>
span { border-color: #1D1389; }
span { border-color: rgb(29,19,137); }
td.TdClassName
{
border-color: #1D1389;
}
.TagClassName
{
border-color: #1D1389;
}
</style>