Shades of Ultramarine #1D109A
Tints of Ultramarine #1D109A
RGB
CMYK
RGB Variations
Color information
#1D109A (or 0x1D109A) is known color: Ultramarine. HEX triplet: 1D, 10 and 9A. RGB value is (29,16,154). Sum of RGB (Red+Green+Blue) = 29+16+154=199 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.57% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 154 (60.55% from 255 or 77.39% from 199); Max value from RGB is 154 - color contains mainly: blue. Hex color #1D109A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D109A is #E2EF65. Grayscale: #232323. Windows color (decimal): -14872422 or 10096669. OLE color: 10096669.
HSL color Cylindrical-coordinate representation of color #1D109A: hue angle of 245.65º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D109A is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 16 | 154 | - |
| CMYK | 0.81 | 0.90 | 0 | 0.40 |
| HSL | 245.65º | 0.81% | 0.33% | - |
| HSV(B) | 245.65º | 0.9% | 0.6% | - |
| XYZ | 6.52 | 2.96 | 30.8 | - |
| YUV | 35.62 | 194.81 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 16 | 154 | 0.81 | 0.90 | 0 | 0.40 | 245.65 | 0.81 | 0.33 |
| Hex | 1D | 10 | 9A | 51 | 5A | 0 | 28 | F6 | 51 | 21 |
| Octal | 35 | 20 | 232 | 121 | 132 | 0 | 50 | 366 | 121 | 41 |
| Binary | 11101 | 10000 | 10011010 | 1010001 | 1011010 | 0 | 101000 | 11110110 | 1010001 | 100001 |
Color Harmonies of #1D109A
Complementary color
Monochromatic Colors of #1D109A
Black with #1D109A
Text Example
Text Example
White with #1D109A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D109A; }
p { color: rgb(29,16,154); }
H1.HeaderClassName
{
color: #1D109A;
}
.AnyTagClassName
{
color: #1D109A;
}
</style>
background-color css
<style>
a { background-color: #1D109A; }
a { background-color: rgb(29,16,154); }
div.DivClassName
{
background-color: #1D109A;
}
.BgClassName
{
background-color: #1D109A;
}
</style>
border-color css
<style>
span { border-color: #1D109A; }
span { border-color: rgb(29,16,154); }
td.TdClassName
{
border-color: #1D109A;
}
.TagClassName
{
border-color: #1D109A;
}
</style>