Shades of Ultramarine #1D0584
Tints of Ultramarine #1D0584
RGB
CMYK
RGB Variations
Color information
#1D0584 (or 0x1D0584) is known color: Ultramarine. HEX triplet: 1D, 05 and 84. RGB value is (29,5,132). Sum of RGB (Red+Green+Blue) = 29+5+132=166 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.47% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 132 (51.95% from 255 or 79.52% from 166); Max value from RGB is 132 - color contains mainly: blue. Hex color #1D0584 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0584 is #E2FA7B. Grayscale: #1A1A1A. Windows color (decimal): -14875260 or 8652061. OLE color: 8652061.
HSL color Cylindrical-coordinate representation of color #1D0584: hue angle of 251.34º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D0584 is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 5 | 132 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.48 |
| HSL | 251.34º | 0.93% | 0.27% | - |
| HSV(B) | 251.34º | 0.96% | 0.52% | - |
| XYZ | 4.73 | 2.04 | 21.97 | - |
| YUV | 26.65 | 187.45 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 5 | 132 | 0.78 | 0.96 | 0 | 0.48 | 251.34 | 0.93 | 0.27 |
| Hex | 1D | 5 | 84 | 4E | 60 | 0 | 30 | FB | 5D | 1B |
| Octal | 35 | 5 | 204 | 116 | 140 | 0 | 60 | 373 | 135 | 33 |
| Binary | 11101 | 101 | 10000100 | 1001110 | 1100000 | 0 | 110000 | 11111011 | 1011101 | 11011 |
Color Harmonies of #1D0584
Complementary color
Monochromatic Colors of #1D0584
Black with #1D0584
Text Example
Text Example
White with #1D0584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0584; }
p { color: rgb(29,5,132); }
H1.HeaderClassName
{
color: #1D0584;
}
.AnyTagClassName
{
color: #1D0584;
}
</style>
background-color css
<style>
a { background-color: #1D0584; }
a { background-color: rgb(29,5,132); }
div.DivClassName
{
background-color: #1D0584;
}
.BgClassName
{
background-color: #1D0584;
}
</style>
border-color css
<style>
span { border-color: #1D0584; }
span { border-color: rgb(29,5,132); }
td.TdClassName
{
border-color: #1D0584;
}
.TagClassName
{
border-color: #1D0584;
}
</style>