Shades of Ultramarine #1D1090
Tints of Ultramarine #1D1090
RGB
CMYK
RGB Variations
Color information
#1D1090 (or 0x1D1090) is known color: Ultramarine. HEX triplet: 1D, 10 and 90. RGB value is (29,16,144). Sum of RGB (Red+Green+Blue) = 29+16+144=189 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.34% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 144 (56.64% from 255 or 76.19% from 189); Max value from RGB is 144 - color contains mainly: blue. Hex color #1D1090 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D1090 is #E2EF6F. Grayscale: #212121. Windows color (decimal): -14872432 or 9441309. OLE color: 9441309.
HSL color Cylindrical-coordinate representation of color #1D1090: hue angle of 246.09º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D1090 is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 29 | 16 | 144 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.44 |
| HSL | 246.09º | 0.8% | 0.31% | - |
| HSV(B) | 246.09º | 0.89% | 0.56% | - |
| XYZ | 5.73 | 2.65 | 26.59 | - |
| YUV | 34.48 | 189.81 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 16 | 144 | 0.80 | 0.89 | 0 | 0.44 | 246.09 | 0.8 | 0.31 |
| Hex | 1D | 10 | 90 | 50 | 59 | 0 | 2C | F6 | 50 | 1F |
| Octal | 35 | 20 | 220 | 120 | 131 | 0 | 54 | 366 | 120 | 37 |
| Binary | 11101 | 10000 | 10010000 | 1010000 | 1011001 | 0 | 101100 | 11110110 | 1010000 | 11111 |
Color Harmonies of #1D1090
Complementary color
Monochromatic Colors of #1D1090
Black with #1D1090
Text Example
Text Example
White with #1D1090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1090; }
p { color: rgb(29,16,144); }
H1.HeaderClassName
{
color: #1D1090;
}
.AnyTagClassName
{
color: #1D1090;
}
</style>
background-color css
<style>
a { background-color: #1D1090; }
a { background-color: rgb(29,16,144); }
div.DivClassName
{
background-color: #1D1090;
}
.BgClassName
{
background-color: #1D1090;
}
</style>
border-color css
<style>
span { border-color: #1D1090; }
span { border-color: rgb(29,16,144); }
td.TdClassName
{
border-color: #1D1090;
}
.TagClassName
{
border-color: #1D1090;
}
</style>