Shades of Ultramarine #1D0289
Tints of Ultramarine #1D0289
RGB
CMYK
RGB Variations
Color information
#1D0289 (or 0x1D0289) is known color: Ultramarine. HEX triplet: 1D, 02 and 89. RGB value is (29,2,137). Sum of RGB (Red+Green+Blue) = 29+2+137=168 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.26% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 137 (53.91% from 255 or 81.55% from 168); Max value from RGB is 137 - color contains mainly: blue. Hex color #1D0289 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0289 is #E2FD76. Grayscale: #181818. Windows color (decimal): -14876023 or 8978973. OLE color: 8978973.
HSL color Cylindrical-coordinate representation of color #1D0289: hue angle of 252º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D0289 is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 2 | 137 | - |
| CMYK | 0.79 | 0.99 | 0 | 0.46 |
| HSL | 252º | 0.97% | 0.27% | - |
| HSV(B) | 252º | 0.99% | 0.54% | - |
| XYZ | 5.04 | 2.11 | 23.81 | - |
| YUV | 25.46 | 190.95 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 2 | 137 | 0.79 | 0.99 | 0 | 0.46 | 252 | 0.97 | 0.27 |
| Hex | 1D | 2 | 89 | 4F | 63 | 0 | 2E | FC | 61 | 1B |
| Octal | 35 | 2 | 211 | 117 | 143 | 0 | 56 | 374 | 141 | 33 |
| Binary | 11101 | 10 | 10001001 | 1001111 | 1100011 | 0 | 101110 | 11111100 | 1100001 | 11011 |
Color Harmonies of #1D0289
Complementary color
Monochromatic Colors of #1D0289
Black with #1D0289
Text Example
Text Example
White with #1D0289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0289; }
p { color: rgb(29,2,137); }
H1.HeaderClassName
{
color: #1D0289;
}
.AnyTagClassName
{
color: #1D0289;
}
</style>
background-color css
<style>
a { background-color: #1D0289; }
a { background-color: rgb(29,2,137); }
div.DivClassName
{
background-color: #1D0289;
}
.BgClassName
{
background-color: #1D0289;
}
</style>
border-color css
<style>
span { border-color: #1D0289; }
span { border-color: rgb(29,2,137); }
td.TdClassName
{
border-color: #1D0289;
}
.TagClassName
{
border-color: #1D0289;
}
</style>