Shades of Ultramarine #1D16AB
Tints of Ultramarine #1D16AB
RGB
CMYK
RGB Variations
Color information
#1D16AB (or 0x1D16AB) is known color: Ultramarine. HEX triplet: 1D, 16 and AB. RGB value is (29,22,171). Sum of RGB (Red+Green+Blue) = 29+22+171=222 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.06% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 171 (67.19% from 255 or 77.03% from 222); Max value from RGB is 171 - color contains mainly: blue. Hex color #1D16AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D16AB is #E2E954. Grayscale: #282828. Windows color (decimal): -14870869 or 11212317. OLE color: 11212317.
HSL color Cylindrical-coordinate representation of color #1D16AB: hue angle of 242.82º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D16AB is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 22 | 171 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.33 |
| HSL | 242.82º | 0.77% | 0.38% | - |
| HSV(B) | 242.82º | 0.87% | 0.67% | - |
| XYZ | 8.14 | 3.78 | 38.83 | - |
| YUV | 41.08 | 201.32 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 22 | 171 | 0.83 | 0.87 | 0 | 0.33 | 242.82 | 0.77 | 0.38 |
| Hex | 1D | 16 | AB | 53 | 57 | 0 | 21 | F3 | 4D | 26 |
| Octal | 35 | 26 | 253 | 123 | 127 | 0 | 41 | 363 | 115 | 46 |
| Binary | 11101 | 10110 | 10101011 | 1010011 | 1010111 | 0 | 100001 | 11110011 | 1001101 | 100110 |
Color Harmonies of #1D16AB
Complementary color
Monochromatic Colors of #1D16AB
Black with #1D16AB
Text Example
Text Example
White with #1D16AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D16AB; }
p { color: rgb(29,22,171); }
H1.HeaderClassName
{
color: #1D16AB;
}
.AnyTagClassName
{
color: #1D16AB;
}
</style>
background-color css
<style>
a { background-color: #1D16AB; }
a { background-color: rgb(29,22,171); }
div.DivClassName
{
background-color: #1D16AB;
}
.BgClassName
{
background-color: #1D16AB;
}
</style>
border-color css
<style>
span { border-color: #1D16AB; }
span { border-color: rgb(29,22,171); }
td.TdClassName
{
border-color: #1D16AB;
}
.TagClassName
{
border-color: #1D16AB;
}
</style>