Shades of Ultramarine #1D0C95
Tints of Ultramarine #1D0C95
RGB
CMYK
RGB Variations
Color information
#1D0C95 (or 0x1D0C95) is known color: Ultramarine. HEX triplet: 1D, 0C and 95. RGB value is (29,12,149). Sum of RGB (Red+Green+Blue) = 29+12+149=190 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.26% from 190); Green value is 12 (5.08% from 255 or 6.32% from 190); Blue value is 149 (58.59% from 255 or 78.42% from 190); Max value from RGB is 149 - color contains mainly: blue. Hex color #1D0C95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0C95 is #E2F36A. Grayscale: #202020. Windows color (decimal): -14873451 or 9767965. OLE color: 9767965.
HSL color Cylindrical-coordinate representation of color #1D0C95: hue angle of 247.45º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D0C95 is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 12 | 149 | - |
| CMYK | 0.81 | 0.92 | 0 | 0.42 |
| HSL | 247.45º | 0.85% | 0.32% | - |
| HSV(B) | 247.45º | 0.92% | 0.58% | - |
| XYZ | 6.06 | 2.69 | 28.63 | - |
| YUV | 32.7 | 193.63 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 12 | 149 | 0.81 | 0.92 | 0 | 0.42 | 247.45 | 0.85 | 0.32 |
| Hex | 1D | C | 95 | 51 | 5C | 0 | 2A | F7 | 55 | 20 |
| Octal | 35 | 14 | 225 | 121 | 134 | 0 | 52 | 367 | 125 | 40 |
| Binary | 11101 | 1100 | 10010101 | 1010001 | 1011100 | 0 | 101010 | 11110111 | 1010101 | 100000 |
Color Harmonies of #1D0C95
Complementary color
Monochromatic Colors of #1D0C95
Black with #1D0C95
Text Example
Text Example
White with #1D0C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0C95; }
p { color: rgb(29,12,149); }
H1.HeaderClassName
{
color: #1D0C95;
}
.AnyTagClassName
{
color: #1D0C95;
}
</style>
background-color css
<style>
a { background-color: #1D0C95; }
a { background-color: rgb(29,12,149); }
div.DivClassName
{
background-color: #1D0C95;
}
.BgClassName
{
background-color: #1D0C95;
}
</style>
border-color css
<style>
span { border-color: #1D0C95; }
span { border-color: rgb(29,12,149); }
td.TdClassName
{
border-color: #1D0C95;
}
.TagClassName
{
border-color: #1D0C95;
}
</style>