Shades of Ultramarine #1D067D
Tints of Ultramarine #1D067D
RGB
CMYK
RGB Variations
Color information
#1D067D (or 0x1D067D) is known color: Ultramarine. HEX triplet: 1D, 06 and 7D. RGB value is (29,6,125). Sum of RGB (Red+Green+Blue) = 29+6+125=160 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.12% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 125 (49.22% from 255 or 78.12% from 160); Max value from RGB is 125 - color contains mainly: blue. Hex color #1D067D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D067D is #E2F982. Grayscale: #191919. Windows color (decimal): -14875011 or 8193565. OLE color: 8193565.
HSL color Cylindrical-coordinate representation of color #1D067D: hue angle of 251.6º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1D067D is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 29 | 6 | 125 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.51 |
| HSL | 251.6º | 0.91% | 0.26% | - |
| HSV(B) | 251.6º | 0.95% | 0.49% | - |
| XYZ | 4.27 | 1.87 | 19.54 | - |
| YUV | 26.44 | 183.62 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 6 | 125 | 0.77 | 0.95 | 0 | 0.51 | 251.6 | 0.91 | 0.26 |
| Hex | 1D | 6 | 7D | 4D | 5F | 0 | 33 | FC | 5B | 1A |
| Octal | 35 | 6 | 175 | 115 | 137 | 0 | 63 | 374 | 133 | 32 |
| Binary | 11101 | 110 | 1111101 | 1001101 | 1011111 | 0 | 110011 | 11111100 | 1011011 | 11010 |
Color Harmonies of #1D067D
Complementary color
Monochromatic Colors of #1D067D
Black with #1D067D
Text Example
Text Example
White with #1D067D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D067D; }
p { color: rgb(29,6,125); }
H1.HeaderClassName
{
color: #1D067D;
}
.AnyTagClassName
{
color: #1D067D;
}
</style>
background-color css
<style>
a { background-color: #1D067D; }
a { background-color: rgb(29,6,125); }
div.DivClassName
{
background-color: #1D067D;
}
.BgClassName
{
background-color: #1D067D;
}
</style>
border-color css
<style>
span { border-color: #1D067D; }
span { border-color: rgb(29,6,125); }
td.TdClassName
{
border-color: #1D067D;
}
.TagClassName
{
border-color: #1D067D;
}
</style>