Shades of Ultramarine #1D01AA
Tints of Ultramarine #1D01AA
RGB
CMYK
RGB Variations
Color information
#1D01AA (or 0x1D01AA) is known color: Ultramarine. HEX triplet: 1D, 01 and AA. RGB value is (29,1,170). Sum of RGB (Red+Green+Blue) = 29+1+170=200 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 170 (66.80% from 255 or 85% from 200); Max value from RGB is 170 - color contains mainly: blue. Hex color #1D01AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D01AA is #E2FE55. Grayscale: #1B1B1B. Windows color (decimal): -14876246 or 11141405. OLE color: 11141405.
HSL color Cylindrical-coordinate representation of color #1D01AA: hue angle of 249.94º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D01AA is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 1 | 170 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.33 |
| HSL | 249.94º | 0.99% | 0.34% | - |
| HSV(B) | 249.94º | 0.99% | 0.67% | - |
| XYZ | 7.77 | 3.19 | 38.24 | - |
| YUV | 28.64 | 207.78 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 1 | 170 | 0.83 | 0.99 | 0 | 0.33 | 249.94 | 0.99 | 0.34 |
| Hex | 1D | 1 | AA | 53 | 63 | 0 | 21 | FA | 63 | 22 |
| Octal | 35 | 1 | 252 | 123 | 143 | 0 | 41 | 372 | 143 | 42 |
| Binary | 11101 | 1 | 10101010 | 1010011 | 1100011 | 0 | 100001 | 11111010 | 1100011 | 100010 |
Color Harmonies of #1D01AA
Complementary color
Monochromatic Colors of #1D01AA
Black with #1D01AA
Text Example
Text Example
White with #1D01AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D01AA; }
p { color: rgb(29,1,170); }
H1.HeaderClassName
{
color: #1D01AA;
}
.AnyTagClassName
{
color: #1D01AA;
}
</style>
background-color css
<style>
a { background-color: #1D01AA; }
a { background-color: rgb(29,1,170); }
div.DivClassName
{
background-color: #1D01AA;
}
.BgClassName
{
background-color: #1D01AA;
}
</style>
border-color css
<style>
span { border-color: #1D01AA; }
span { border-color: rgb(29,1,170); }
td.TdClassName
{
border-color: #1D01AA;
}
.TagClassName
{
border-color: #1D01AA;
}
</style>