Shades of Ultramarine #1D077D
Tints of Ultramarine #1D077D
RGB
CMYK
RGB Variations
Color information
#1D077D (or 0x1D077D) is known color: Ultramarine. HEX triplet: 1D, 07 and 7D. RGB value is (29,7,125). Sum of RGB (Red+Green+Blue) = 29+7+125=161 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.01% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 125 (49.22% from 255 or 77.64% from 161); Max value from RGB is 125 - color contains mainly: blue. Hex color #1D077D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D077D is #E2F882. Grayscale: #1A1A1A. Windows color (decimal): -14874755 or 8193821. OLE color: 8193821.
HSL color Cylindrical-coordinate representation of color #1D077D: hue angle of 251.19º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1D077D is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 29 | 7 | 125 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.51 |
| HSL | 251.19º | 0.89% | 0.26% | - |
| HSV(B) | 251.19º | 0.94% | 0.49% | - |
| XYZ | 4.28 | 1.89 | 19.54 | - |
| YUV | 27.03 | 183.29 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 7 | 125 | 0.77 | 0.94 | 0 | 0.51 | 251.19 | 0.89 | 0.26 |
| Hex | 1D | 7 | 7D | 4D | 5E | 0 | 33 | FB | 59 | 1A |
| Octal | 35 | 7 | 175 | 115 | 136 | 0 | 63 | 373 | 131 | 32 |
| Binary | 11101 | 111 | 1111101 | 1001101 | 1011110 | 0 | 110011 | 11111011 | 1011001 | 11010 |
Color Harmonies of #1D077D
Complementary color
Monochromatic Colors of #1D077D
Black with #1D077D
Text Example
Text Example
White with #1D077D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D077D; }
p { color: rgb(29,7,125); }
H1.HeaderClassName
{
color: #1D077D;
}
.AnyTagClassName
{
color: #1D077D;
}
</style>
background-color css
<style>
a { background-color: #1D077D; }
a { background-color: rgb(29,7,125); }
div.DivClassName
{
background-color: #1D077D;
}
.BgClassName
{
background-color: #1D077D;
}
</style>
border-color css
<style>
span { border-color: #1D077D; }
span { border-color: rgb(29,7,125); }
td.TdClassName
{
border-color: #1D077D;
}
.TagClassName
{
border-color: #1D077D;
}
</style>