Shades of Ultramarine #1D1496
Tints of Ultramarine #1D1496
RGB
CMYK
RGB Variations
Color information
#1D1496 (or 0x1D1496) is known color: Ultramarine. HEX triplet: 1D, 14 and 96. RGB value is (29,20,150). Sum of RGB (Red+Green+Blue) = 29+20+150=199 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.57% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 150 (58.98% from 255 or 75.38% from 199); Max value from RGB is 150 - color contains mainly: blue. Hex color #1D1496 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D1496 is #E2EB69. Grayscale: #252525. Windows color (decimal): -14871402 or 9835549. OLE color: 9835549.
HSL color Cylindrical-coordinate representation of color #1D1496: hue angle of 244.15º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D1496 is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 29 | 20 | 150 | - |
| CMYK | 0.81 | 0.87 | 0 | 0.41 |
| HSL | 244.15º | 0.76% | 0.33% | - |
| HSV(B) | 244.15º | 0.87% | 0.59% | - |
| XYZ | 6.26 | 2.96 | 29.1 | - |
| YUV | 37.51 | 191.48 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 20 | 150 | 0.81 | 0.87 | 0 | 0.41 | 244.15 | 0.76 | 0.33 |
| Hex | 1D | 14 | 96 | 51 | 57 | 0 | 29 | F4 | 4C | 21 |
| Octal | 35 | 24 | 226 | 121 | 127 | 0 | 51 | 364 | 114 | 41 |
| Binary | 11101 | 10100 | 10010110 | 1010001 | 1010111 | 0 | 101001 | 11110100 | 1001100 | 100001 |
Color Harmonies of #1D1496
Complementary color
Monochromatic Colors of #1D1496
Black with #1D1496
Text Example
Text Example
White with #1D1496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1496; }
p { color: rgb(29,20,150); }
H1.HeaderClassName
{
color: #1D1496;
}
.AnyTagClassName
{
color: #1D1496;
}
</style>
background-color css
<style>
a { background-color: #1D1496; }
a { background-color: rgb(29,20,150); }
div.DivClassName
{
background-color: #1D1496;
}
.BgClassName
{
background-color: #1D1496;
}
</style>
border-color css
<style>
span { border-color: #1D1496; }
span { border-color: rgb(29,20,150); }
td.TdClassName
{
border-color: #1D1496;
}
.TagClassName
{
border-color: #1D1496;
}
</style>