Shades of Ultramarine #1D047D
Tints of Ultramarine #1D047D
RGB
CMYK
RGB Variations
Color information
#1D047D (or 0x1D047D) is known color: Ultramarine. HEX triplet: 1D, 04 and 7D. RGB value is (29,4,125). Sum of RGB (Red+Green+Blue) = 29+4+125=158 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.35% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 125 (49.22% from 255 or 79.11% from 158); Max value from RGB is 125 - color contains mainly: blue. Hex color #1D047D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D047D is #E2FB82. Grayscale: #181818. Windows color (decimal): -14875523 or 8193053. OLE color: 8193053.
HSL color Cylindrical-coordinate representation of color #1D047D: hue angle of 252.4º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D047D is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 29 | 4 | 125 | - |
| CMYK | 0.77 | 0.97 | 0 | 0.51 |
| HSL | 252.4º | 0.94% | 0.25% | - |
| HSV(B) | 252.4º | 0.97% | 0.49% | - |
| XYZ | 4.25 | 1.83 | 19.53 | - |
| YUV | 25.27 | 184.28 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 4 | 125 | 0.77 | 0.97 | 0 | 0.51 | 252.4 | 0.94 | 0.25 |
| Hex | 1D | 4 | 7D | 4D | 61 | 0 | 33 | FC | 5E | 19 |
| Octal | 35 | 4 | 175 | 115 | 141 | 0 | 63 | 374 | 136 | 31 |
| Binary | 11101 | 100 | 1111101 | 1001101 | 1100001 | 0 | 110011 | 11111100 | 1011110 | 11001 |
Color Harmonies of #1D047D
Complementary color
Monochromatic Colors of #1D047D
Black with #1D047D
Text Example
Text Example
White with #1D047D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D047D; }
p { color: rgb(29,4,125); }
H1.HeaderClassName
{
color: #1D047D;
}
.AnyTagClassName
{
color: #1D047D;
}
</style>
background-color css
<style>
a { background-color: #1D047D; }
a { background-color: rgb(29,4,125); }
div.DivClassName
{
background-color: #1D047D;
}
.BgClassName
{
background-color: #1D047D;
}
</style>
border-color css
<style>
span { border-color: #1D047D; }
span { border-color: rgb(29,4,125); }
td.TdClassName
{
border-color: #1D047D;
}
.TagClassName
{
border-color: #1D047D;
}
</style>