Shades of Ultramarine #1D0795
Tints of Ultramarine #1D0795
RGB
CMYK
RGB Variations
Color information
#1D0795 (or 0x1D0795) is known color: Ultramarine. HEX triplet: 1D, 07 and 95. RGB value is (29,7,149). Sum of RGB (Red+Green+Blue) = 29+7+149=185 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.68% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 149 (58.59% from 255 or 80.54% from 185); Max value from RGB is 149 - color contains mainly: blue. Hex color #1D0795 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0795 is #E2F86A. Grayscale: #1D1D1D. Windows color (decimal): -14874731 or 9766685. OLE color: 9766685.
HSL color Cylindrical-coordinate representation of color #1D0795: hue angle of 249.3º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1D0795 is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 7 | 149 | - |
| CMYK | 0.81 | 0.95 | 0 | 0.42 |
| HSL | 249.3º | 0.91% | 0.31% | - |
| HSV(B) | 249.3º | 0.95% | 0.58% | - |
| XYZ | 6.01 | 2.58 | 28.62 | - |
| YUV | 29.77 | 195.29 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 7 | 149 | 0.81 | 0.95 | 0 | 0.42 | 249.3 | 0.91 | 0.31 |
| Hex | 1D | 7 | 95 | 51 | 5F | 0 | 2A | F9 | 5B | 1F |
| Octal | 35 | 7 | 225 | 121 | 137 | 0 | 52 | 371 | 133 | 37 |
| Binary | 11101 | 111 | 10010101 | 1010001 | 1011111 | 0 | 101010 | 11111001 | 1011011 | 11111 |
Color Harmonies of #1D0795
Complementary color
Monochromatic Colors of #1D0795
Black with #1D0795
Text Example
Text Example
White with #1D0795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0795; }
p { color: rgb(29,7,149); }
H1.HeaderClassName
{
color: #1D0795;
}
.AnyTagClassName
{
color: #1D0795;
}
</style>
background-color css
<style>
a { background-color: #1D0795; }
a { background-color: rgb(29,7,149); }
div.DivClassName
{
background-color: #1D0795;
}
.BgClassName
{
background-color: #1D0795;
}
</style>
border-color css
<style>
span { border-color: #1D0795; }
span { border-color: rgb(29,7,149); }
td.TdClassName
{
border-color: #1D0795;
}
.TagClassName
{
border-color: #1D0795;
}
</style>