Shades of Ultramarine #1D0485
Tints of Ultramarine #1D0485
RGB
CMYK
RGB Variations
Color information
#1D0485 (or 0x1D0485) is known color: Ultramarine. HEX triplet: 1D, 04 and 85. RGB value is (29,4,133). Sum of RGB (Red+Green+Blue) = 29+4+133=166 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.47% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 133 (52.34% from 255 or 80.12% from 166); Max value from RGB is 133 - color contains mainly: blue. Hex color #1D0485 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0485 is #E2FB7A. Grayscale: #191919. Windows color (decimal): -14875515 or 8717341. OLE color: 8717341.
HSL color Cylindrical-coordinate representation of color #1D0485: hue angle of 251.63º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D0485 is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 4 | 133 | - |
| CMYK | 0.78 | 0.97 | 0 | 0.48 |
| HSL | 251.63º | 0.94% | 0.27% | - |
| HSV(B) | 251.63º | 0.97% | 0.52% | - |
| XYZ | 4.78 | 2.04 | 22.33 | - |
| YUV | 26.18 | 188.28 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 4 | 133 | 0.78 | 0.97 | 0 | 0.48 | 251.63 | 0.94 | 0.27 |
| Hex | 1D | 4 | 85 | 4E | 61 | 0 | 30 | FC | 5E | 1B |
| Octal | 35 | 4 | 205 | 116 | 141 | 0 | 60 | 374 | 136 | 33 |
| Binary | 11101 | 100 | 10000101 | 1001110 | 1100001 | 0 | 110000 | 11111100 | 1011110 | 11011 |
Color Harmonies of #1D0485
Complementary color
Monochromatic Colors of #1D0485
Black with #1D0485
Text Example
Text Example
White with #1D0485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0485; }
p { color: rgb(29,4,133); }
H1.HeaderClassName
{
color: #1D0485;
}
.AnyTagClassName
{
color: #1D0485;
}
</style>
background-color css
<style>
a { background-color: #1D0485; }
a { background-color: rgb(29,4,133); }
div.DivClassName
{
background-color: #1D0485;
}
.BgClassName
{
background-color: #1D0485;
}
</style>
border-color css
<style>
span { border-color: #1D0485; }
span { border-color: rgb(29,4,133); }
td.TdClassName
{
border-color: #1D0485;
}
.TagClassName
{
border-color: #1D0485;
}
</style>