Shades of Ultramarine #1D1392
Tints of Ultramarine #1D1392
RGB
CMYK
RGB Variations
Color information
#1D1392 (or 0x1D1392) is known color: Ultramarine. HEX triplet: 1D, 13 and 92. RGB value is (29,19,146). Sum of RGB (Red+Green+Blue) = 29+19+146=194 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.95% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 146 (57.42% from 255 or 75.26% from 194); Max value from RGB is 146 - color contains mainly: blue. Hex color #1D1392 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D1392 is #E2EC6D. Grayscale: #232323. Windows color (decimal): -14871662 or 9573149. OLE color: 9573149.
HSL color Cylindrical-coordinate representation of color #1D1392: hue angle of 244.72º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D1392 is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 19 | 146 | - |
| CMYK | 0.80 | 0.87 | 0 | 0.43 |
| HSL | 244.72º | 0.77% | 0.32% | - |
| HSV(B) | 244.72º | 0.87% | 0.57% | - |
| XYZ | 5.93 | 2.8 | 27.42 | - |
| YUV | 36.47 | 189.81 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 19 | 146 | 0.80 | 0.87 | 0 | 0.43 | 244.72 | 0.77 | 0.32 |
| Hex | 1D | 13 | 92 | 50 | 57 | 0 | 2B | F5 | 4D | 20 |
| Octal | 35 | 23 | 222 | 120 | 127 | 0 | 53 | 365 | 115 | 40 |
| Binary | 11101 | 10011 | 10010010 | 1010000 | 1010111 | 0 | 101011 | 11110101 | 1001101 | 100000 |
Color Harmonies of #1D1392
Complementary color
Monochromatic Colors of #1D1392
Black with #1D1392
Text Example
Text Example
White with #1D1392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1392; }
p { color: rgb(29,19,146); }
H1.HeaderClassName
{
color: #1D1392;
}
.AnyTagClassName
{
color: #1D1392;
}
</style>
background-color css
<style>
a { background-color: #1D1392; }
a { background-color: rgb(29,19,146); }
div.DivClassName
{
background-color: #1D1392;
}
.BgClassName
{
background-color: #1D1392;
}
</style>
border-color css
<style>
span { border-color: #1D1392; }
span { border-color: rgb(29,19,146); }
td.TdClassName
{
border-color: #1D1392;
}
.TagClassName
{
border-color: #1D1392;
}
</style>