Shades of Ultramarine #1D0492
Tints of Ultramarine #1D0492
RGB
CMYK
RGB Variations
Color information
#1D0492 (or 0x1D0492) is known color: Ultramarine. HEX triplet: 1D, 04 and 92. RGB value is (29,4,146). Sum of RGB (Red+Green+Blue) = 29+4+146=179 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.20% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 146 (57.42% from 255 or 81.56% from 179); Max value from RGB is 146 - color contains mainly: blue. Hex color #1D0492 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0492 is #E2FB6D. Grayscale: #1B1B1B. Windows color (decimal): -14875502 or 9569309. OLE color: 9569309.
HSL color Cylindrical-coordinate representation of color #1D0492: hue angle of 250.56º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D0492 is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 4 | 146 | - |
| CMYK | 0.80 | 0.97 | 0 | 0.43 |
| HSL | 250.56º | 0.95% | 0.29% | - |
| HSV(B) | 250.56º | 0.97% | 0.57% | - |
| XYZ | 5.74 | 2.42 | 27.36 | - |
| YUV | 27.66 | 194.78 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 4 | 146 | 0.80 | 0.97 | 0 | 0.43 | 250.56 | 0.95 | 0.29 |
| Hex | 1D | 4 | 92 | 50 | 61 | 0 | 2B | FB | 5F | 1D |
| Octal | 35 | 4 | 222 | 120 | 141 | 0 | 53 | 373 | 137 | 35 |
| Binary | 11101 | 100 | 10010010 | 1010000 | 1100001 | 0 | 101011 | 11111011 | 1011111 | 11101 |
Color Harmonies of #1D0492
Complementary color
Monochromatic Colors of #1D0492
Black with #1D0492
Text Example
Text Example
White with #1D0492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0492; }
p { color: rgb(29,4,146); }
H1.HeaderClassName
{
color: #1D0492;
}
.AnyTagClassName
{
color: #1D0492;
}
</style>
background-color css
<style>
a { background-color: #1D0492; }
a { background-color: rgb(29,4,146); }
div.DivClassName
{
background-color: #1D0492;
}
.BgClassName
{
background-color: #1D0492;
}
</style>
border-color css
<style>
span { border-color: #1D0492; }
span { border-color: rgb(29,4,146); }
td.TdClassName
{
border-color: #1D0492;
}
.TagClassName
{
border-color: #1D0492;
}
</style>