Shades of Ultramarine #1D1792
Tints of Ultramarine #1D1792
RGB
CMYK
RGB Variations
Color information
#1D1792 (or 0x1D1792) is known color: Ultramarine. HEX triplet: 1D, 17 and 92. RGB value is (29,23,146). Sum of RGB (Red+Green+Blue) = 29+23+146=198 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.65% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 146 (57.42% from 255 or 73.74% from 198); Max value from RGB is 146 - color contains mainly: blue. Hex color #1D1792 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D1792 is #E2E86D. Grayscale: #262626. Windows color (decimal): -14870638 or 9574173. OLE color: 9574173.
HSL color Cylindrical-coordinate representation of color #1D1792: hue angle of 242.93º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D1792 is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 23 | 146 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.43 |
| HSL | 242.93º | 0.73% | 0.33% | - |
| HSV(B) | 242.93º | 0.84% | 0.57% | - |
| XYZ | 6 | 2.95 | 27.45 | - |
| YUV | 38.82 | 188.49 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 23 | 146 | 0.80 | 0.84 | 0 | 0.43 | 242.93 | 0.73 | 0.33 |
| Hex | 1D | 17 | 92 | 50 | 54 | 0 | 2B | F3 | 49 | 21 |
| Octal | 35 | 27 | 222 | 120 | 124 | 0 | 53 | 363 | 111 | 41 |
| Binary | 11101 | 10111 | 10010010 | 1010000 | 1010100 | 0 | 101011 | 11110011 | 1001001 | 100001 |
Color Harmonies of #1D1792
Complementary color
Monochromatic Colors of #1D1792
Black with #1D1792
Text Example
Text Example
White with #1D1792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1792; }
p { color: rgb(29,23,146); }
H1.HeaderClassName
{
color: #1D1792;
}
.AnyTagClassName
{
color: #1D1792;
}
</style>
background-color css
<style>
a { background-color: #1D1792; }
a { background-color: rgb(29,23,146); }
div.DivClassName
{
background-color: #1D1792;
}
.BgClassName
{
background-color: #1D1792;
}
</style>
border-color css
<style>
span { border-color: #1D1792; }
span { border-color: rgb(29,23,146); }
td.TdClassName
{
border-color: #1D1792;
}
.TagClassName
{
border-color: #1D1792;
}
</style>