Shades of Ultramarine #1D02A1
Tints of Ultramarine #1D02A1
RGB
CMYK
RGB Variations
Color information
#1D02A1 (or 0x1D02A1) is known color: Ultramarine. HEX triplet: 1D, 02 and A1. RGB value is (29,2,161). Sum of RGB (Red+Green+Blue) = 29+2+161=192 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.10% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 161 (63.28% from 255 or 83.85% from 192); Max value from RGB is 161 - color contains mainly: blue. Hex color #1D02A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D02A1 is #E2FD5E. Grayscale: #1B1B1B. Windows color (decimal): -14875999 or 10551837. OLE color: 10551837.
HSL color Cylindrical-coordinate representation of color #1D02A1: hue angle of 250.19º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D02A1 is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 2 | 161 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.37 |
| HSL | 250.19º | 0.98% | 0.32% | - |
| HSV(B) | 250.19º | 0.99% | 0.63% | - |
| XYZ | 6.96 | 2.88 | 33.91 | - |
| YUV | 28.2 | 202.95 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 2 | 161 | 0.82 | 0.99 | 0 | 0.37 | 250.19 | 0.98 | 0.32 |
| Hex | 1D | 2 | A1 | 52 | 63 | 0 | 25 | FA | 62 | 20 |
| Octal | 35 | 2 | 241 | 122 | 143 | 0 | 45 | 372 | 142 | 40 |
| Binary | 11101 | 10 | 10100001 | 1010010 | 1100011 | 0 | 100101 | 11111010 | 1100010 | 100000 |
Color Harmonies of #1D02A1
Complementary color
Monochromatic Colors of #1D02A1
Black with #1D02A1
Text Example
Text Example
White with #1D02A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D02A1; }
p { color: rgb(29,2,161); }
H1.HeaderClassName
{
color: #1D02A1;
}
.AnyTagClassName
{
color: #1D02A1;
}
</style>
background-color css
<style>
a { background-color: #1D02A1; }
a { background-color: rgb(29,2,161); }
div.DivClassName
{
background-color: #1D02A1;
}
.BgClassName
{
background-color: #1D02A1;
}
</style>
border-color css
<style>
span { border-color: #1D02A1; }
span { border-color: rgb(29,2,161); }
td.TdClassName
{
border-color: #1D02A1;
}
.TagClassName
{
border-color: #1D02A1;
}
</style>