Shades of Ultramarine #1D0496
Tints of Ultramarine #1D0496
RGB
CMYK
RGB Variations
Color information
#1D0496 (or 0x1D0496) is known color: Ultramarine. HEX triplet: 1D, 04 and 96. RGB value is (29,4,150). Sum of RGB (Red+Green+Blue) = 29+4+150=183 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.85% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 150 (58.98% from 255 or 81.97% from 183); Max value from RGB is 150 - color contains mainly: blue. Hex color #1D0496 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0496 is #E2FB69. Grayscale: #1B1B1B. Windows color (decimal): -14875498 or 9831453. OLE color: 9831453.
HSL color Cylindrical-coordinate representation of color #1D0496: hue angle of 250.27º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D0496 is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 29 | 4 | 150 | - |
| CMYK | 0.81 | 0.97 | 0 | 0.41 |
| HSL | 250.27º | 0.95% | 0.3% | - |
| HSV(B) | 250.27º | 0.97% | 0.59% | - |
| XYZ | 6.06 | 2.55 | 29.03 | - |
| YUV | 28.12 | 196.78 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 4 | 150 | 0.81 | 0.97 | 0 | 0.41 | 250.27 | 0.95 | 0.3 |
| Hex | 1D | 4 | 96 | 51 | 61 | 0 | 29 | FA | 5F | 1E |
| Octal | 35 | 4 | 226 | 121 | 141 | 0 | 51 | 372 | 137 | 36 |
| Binary | 11101 | 100 | 10010110 | 1010001 | 1100001 | 0 | 101001 | 11111010 | 1011111 | 11110 |
Color Harmonies of #1D0496
Complementary color
Monochromatic Colors of #1D0496
Black with #1D0496
Text Example
Text Example
White with #1D0496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0496; }
p { color: rgb(29,4,150); }
H1.HeaderClassName
{
color: #1D0496;
}
.AnyTagClassName
{
color: #1D0496;
}
</style>
background-color css
<style>
a { background-color: #1D0496; }
a { background-color: rgb(29,4,150); }
div.DivClassName
{
background-color: #1D0496;
}
.BgClassName
{
background-color: #1D0496;
}
</style>
border-color css
<style>
span { border-color: #1D0496; }
span { border-color: rgb(29,4,150); }
td.TdClassName
{
border-color: #1D0496;
}
.TagClassName
{
border-color: #1D0496;
}
</style>