Shades of Ultramarine #1D19AB
Tints of Ultramarine #1D19AB
RGB
CMYK
RGB Variations
Color information
#1D19AB (or 0x1D19AB) is known color: Ultramarine. HEX triplet: 1D, 19 and AB. RGB value is (29,25,171). Sum of RGB (Red+Green+Blue) = 29+25+171=225 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.89% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 171 (67.19% from 255 or 76% from 225); Max value from RGB is 171 - color contains mainly: blue. Hex color #1D19AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D19AB is #E2E654. Grayscale: #2A2A2A. Windows color (decimal): -14870101 or 11213085. OLE color: 11213085.
HSL color Cylindrical-coordinate representation of color #1D19AB: hue angle of 241.64º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D19AB is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 25 | 171 | - |
| CMYK | 0.83 | 0.85 | 0 | 0.33 |
| HSL | 241.64º | 0.74% | 0.38% | - |
| HSV(B) | 241.64º | 0.85% | 0.67% | - |
| XYZ | 8.21 | 3.9 | 38.85 | - |
| YUV | 42.84 | 200.33 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 25 | 171 | 0.83 | 0.85 | 0 | 0.33 | 241.64 | 0.74 | 0.38 |
| Hex | 1D | 19 | AB | 53 | 55 | 0 | 21 | F2 | 4A | 26 |
| Octal | 35 | 31 | 253 | 123 | 125 | 0 | 41 | 362 | 112 | 46 |
| Binary | 11101 | 11001 | 10101011 | 1010011 | 1010101 | 0 | 100001 | 11110010 | 1001010 | 100110 |
Color Harmonies of #1D19AB
Complementary color
Monochromatic Colors of #1D19AB
Black with #1D19AB
Text Example
Text Example
White with #1D19AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D19AB; }
p { color: rgb(29,25,171); }
H1.HeaderClassName
{
color: #1D19AB;
}
.AnyTagClassName
{
color: #1D19AB;
}
</style>
background-color css
<style>
a { background-color: #1D19AB; }
a { background-color: rgb(29,25,171); }
div.DivClassName
{
background-color: #1D19AB;
}
.BgClassName
{
background-color: #1D19AB;
}
</style>
border-color css
<style>
span { border-color: #1D19AB; }
span { border-color: rgb(29,25,171); }
td.TdClassName
{
border-color: #1D19AB;
}
.TagClassName
{
border-color: #1D19AB;
}
</style>