Shades of Ultramarine #1D0AA7
Tints of Ultramarine #1D0AA7
RGB
CMYK
RGB Variations
Color information
#1D0AA7 (or 0x1D0AA7) is known color: Ultramarine. HEX triplet: 1D, 0A and A7. RGB value is (29,10,167). Sum of RGB (Red+Green+Blue) = 29+10+167=206 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.08% from 206); Green value is 10 (4.30% from 255 or 4.85% from 206); Blue value is 167 (65.62% from 255 or 81.07% from 206); Max value from RGB is 167 - color contains mainly: blue. Hex color #1D0AA7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0AA7 is #E2F558. Grayscale: #202020. Windows color (decimal): -14873945 or 10947101. OLE color: 10947101.
HSL color Cylindrical-coordinate representation of color #1D0AA7: hue angle of 247.26º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1D0AA7 is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 10 | 167 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.35 |
| HSL | 247.26º | 0.89% | 0.35% | - |
| HSV(B) | 247.26º | 0.94% | 0.65% | - |
| XYZ | 7.59 | 3.27 | 36.79 | - |
| YUV | 33.58 | 203.29 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 10 | 167 | 0.83 | 0.94 | 0 | 0.35 | 247.26 | 0.89 | 0.35 |
| Hex | 1D | A | A7 | 53 | 5E | 0 | 23 | F7 | 59 | 23 |
| Octal | 35 | 12 | 247 | 123 | 136 | 0 | 43 | 367 | 131 | 43 |
| Binary | 11101 | 1010 | 10100111 | 1010011 | 1011110 | 0 | 100011 | 11110111 | 1011001 | 100011 |
Color Harmonies of #1D0AA7
Complementary color
Monochromatic Colors of #1D0AA7
Black with #1D0AA7
Text Example
Text Example
White with #1D0AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0AA7; }
p { color: rgb(29,10,167); }
H1.HeaderClassName
{
color: #1D0AA7;
}
.AnyTagClassName
{
color: #1D0AA7;
}
</style>
background-color css
<style>
a { background-color: #1D0AA7; }
a { background-color: rgb(29,10,167); }
div.DivClassName
{
background-color: #1D0AA7;
}
.BgClassName
{
background-color: #1D0AA7;
}
</style>
border-color css
<style>
span { border-color: #1D0AA7; }
span { border-color: rgb(29,10,167); }
td.TdClassName
{
border-color: #1D0AA7;
}
.TagClassName
{
border-color: #1D0AA7;
}
</style>