Shades of Ultramarine #1D04AC
Tints of Ultramarine #1D04AC
RGB
CMYK
RGB Variations
Color information
#1D04AC (or 0x1D04AC) is known color: Ultramarine. HEX triplet: 1D, 04 and AC. RGB value is (29,4,172). Sum of RGB (Red+Green+Blue) = 29+4+172=205 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.15% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 172 (67.58% from 255 or 83.90% from 205); Max value from RGB is 172 - color contains mainly: blue. Hex color #1D04AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D04AC is #E2FB53. Grayscale: #1D1D1D. Windows color (decimal): -14875476 or 11273245. OLE color: 11273245.
HSL color Cylindrical-coordinate representation of color #1D04AC: hue angle of 248.93º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D04AC is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 4 | 172 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.33 |
| HSL | 248.93º | 0.95% | 0.35% | - |
| HSV(B) | 248.93º | 0.98% | 0.67% | - |
| XYZ | 8 | 3.33 | 39.25 | - |
| YUV | 30.63 | 207.78 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 4 | 172 | 0.83 | 0.98 | 0 | 0.33 | 248.93 | 0.95 | 0.35 |
| Hex | 1D | 4 | AC | 53 | 62 | 0 | 21 | F9 | 5F | 23 |
| Octal | 35 | 4 | 254 | 123 | 142 | 0 | 41 | 371 | 137 | 43 |
| Binary | 11101 | 100 | 10101100 | 1010011 | 1100010 | 0 | 100001 | 11111001 | 1011111 | 100011 |
Color Harmonies of #1D04AC
Complementary color
Monochromatic Colors of #1D04AC
Black with #1D04AC
Text Example
Text Example
White with #1D04AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D04AC; }
p { color: rgb(29,4,172); }
H1.HeaderClassName
{
color: #1D04AC;
}
.AnyTagClassName
{
color: #1D04AC;
}
</style>
background-color css
<style>
a { background-color: #1D04AC; }
a { background-color: rgb(29,4,172); }
div.DivClassName
{
background-color: #1D04AC;
}
.BgClassName
{
background-color: #1D04AC;
}
</style>
border-color css
<style>
span { border-color: #1D04AC; }
span { border-color: rgb(29,4,172); }
td.TdClassName
{
border-color: #1D04AC;
}
.TagClassName
{
border-color: #1D04AC;
}
</style>