Shades of Ultramarine #1D0DB3
Tints of Ultramarine #1D0DB3
RGB
CMYK
RGB Variations
Color information
#1D0DB3 (or 0x1D0DB3) is known color: Ultramarine. HEX triplet: 1D, 0D and B3. RGB value is (29,13,179). Sum of RGB (Red+Green+Blue) = 29+13+179=221 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.12% from 221); Green value is 13 (5.47% from 255 or 5.88% from 221); Blue value is 179 (70.31% from 255 or 81.00% from 221); Max value from RGB is 179 - color contains mainly: blue. Hex color #1D0DB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D0DB3 is #E2F24C. Grayscale: #242424. Windows color (decimal): -14873165 or 11734301. OLE color: 11734301.
HSL color Cylindrical-coordinate representation of color #1D0DB3: hue angle of 245.78º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D0DB3 is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 13 | 179 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.30 |
| HSL | 245.78º | 0.86% | 0.38% | - |
| HSV(B) | 245.78º | 0.93% | 0.7% | - |
| XYZ | 8.79 | 3.8 | 42.92 | - |
| YUV | 36.71 | 208.3 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 13 | 179 | 0.84 | 0.93 | 0 | 0.30 | 245.78 | 0.86 | 0.38 |
| Hex | 1D | D | B3 | 54 | 5D | 0 | 1E | F6 | 56 | 26 |
| Octal | 35 | 15 | 263 | 124 | 135 | 0 | 36 | 366 | 126 | 46 |
| Binary | 11101 | 1101 | 10110011 | 1010100 | 1011101 | 0 | 11110 | 11110110 | 1010110 | 100110 |
Color Harmonies of #1D0DB3
Complementary color
Monochromatic Colors of #1D0DB3
Black with #1D0DB3
Text Example
Text Example
White with #1D0DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0DB3; }
p { color: rgb(29,13,179); }
H1.HeaderClassName
{
color: #1D0DB3;
}
.AnyTagClassName
{
color: #1D0DB3;
}
</style>
background-color css
<style>
a { background-color: #1D0DB3; }
a { background-color: rgb(29,13,179); }
div.DivClassName
{
background-color: #1D0DB3;
}
.BgClassName
{
background-color: #1D0DB3;
}
</style>
border-color css
<style>
span { border-color: #1D0DB3; }
span { border-color: rgb(29,13,179); }
td.TdClassName
{
border-color: #1D0DB3;
}
.TagClassName
{
border-color: #1D0DB3;
}
</style>