Shades of Ultramarine #1D047F
Tints of Ultramarine #1D047F
RGB
CMYK
RGB Variations
Color information
#1D047F (or 0x1D047F) is known color: Ultramarine. HEX triplet: 1D, 04 and 7F. RGB value is (29,4,127). Sum of RGB (Red+Green+Blue) = 29+4+127=160 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.12% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 127 (50% from 255 or 79.38% from 160); Max value from RGB is 127 - color contains mainly: blue. Hex color #1D047F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D047F is #E2FB80. Grayscale: #191919. Windows color (decimal): -14875521 or 8324125. OLE color: 8324125.
HSL color Cylindrical-coordinate representation of color #1D047F: hue angle of 252.2º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D047F is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 29 | 4 | 127 | - |
| CMYK | 0.77 | 0.97 | 0 | 0.50 |
| HSL | 252.2º | 0.94% | 0.26% | - |
| HSV(B) | 252.2º | 0.97% | 0.5% | - |
| XYZ | 4.38 | 1.88 | 20.21 | - |
| YUV | 25.5 | 185.28 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 4 | 127 | 0.77 | 0.97 | 0 | 0.50 | 252.2 | 0.94 | 0.26 |
| Hex | 1D | 4 | 7F | 4D | 61 | 0 | 32 | FC | 5E | 1A |
| Octal | 35 | 4 | 177 | 115 | 141 | 0 | 62 | 374 | 136 | 32 |
| Binary | 11101 | 100 | 1111111 | 1001101 | 1100001 | 0 | 110010 | 11111100 | 1011110 | 11010 |
Color Harmonies of #1D047F
Complementary color
Monochromatic Colors of #1D047F
Black with #1D047F
Text Example
Text Example
White with #1D047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D047F; }
p { color: rgb(29,4,127); }
H1.HeaderClassName
{
color: #1D047F;
}
.AnyTagClassName
{
color: #1D047F;
}
</style>
background-color css
<style>
a { background-color: #1D047F; }
a { background-color: rgb(29,4,127); }
div.DivClassName
{
background-color: #1D047F;
}
.BgClassName
{
background-color: #1D047F;
}
</style>
border-color css
<style>
span { border-color: #1D047F; }
span { border-color: rgb(29,4,127); }
td.TdClassName
{
border-color: #1D047F;
}
.TagClassName
{
border-color: #1D047F;
}
</style>