Shades of Ultramarine #1D1790
Tints of Ultramarine #1D1790
RGB
CMYK
RGB Variations
Color information
#1D1790 (or 0x1D1790) is known color: Ultramarine. HEX triplet: 1D, 17 and 90. RGB value is (29,23,144). Sum of RGB (Red+Green+Blue) = 29+23+144=196 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.80% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 144 (56.64% from 255 or 73.47% from 196); Max value from RGB is 144 - color contains mainly: blue. Hex color #1D1790 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D1790 is #E2E86F. Grayscale: #262626. Windows color (decimal): -14870640 or 9443101. OLE color: 9443101.
HSL color Cylindrical-coordinate representation of color #1D1790: hue angle of 242.98º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D1790 is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 29 | 23 | 144 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.44 |
| HSL | 242.98º | 0.72% | 0.33% | - |
| HSV(B) | 242.98º | 0.84% | 0.56% | - |
| XYZ | 5.85 | 2.89 | 26.63 | - |
| YUV | 38.59 | 187.49 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 23 | 144 | 0.80 | 0.84 | 0 | 0.44 | 242.98 | 0.72 | 0.33 |
| Hex | 1D | 17 | 90 | 50 | 54 | 0 | 2C | F3 | 48 | 21 |
| Octal | 35 | 27 | 220 | 120 | 124 | 0 | 54 | 363 | 110 | 41 |
| Binary | 11101 | 10111 | 10010000 | 1010000 | 1010100 | 0 | 101100 | 11110011 | 1001000 | 100001 |
Color Harmonies of #1D1790
Complementary color
Monochromatic Colors of #1D1790
Black with #1D1790
Text Example
Text Example
White with #1D1790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1790; }
p { color: rgb(29,23,144); }
H1.HeaderClassName
{
color: #1D1790;
}
.AnyTagClassName
{
color: #1D1790;
}
</style>
background-color css
<style>
a { background-color: #1D1790; }
a { background-color: rgb(29,23,144); }
div.DivClassName
{
background-color: #1D1790;
}
.BgClassName
{
background-color: #1D1790;
}
</style>
border-color css
<style>
span { border-color: #1D1790; }
span { border-color: rgb(29,23,144); }
td.TdClassName
{
border-color: #1D1790;
}
.TagClassName
{
border-color: #1D1790;
}
</style>