Shades of Ultramarine #1D209A
Tints of Ultramarine #1D209A
RGB
CMYK
RGB Variations
Color information
#1D209A (or 0x1D209A) is known color: Ultramarine. HEX triplet: 1D, 20 and 9A. RGB value is (29,32,154). Sum of RGB (Red+Green+Blue) = 29+32+154=215 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.49% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 154 (60.55% from 255 or 71.63% from 215); Max value from RGB is 154 - color contains mainly: blue. Hex color #1D209A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D209A is #E2DF65. Grayscale: #2C2C2C. Windows color (decimal): -14868326 or 10100765. OLE color: 10100765.
HSL color Cylindrical-coordinate representation of color #1D209A: hue angle of 238.56º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D209A is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 32 | 154 | - |
| CMYK | 0.81 | 0.79 | 0 | 0.40 |
| HSL | 238.56º | 0.68% | 0.36% | - |
| HSV(B) | 238.56º | 0.81% | 0.6% | - |
| XYZ | 6.86 | 3.63 | 30.91 | - |
| YUV | 45.01 | 189.51 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 32 | 154 | 0.81 | 0.79 | 0 | 0.40 | 238.56 | 0.68 | 0.36 |
| Hex | 1D | 20 | 9A | 51 | 4F | 0 | 28 | EF | 44 | 24 |
| Octal | 35 | 40 | 232 | 121 | 117 | 0 | 50 | 357 | 104 | 44 |
| Binary | 11101 | 100000 | 10011010 | 1010001 | 1001111 | 0 | 101000 | 11101111 | 1000100 | 100100 |
Color Harmonies of #1D209A
Complementary color
Monochromatic Colors of #1D209A
Black with #1D209A
Text Example
Text Example
White with #1D209A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D209A; }
p { color: rgb(29,32,154); }
H1.HeaderClassName
{
color: #1D209A;
}
.AnyTagClassName
{
color: #1D209A;
}
</style>
background-color css
<style>
a { background-color: #1D209A; }
a { background-color: rgb(29,32,154); }
div.DivClassName
{
background-color: #1D209A;
}
.BgClassName
{
background-color: #1D209A;
}
</style>
border-color css
<style>
span { border-color: #1D209A; }
span { border-color: rgb(29,32,154); }
td.TdClassName
{
border-color: #1D209A;
}
.TagClassName
{
border-color: #1D209A;
}
</style>