Shades of Ultramarine #1D057C
Tints of Ultramarine #1D057C
RGB
CMYK
RGB Variations
Color information
#1D057C (or 0x1D057C) is known color: Ultramarine. HEX triplet: 1D, 05 and 7C. RGB value is (29,5,124). Sum of RGB (Red+Green+Blue) = 29+5+124=158 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.35% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 124 (48.83% from 255 or 78.48% from 158); Max value from RGB is 124 - color contains mainly: blue. Hex color #1D057C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D057C is #E2FA83. Grayscale: #191919. Windows color (decimal): -14875268 or 8127773. OLE color: 8127773.
HSL color Cylindrical-coordinate representation of color #1D057C: hue angle of 252.1º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D057C is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 29 | 5 | 124 | - |
| CMYK | 0.77 | 0.96 | 0 | 0.51 |
| HSL | 252.1º | 0.92% | 0.25% | - |
| HSV(B) | 252.1º | 0.96% | 0.49% | - |
| XYZ | 4.2 | 1.82 | 19.2 | - |
| YUV | 25.74 | 183.45 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 5 | 124 | 0.77 | 0.96 | 0 | 0.51 | 252.1 | 0.92 | 0.25 |
| Hex | 1D | 5 | 7C | 4D | 60 | 0 | 33 | FC | 5C | 19 |
| Octal | 35 | 5 | 174 | 115 | 140 | 0 | 63 | 374 | 134 | 31 |
| Binary | 11101 | 101 | 1111100 | 1001101 | 1100000 | 0 | 110011 | 11111100 | 1011100 | 11001 |
Color Harmonies of #1D057C
Complementary color
Monochromatic Colors of #1D057C
Black with #1D057C
Text Example
Text Example
White with #1D057C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D057C; }
p { color: rgb(29,5,124); }
H1.HeaderClassName
{
color: #1D057C;
}
.AnyTagClassName
{
color: #1D057C;
}
</style>
background-color css
<style>
a { background-color: #1D057C; }
a { background-color: rgb(29,5,124); }
div.DivClassName
{
background-color: #1D057C;
}
.BgClassName
{
background-color: #1D057C;
}
</style>
border-color css
<style>
span { border-color: #1D057C; }
span { border-color: rgb(29,5,124); }
td.TdClassName
{
border-color: #1D057C;
}
.TagClassName
{
border-color: #1D057C;
}
</style>