Shades of Ultramarine #1D1AAB
Tints of Ultramarine #1D1AAB
RGB
CMYK
RGB Variations
Color information
#1D1AAB (or 0x1D1AAB) is known color: Ultramarine. HEX triplet: 1D, 1A and AB. RGB value is (29,26,171). Sum of RGB (Red+Green+Blue) = 29+26+171=226 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.83% from 226); Green value is 26 (10.55% from 255 or 11.50% from 226); Blue value is 171 (67.19% from 255 or 75.66% from 226); Max value from RGB is 171 - color contains mainly: blue. Hex color #1D1AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D1AAB is #E2E554. Grayscale: #2A2A2A. Windows color (decimal): -14869845 or 11213341. OLE color: 11213341.
HSL color Cylindrical-coordinate representation of color #1D1AAB: hue angle of 241.24º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D1AAB is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 26 | 171 | - |
| CMYK | 0.83 | 0.85 | 0 | 0.33 |
| HSL | 241.24º | 0.74% | 0.39% | - |
| HSV(B) | 241.24º | 0.85% | 0.67% | - |
| XYZ | 8.23 | 3.94 | 38.86 | - |
| YUV | 43.43 | 199.99 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 26 | 171 | 0.83 | 0.85 | 0 | 0.33 | 241.24 | 0.74 | 0.39 |
| Hex | 1D | 1A | AB | 53 | 55 | 0 | 21 | F1 | 4A | 27 |
| Octal | 35 | 32 | 253 | 123 | 125 | 0 | 41 | 361 | 112 | 47 |
| Binary | 11101 | 11010 | 10101011 | 1010011 | 1010101 | 0 | 100001 | 11110001 | 1001010 | 100111 |
Color Harmonies of #1D1AAB
Complementary color
Monochromatic Colors of #1D1AAB
Black with #1D1AAB
Text Example
Text Example
White with #1D1AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1AAB; }
p { color: rgb(29,26,171); }
H1.HeaderClassName
{
color: #1D1AAB;
}
.AnyTagClassName
{
color: #1D1AAB;
}
</style>
background-color css
<style>
a { background-color: #1D1AAB; }
a { background-color: rgb(29,26,171); }
div.DivClassName
{
background-color: #1D1AAB;
}
.BgClassName
{
background-color: #1D1AAB;
}
</style>
border-color css
<style>
span { border-color: #1D1AAB; }
span { border-color: rgb(29,26,171); }
td.TdClassName
{
border-color: #1D1AAB;
}
.TagClassName
{
border-color: #1D1AAB;
}
</style>