Shades of Ultramarine #1D209C
Tints of Ultramarine #1D209C
RGB
CMYK
RGB Variations
Color information
#1D209C (or 0x1D209C) is known color: Ultramarine. HEX triplet: 1D, 20 and 9C. RGB value is (29,32,156). Sum of RGB (Red+Green+Blue) = 29+32+156=217 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.36% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 156 (61.33% from 255 or 71.89% from 217); Max value from RGB is 156 - color contains mainly: blue. Hex color #1D209C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D209C is #E2DF63. Grayscale: #2C2C2C. Windows color (decimal): -14868324 or 10231837. OLE color: 10231837.
HSL color Cylindrical-coordinate representation of color #1D209C: hue angle of 238.58º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D209C is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 32 | 156 | - |
| CMYK | 0.81 | 0.79 | 0 | 0.39 |
| HSL | 238.58º | 0.69% | 0.36% | - |
| HSV(B) | 238.58º | 0.81% | 0.61% | - |
| XYZ | 7.02 | 3.69 | 31.8 | - |
| YUV | 45.24 | 190.51 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 32 | 156 | 0.81 | 0.79 | 0 | 0.39 | 238.58 | 0.69 | 0.36 |
| Hex | 1D | 20 | 9C | 51 | 4F | 0 | 27 | EF | 45 | 24 |
| Octal | 35 | 40 | 234 | 121 | 117 | 0 | 47 | 357 | 105 | 44 |
| Binary | 11101 | 100000 | 10011100 | 1010001 | 1001111 | 0 | 100111 | 11101111 | 1000101 | 100100 |
Color Harmonies of #1D209C
Complementary color
Monochromatic Colors of #1D209C
Black with #1D209C
Text Example
Text Example
White with #1D209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D209C; }
p { color: rgb(29,32,156); }
H1.HeaderClassName
{
color: #1D209C;
}
.AnyTagClassName
{
color: #1D209C;
}
</style>
background-color css
<style>
a { background-color: #1D209C; }
a { background-color: rgb(29,32,156); }
div.DivClassName
{
background-color: #1D209C;
}
.BgClassName
{
background-color: #1D209C;
}
</style>
border-color css
<style>
span { border-color: #1D209C; }
span { border-color: rgb(29,32,156); }
td.TdClassName
{
border-color: #1D209C;
}
.TagClassName
{
border-color: #1D209C;
}
</style>