Shades of Ultramarine #1D0592
Tints of Ultramarine #1D0592
RGB
CMYK
RGB Variations
Color information
#1D0592 (or 0x1D0592) is known color: Ultramarine. HEX triplet: 1D, 05 and 92. RGB value is (29,5,146). Sum of RGB (Red+Green+Blue) = 29+5+146=180 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.11% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 146 (57.42% from 255 or 81.11% from 180); Max value from RGB is 146 - color contains mainly: blue. Hex color #1D0592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0592 is #E2FA6D. Grayscale: #1B1B1B. Windows color (decimal): -14875246 or 9569565. OLE color: 9569565.
HSL color Cylindrical-coordinate representation of color #1D0592: hue angle of 250.21º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D0592 is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 5 | 146 | - |
| CMYK | 0.80 | 0.97 | 0 | 0.43 |
| HSL | 250.21º | 0.93% | 0.3% | - |
| HSV(B) | 250.21º | 0.97% | 0.57% | - |
| XYZ | 5.75 | 2.45 | 27.36 | - |
| YUV | 28.25 | 194.45 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 5 | 146 | 0.80 | 0.97 | 0 | 0.43 | 250.21 | 0.93 | 0.3 |
| Hex | 1D | 5 | 92 | 50 | 61 | 0 | 2B | FA | 5D | 1E |
| Octal | 35 | 5 | 222 | 120 | 141 | 0 | 53 | 372 | 135 | 36 |
| Binary | 11101 | 101 | 10010010 | 1010000 | 1100001 | 0 | 101011 | 11111010 | 1011101 | 11110 |
Color Harmonies of #1D0592
Complementary color
Monochromatic Colors of #1D0592
Black with #1D0592
Text Example
Text Example
White with #1D0592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0592; }
p { color: rgb(29,5,146); }
H1.HeaderClassName
{
color: #1D0592;
}
.AnyTagClassName
{
color: #1D0592;
}
</style>
background-color css
<style>
a { background-color: #1D0592; }
a { background-color: rgb(29,5,146); }
div.DivClassName
{
background-color: #1D0592;
}
.BgClassName
{
background-color: #1D0592;
}
</style>
border-color css
<style>
span { border-color: #1D0592; }
span { border-color: rgb(29,5,146); }
td.TdClassName
{
border-color: #1D0592;
}
.TagClassName
{
border-color: #1D0592;
}
</style>