Shades of Ultramarine #1D0497
Tints of Ultramarine #1D0497
RGB
CMYK
RGB Variations
Color information
#1D0497 (or 0x1D0497) is known color: Ultramarine. HEX triplet: 1D, 04 and 97. RGB value is (29,4,151). Sum of RGB (Red+Green+Blue) = 29+4+151=184 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.76% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 151 (59.38% from 255 or 82.07% from 184); Max value from RGB is 151 - color contains mainly: blue. Hex color #1D0497 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0497 is #E2FB68. Grayscale: #1B1B1B. Windows color (decimal): -14875497 or 9896989. OLE color: 9896989.
HSL color Cylindrical-coordinate representation of color #1D0497: hue angle of 250.2º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D0497 is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 29 | 4 | 151 | - |
| CMYK | 0.81 | 0.97 | 0 | 0.41 |
| HSL | 250.2º | 0.95% | 0.3% | - |
| HSV(B) | 250.2º | 0.97% | 0.59% | - |
| XYZ | 6.14 | 2.58 | 29.45 | - |
| YUV | 28.23 | 197.28 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 4 | 151 | 0.81 | 0.97 | 0 | 0.41 | 250.2 | 0.95 | 0.3 |
| Hex | 1D | 4 | 97 | 51 | 61 | 0 | 29 | FA | 5F | 1E |
| Octal | 35 | 4 | 227 | 121 | 141 | 0 | 51 | 372 | 137 | 36 |
| Binary | 11101 | 100 | 10010111 | 1010001 | 1100001 | 0 | 101001 | 11111010 | 1011111 | 11110 |
Color Harmonies of #1D0497
Complementary color
Monochromatic Colors of #1D0497
Black with #1D0497
Text Example
Text Example
White with #1D0497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0497; }
p { color: rgb(29,4,151); }
H1.HeaderClassName
{
color: #1D0497;
}
.AnyTagClassName
{
color: #1D0497;
}
</style>
background-color css
<style>
a { background-color: #1D0497; }
a { background-color: rgb(29,4,151); }
div.DivClassName
{
background-color: #1D0497;
}
.BgClassName
{
background-color: #1D0497;
}
</style>
border-color css
<style>
span { border-color: #1D0497; }
span { border-color: rgb(29,4,151); }
td.TdClassName
{
border-color: #1D0497;
}
.TagClassName
{
border-color: #1D0497;
}
</style>