Shades of Ultramarine #1D1495
Tints of Ultramarine #1D1495
RGB
CMYK
RGB Variations
Color information
#1D1495 (or 0x1D1495) is known color: Ultramarine. HEX triplet: 1D, 14 and 95. RGB value is (29,20,149). Sum of RGB (Red+Green+Blue) = 29+20+149=198 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.65% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 149 (58.59% from 255 or 75.25% from 198); Max value from RGB is 149 - color contains mainly: blue. Hex color #1D1495 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D1495 is #E2EB6A. Grayscale: #242424. Windows color (decimal): -14871403 or 9770013. OLE color: 9770013.
HSL color Cylindrical-coordinate representation of color #1D1495: hue angle of 244.19º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D1495 is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 20 | 149 | - |
| CMYK | 0.81 | 0.87 | 0 | 0.42 |
| HSL | 244.19º | 0.76% | 0.33% | - |
| HSV(B) | 244.19º | 0.87% | 0.58% | - |
| XYZ | 6.18 | 2.93 | 28.67 | - |
| YUV | 37.4 | 190.98 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 20 | 149 | 0.81 | 0.87 | 0 | 0.42 | 244.19 | 0.76 | 0.33 |
| Hex | 1D | 14 | 95 | 51 | 57 | 0 | 2A | F4 | 4C | 21 |
| Octal | 35 | 24 | 225 | 121 | 127 | 0 | 52 | 364 | 114 | 41 |
| Binary | 11101 | 10100 | 10010101 | 1010001 | 1010111 | 0 | 101010 | 11110100 | 1001100 | 100001 |
Color Harmonies of #1D1495
Complementary color
Monochromatic Colors of #1D1495
Black with #1D1495
Text Example
Text Example
White with #1D1495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1495; }
p { color: rgb(29,20,149); }
H1.HeaderClassName
{
color: #1D1495;
}
.AnyTagClassName
{
color: #1D1495;
}
</style>
background-color css
<style>
a { background-color: #1D1495; }
a { background-color: rgb(29,20,149); }
div.DivClassName
{
background-color: #1D1495;
}
.BgClassName
{
background-color: #1D1495;
}
</style>
border-color css
<style>
span { border-color: #1D1495; }
span { border-color: rgb(29,20,149); }
td.TdClassName
{
border-color: #1D1495;
}
.TagClassName
{
border-color: #1D1495;
}
</style>