Shades of Ultramarine #1D1794
Tints of Ultramarine #1D1794
RGB
CMYK
RGB Variations
Color information
#1D1794 (or 0x1D1794) is known color: Ultramarine. HEX triplet: 1D, 17 and 94. RGB value is (29,23,148). Sum of RGB (Red+Green+Blue) = 29+23+148=200 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.5% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 148 (58.20% from 255 or 74% from 200); Max value from RGB is 148 - color contains mainly: blue. Hex color #1D1794 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D1794 is #E2E86B. Grayscale: #262626. Windows color (decimal): -14870636 or 9705245. OLE color: 9705245.
HSL color Cylindrical-coordinate representation of color #1D1794: hue angle of 242.88º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D1794 is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 23 | 148 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.42 |
| HSL | 242.88º | 0.73% | 0.34% | - |
| HSV(B) | 242.88º | 0.84% | 0.58% | - |
| XYZ | 6.16 | 3.01 | 28.27 | - |
| YUV | 39.04 | 189.49 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 23 | 148 | 0.80 | 0.84 | 0 | 0.42 | 242.88 | 0.73 | 0.34 |
| Hex | 1D | 17 | 94 | 50 | 54 | 0 | 2A | F3 | 49 | 22 |
| Octal | 35 | 27 | 224 | 120 | 124 | 0 | 52 | 363 | 111 | 42 |
| Binary | 11101 | 10111 | 10010100 | 1010000 | 1010100 | 0 | 101010 | 11110011 | 1001001 | 100010 |
Color Harmonies of #1D1794
Complementary color
Monochromatic Colors of #1D1794
Black with #1D1794
Text Example
Text Example
White with #1D1794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1794; }
p { color: rgb(29,23,148); }
H1.HeaderClassName
{
color: #1D1794;
}
.AnyTagClassName
{
color: #1D1794;
}
</style>
background-color css
<style>
a { background-color: #1D1794; }
a { background-color: rgb(29,23,148); }
div.DivClassName
{
background-color: #1D1794;
}
.BgClassName
{
background-color: #1D1794;
}
</style>
border-color css
<style>
span { border-color: #1D1794; }
span { border-color: rgb(29,23,148); }
td.TdClassName
{
border-color: #1D1794;
}
.TagClassName
{
border-color: #1D1794;
}
</style>