Shades of Ultramarine #1D02AC
Tints of Ultramarine #1D02AC
RGB
CMYK
RGB Variations
Color information
#1D02AC (or 0x1D02AC) is known color: Ultramarine. HEX triplet: 1D, 02 and AC. RGB value is (29,2,172). Sum of RGB (Red+Green+Blue) = 29+2+172=203 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.29% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 172 (67.58% from 255 or 84.73% from 203); Max value from RGB is 172 - color contains mainly: blue. Hex color #1D02AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D02AC is #E2FD53. Grayscale: #1C1C1C. Windows color (decimal): -14875988 or 11272733. OLE color: 11272733.
HSL color Cylindrical-coordinate representation of color #1D02AC: hue angle of 249.53º degrees, saturation: 0.98, 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 #1D02AC is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 2 | 172 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.33 |
| HSL | 249.53º | 0.98% | 0.34% | - |
| HSV(B) | 249.53º | 0.99% | 0.67% | - |
| XYZ | 7.97 | 3.28 | 39.24 | - |
| YUV | 29.45 | 208.45 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 2 | 172 | 0.83 | 0.99 | 0 | 0.33 | 249.53 | 0.98 | 0.34 |
| Hex | 1D | 2 | AC | 53 | 63 | 0 | 21 | FA | 62 | 22 |
| Octal | 35 | 2 | 254 | 123 | 143 | 0 | 41 | 372 | 142 | 42 |
| Binary | 11101 | 10 | 10101100 | 1010011 | 1100011 | 0 | 100001 | 11111010 | 1100010 | 100010 |
Color Harmonies of #1D02AC
Complementary color
Monochromatic Colors of #1D02AC
Black with #1D02AC
Text Example
Text Example
White with #1D02AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D02AC; }
p { color: rgb(29,2,172); }
H1.HeaderClassName
{
color: #1D02AC;
}
.AnyTagClassName
{
color: #1D02AC;
}
</style>
background-color css
<style>
a { background-color: #1D02AC; }
a { background-color: rgb(29,2,172); }
div.DivClassName
{
background-color: #1D02AC;
}
.BgClassName
{
background-color: #1D02AC;
}
</style>
border-color css
<style>
span { border-color: #1D02AC; }
span { border-color: rgb(29,2,172); }
td.TdClassName
{
border-color: #1D02AC;
}
.TagClassName
{
border-color: #1D02AC;
}
</style>