Shades of Ultramarine #1D219D
Tints of Ultramarine #1D219D
RGB
CMYK
RGB Variations
Color information
#1D219D (or 0x1D219D) is known color: Ultramarine. HEX triplet: 1D, 21 and 9D. RGB value is (29,33,157). Sum of RGB (Red+Green+Blue) = 29+33+157=219 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.24% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 157 (61.72% from 255 or 71.69% from 219); Max value from RGB is 157 - color contains mainly: blue. Hex color #1D219D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D219D is #E2DE62. Grayscale: #2D2D2D. Windows color (decimal): -14868067 or 10297629. OLE color: 10297629.
HSL color Cylindrical-coordinate representation of color #1D219D: hue angle of 238.12º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D219D is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 29 | 33 | 157 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.38 |
| HSL | 238.13º | 0.69% | 0.36% | - |
| HSV(B) | 238.13º | 0.82% | 0.62% | - |
| XYZ | 7.14 | 3.78 | 32.25 | - |
| YUV | 45.94 | 190.67 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 33 | 157 | 0.82 | 0.79 | 0 | 0.38 | 238.13 | 0.69 | 0.36 |
| Hex | 1D | 21 | 9D | 52 | 4F | 0 | 26 | EE | 45 | 24 |
| Octal | 35 | 41 | 235 | 122 | 117 | 0 | 46 | 356 | 105 | 44 |
| Binary | 11101 | 100001 | 10011101 | 1010010 | 1001111 | 0 | 100110 | 11101110 | 1000101 | 100100 |
Color Harmonies of #1D219D
Complementary color
Monochromatic Colors of #1D219D
Black with #1D219D
Text Example
Text Example
White with #1D219D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D219D; }
p { color: rgb(29,33,157); }
H1.HeaderClassName
{
color: #1D219D;
}
.AnyTagClassName
{
color: #1D219D;
}
</style>
background-color css
<style>
a { background-color: #1D219D; }
a { background-color: rgb(29,33,157); }
div.DivClassName
{
background-color: #1D219D;
}
.BgClassName
{
background-color: #1D219D;
}
</style>
border-color css
<style>
span { border-color: #1D219D; }
span { border-color: rgb(29,33,157); }
td.TdClassName
{
border-color: #1D219D;
}
.TagClassName
{
border-color: #1D219D;
}
</style>