Shades of Ultramarine #1D1985
Tints of Ultramarine #1D1985
RGB
CMYK
RGB Variations
Color information
#1D1985 (or 0x1D1985) is known color: Ultramarine. HEX triplet: 1D, 19 and 85. RGB value is (29,25,133). Sum of RGB (Red+Green+Blue) = 29+25+133=187 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.51% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 133 (52.34% from 255 or 71.12% from 187); Max value from RGB is 133 - color contains mainly: blue. Hex color #1D1985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D1985 is #E2E67A. Grayscale: #262626. Windows color (decimal): -14870139 or 8722717. OLE color: 8722717.
HSL color Cylindrical-coordinate representation of color #1D1985: hue angle of 242.22º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D1985 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 25 | 133 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.48 |
| HSL | 242.22º | 0.68% | 0.31% | - |
| HSV(B) | 242.22º | 0.81% | 0.52% | - |
| XYZ | 5.09 | 2.65 | 22.43 | - |
| YUV | 38.51 | 181.33 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 25 | 133 | 0.78 | 0.81 | 0 | 0.48 | 242.22 | 0.68 | 0.31 |
| Hex | 1D | 19 | 85 | 4E | 51 | 0 | 30 | F2 | 44 | 1F |
| Octal | 35 | 31 | 205 | 116 | 121 | 0 | 60 | 362 | 104 | 37 |
| Binary | 11101 | 11001 | 10000101 | 1001110 | 1010001 | 0 | 110000 | 11110010 | 1000100 | 11111 |
Color Harmonies of #1D1985
Complementary color
Monochromatic Colors of #1D1985
Black with #1D1985
Text Example
Text Example
White with #1D1985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1985; }
p { color: rgb(29,25,133); }
H1.HeaderClassName
{
color: #1D1985;
}
.AnyTagClassName
{
color: #1D1985;
}
</style>
background-color css
<style>
a { background-color: #1D1985; }
a { background-color: rgb(29,25,133); }
div.DivClassName
{
background-color: #1D1985;
}
.BgClassName
{
background-color: #1D1985;
}
</style>
border-color css
<style>
span { border-color: #1D1985; }
span { border-color: rgb(29,25,133); }
td.TdClassName
{
border-color: #1D1985;
}
.TagClassName
{
border-color: #1D1985;
}
</style>