Shades of Ultramarine #1D1691
Tints of Ultramarine #1D1691
RGB
CMYK
RGB Variations
Color information
#1D1691 (or 0x1D1691) is known color: Ultramarine. HEX triplet: 1D, 16 and 91. RGB value is (29,22,145). Sum of RGB (Red+Green+Blue) = 29+22+145=196 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.80% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 145 (57.03% from 255 or 73.98% from 196); Max value from RGB is 145 - color contains mainly: blue. Hex color #1D1691 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D1691 is #E2E96E. Grayscale: #252525. Windows color (decimal): -14870895 or 9508381. OLE color: 9508381.
HSL color Cylindrical-coordinate representation of color #1D1691: hue angle of 243.41º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D1691 is Cyan = 0.8, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 22 | 145 | - |
| CMYK | 0.8 | 0.85 | 0 | 0.43 |
| HSL | 243.41º | 0.74% | 0.33% | - |
| HSV(B) | 243.41º | 0.85% | 0.57% | - |
| XYZ | 5.9 | 2.88 | 27.03 | - |
| YUV | 38.12 | 188.32 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 22 | 145 | 0.8 | 0.85 | 0 | 0.43 | 243.41 | 0.74 | 0.33 |
| Hex | 1D | 16 | 91 | 50 | 55 | 0 | 2B | F3 | 4A | 21 |
| Octal | 35 | 26 | 221 | 120 | 125 | 0 | 53 | 363 | 112 | 41 |
| Binary | 11101 | 10110 | 10010001 | 1010000 | 1010101 | 0 | 101011 | 11110011 | 1001010 | 100001 |
Color Harmonies of #1D1691
Complementary color
Monochromatic Colors of #1D1691
Black with #1D1691
Text Example
Text Example
White with #1D1691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1691; }
p { color: rgb(29,22,145); }
H1.HeaderClassName
{
color: #1D1691;
}
.AnyTagClassName
{
color: #1D1691;
}
</style>
background-color css
<style>
a { background-color: #1D1691; }
a { background-color: rgb(29,22,145); }
div.DivClassName
{
background-color: #1D1691;
}
.BgClassName
{
background-color: #1D1691;
}
</style>
border-color css
<style>
span { border-color: #1D1691; }
span { border-color: rgb(29,22,145); }
td.TdClassName
{
border-color: #1D1691;
}
.TagClassName
{
border-color: #1D1691;
}
</style>