Shades of Ultramarine #1D0490
Tints of Ultramarine #1D0490
RGB
CMYK
RGB Variations
Color information
#1D0490 (or 0x1D0490) is known color: Ultramarine. HEX triplet: 1D, 04 and 90. RGB value is (29,4,144). Sum of RGB (Red+Green+Blue) = 29+4+144=177 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.38% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 144 (56.64% from 255 or 81.36% from 177); Max value from RGB is 144 - color contains mainly: blue. Hex color #1D0490 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0490 is #E2FB6F. Grayscale: #1A1A1A. Windows color (decimal): -14875504 or 9438237. OLE color: 9438237.
HSL color Cylindrical-coordinate representation of color #1D0490: hue angle of 250.71º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D0490 is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 29 | 4 | 144 | - |
| CMYK | 0.80 | 0.97 | 0 | 0.44 |
| HSL | 250.71º | 0.95% | 0.29% | - |
| HSV(B) | 250.71º | 0.97% | 0.56% | - |
| XYZ | 5.58 | 2.36 | 26.55 | - |
| YUV | 27.44 | 193.78 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 4 | 144 | 0.80 | 0.97 | 0 | 0.44 | 250.71 | 0.95 | 0.29 |
| Hex | 1D | 4 | 90 | 50 | 61 | 0 | 2C | FB | 5F | 1D |
| Octal | 35 | 4 | 220 | 120 | 141 | 0 | 54 | 373 | 137 | 35 |
| Binary | 11101 | 100 | 10010000 | 1010000 | 1100001 | 0 | 101100 | 11111011 | 1011111 | 11101 |
Color Harmonies of #1D0490
Complementary color
Monochromatic Colors of #1D0490
Black with #1D0490
Text Example
Text Example
White with #1D0490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0490; }
p { color: rgb(29,4,144); }
H1.HeaderClassName
{
color: #1D0490;
}
.AnyTagClassName
{
color: #1D0490;
}
</style>
background-color css
<style>
a { background-color: #1D0490; }
a { background-color: rgb(29,4,144); }
div.DivClassName
{
background-color: #1D0490;
}
.BgClassName
{
background-color: #1D0490;
}
</style>
border-color css
<style>
span { border-color: #1D0490; }
span { border-color: rgb(29,4,144); }
td.TdClassName
{
border-color: #1D0490;
}
.TagClassName
{
border-color: #1D0490;
}
</style>