Shades of Ultramarine #1D04AA
Tints of Ultramarine #1D04AA
RGB
CMYK
RGB Variations
Color information
#1D04AA (or 0x1D04AA) is known color: Ultramarine. HEX triplet: 1D, 04 and AA. RGB value is (29,4,170). Sum of RGB (Red+Green+Blue) = 29+4+170=203 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.29% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 170 (66.80% from 255 or 83.74% from 203); Max value from RGB is 170 - color contains mainly: blue. Hex color #1D04AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D04AA is #E2FB55. Grayscale: #1D1D1D. Windows color (decimal): -14875478 or 11142173. OLE color: 11142173.
HSL color Cylindrical-coordinate representation of color #1D04AA: hue angle of 249.04º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D04AA is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 4 | 170 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.33 |
| HSL | 249.04º | 0.95% | 0.34% | - |
| HSV(B) | 249.04º | 0.98% | 0.67% | - |
| XYZ | 7.81 | 3.25 | 38.25 | - |
| YUV | 30.4 | 206.78 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 4 | 170 | 0.83 | 0.98 | 0 | 0.33 | 249.04 | 0.95 | 0.34 |
| Hex | 1D | 4 | AA | 53 | 62 | 0 | 21 | F9 | 5F | 22 |
| Octal | 35 | 4 | 252 | 123 | 142 | 0 | 41 | 371 | 137 | 42 |
| Binary | 11101 | 100 | 10101010 | 1010011 | 1100010 | 0 | 100001 | 11111001 | 1011111 | 100010 |
Color Harmonies of #1D04AA
Complementary color
Monochromatic Colors of #1D04AA
Black with #1D04AA
Text Example
Text Example
White with #1D04AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D04AA; }
p { color: rgb(29,4,170); }
H1.HeaderClassName
{
color: #1D04AA;
}
.AnyTagClassName
{
color: #1D04AA;
}
</style>
background-color css
<style>
a { background-color: #1D04AA; }
a { background-color: rgb(29,4,170); }
div.DivClassName
{
background-color: #1D04AA;
}
.BgClassName
{
background-color: #1D04AA;
}
</style>
border-color css
<style>
span { border-color: #1D04AA; }
span { border-color: rgb(29,4,170); }
td.TdClassName
{
border-color: #1D04AA;
}
.TagClassName
{
border-color: #1D04AA;
}
</style>