Shades of Ultramarine #1D0D93
Tints of Ultramarine #1D0D93
RGB
CMYK
RGB Variations
Color information
#1D0D93 (or 0x1D0D93) is known color: Ultramarine. HEX triplet: 1D, 0D and 93. RGB value is (29,13,147). Sum of RGB (Red+Green+Blue) = 29+13+147=189 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.34% from 189); Green value is 13 (5.47% from 255 or 6.88% from 189); Blue value is 147 (57.81% from 255 or 77.78% from 189); Max value from RGB is 147 - color contains mainly: blue. Hex color #1D0D93 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0D93 is #E2F26C. Grayscale: #202020. Windows color (decimal): -14873197 or 9637149. OLE color: 9637149.
HSL color Cylindrical-coordinate representation of color #1D0D93: hue angle of 247.16º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D0D93 is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 13 | 147 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.42 |
| HSL | 247.16º | 0.84% | 0.31% | - |
| HSV(B) | 247.16º | 0.91% | 0.58% | - |
| XYZ | 5.92 | 2.66 | 27.8 | - |
| YUV | 33.06 | 192.3 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 13 | 147 | 0.80 | 0.91 | 0 | 0.42 | 247.16 | 0.84 | 0.31 |
| Hex | 1D | D | 93 | 50 | 5B | 0 | 2A | F7 | 54 | 1F |
| Octal | 35 | 15 | 223 | 120 | 133 | 0 | 52 | 367 | 124 | 37 |
| Binary | 11101 | 1101 | 10010011 | 1010000 | 1011011 | 0 | 101010 | 11110111 | 1010100 | 11111 |
Color Harmonies of #1D0D93
Complementary color
Monochromatic Colors of #1D0D93
Black with #1D0D93
Text Example
Text Example
White with #1D0D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0D93; }
p { color: rgb(29,13,147); }
H1.HeaderClassName
{
color: #1D0D93;
}
.AnyTagClassName
{
color: #1D0D93;
}
</style>
background-color css
<style>
a { background-color: #1D0D93; }
a { background-color: rgb(29,13,147); }
div.DivClassName
{
background-color: #1D0D93;
}
.BgClassName
{
background-color: #1D0D93;
}
</style>
border-color css
<style>
span { border-color: #1D0D93; }
span { border-color: rgb(29,13,147); }
td.TdClassName
{
border-color: #1D0D93;
}
.TagClassName
{
border-color: #1D0D93;
}
</style>