Shades of Ultramarine #1D00AB
Tints of Ultramarine #1D00AB
RGB
CMYK
RGB Variations
Color information
#1D00AB (or 0x1D00AB) is known color: Ultramarine. HEX triplet: 1D, 00 and AB. RGB value is (29,0,171). Sum of RGB (Red+Green+Blue) = 29+0+171=200 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.5% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 171 (67.19% from 255 or 85.5% from 200); Max value from RGB is 171 - color contains mainly: blue. Hex color #1D00AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D00AB is #E2FF54. Grayscale: #1B1B1B. Windows color (decimal): -14876501 or 11206685. OLE color: 11206685.
HSL color Cylindrical-coordinate representation of color #1D00AB: hue angle of 250.18º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D00AB is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 0 | 171 | - |
| CMYK | 0.83 | 1 | 0 | 0.33 |
| HSL | 250.18º | 1% | 0.34% | - |
| HSV(B) | 250.18º | 1% | 0.67% | - |
| XYZ | 7.86 | 3.2 | 38.73 | - |
| YUV | 28.17 | 208.61 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 0 | 171 | 0.83 | 1 | 0 | 0.33 | 250.18 | 1 | 0.34 |
| Hex | 1D | 0 | AB | 53 | 64 | 0 | 21 | FA | 64 | 22 |
| Octal | 35 | 0 | 253 | 123 | 144 | 0 | 41 | 372 | 144 | 42 |
| Binary | 11101 | 0 | 10101011 | 1010011 | 1100100 | 0 | 100001 | 11111010 | 1100100 | 100010 |
Color Harmonies of #1D00AB
Complementary color
Monochromatic Colors of #1D00AB
Black with #1D00AB
Text Example
Text Example
White with #1D00AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D00AB; }
p { color: rgb(29,0,171); }
H1.HeaderClassName
{
color: #1D00AB;
}
.AnyTagClassName
{
color: #1D00AB;
}
</style>
background-color css
<style>
a { background-color: #1D00AB; }
a { background-color: rgb(29,0,171); }
div.DivClassName
{
background-color: #1D00AB;
}
.BgClassName
{
background-color: #1D00AB;
}
</style>
border-color css
<style>
span { border-color: #1D00AB; }
span { border-color: rgb(29,0,171); }
td.TdClassName
{
border-color: #1D00AB;
}
.TagClassName
{
border-color: #1D00AB;
}
</style>