Shades of Ultramarine #1D1286
Tints of Ultramarine #1D1286
RGB
CMYK
RGB Variations
Color information
#1D1286 (or 0x1D1286) is known color: Ultramarine. HEX triplet: 1D, 12 and 86. RGB value is (29,18,134). Sum of RGB (Red+Green+Blue) = 29+18+134=181 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.02% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 134 (52.73% from 255 or 74.03% from 181); Max value from RGB is 134 - color contains mainly: blue. Hex color #1D1286 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D1286 is #E2ED79. Grayscale: #222222. Windows color (decimal): -14871930 or 8786461. OLE color: 8786461.
HSL color Cylindrical-coordinate representation of color #1D1286: hue angle of 245.69º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D1286 is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 29 | 18 | 134 | - |
| CMYK | 0.78 | 0.87 | 0 | 0.47 |
| HSL | 245.69º | 0.76% | 0.3% | - |
| HSV(B) | 245.69º | 0.87% | 0.53% | - |
| XYZ | 5.03 | 2.42 | 22.76 | - |
| YUV | 34.51 | 184.14 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 18 | 134 | 0.78 | 0.87 | 0 | 0.47 | 245.69 | 0.76 | 0.3 |
| Hex | 1D | 12 | 86 | 4E | 57 | 0 | 2F | F6 | 4C | 1E |
| Octal | 35 | 22 | 206 | 116 | 127 | 0 | 57 | 366 | 114 | 36 |
| Binary | 11101 | 10010 | 10000110 | 1001110 | 1010111 | 0 | 101111 | 11110110 | 1001100 | 11110 |
Color Harmonies of #1D1286
Complementary color
Monochromatic Colors of #1D1286
Black with #1D1286
Text Example
Text Example
White with #1D1286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1286; }
p { color: rgb(29,18,134); }
H1.HeaderClassName
{
color: #1D1286;
}
.AnyTagClassName
{
color: #1D1286;
}
</style>
background-color css
<style>
a { background-color: #1D1286; }
a { background-color: rgb(29,18,134); }
div.DivClassName
{
background-color: #1D1286;
}
.BgClassName
{
background-color: #1D1286;
}
</style>
border-color css
<style>
span { border-color: #1D1286; }
span { border-color: rgb(29,18,134); }
td.TdClassName
{
border-color: #1D1286;
}
.TagClassName
{
border-color: #1D1286;
}
</style>