Shades of Ultramarine #1D158D
Tints of Ultramarine #1D158D
RGB
CMYK
RGB Variations
Color information
#1D158D (or 0x1D158D) is known color: Ultramarine. HEX triplet: 1D, 15 and 8D. RGB value is (29,21,141). Sum of RGB (Red+Green+Blue) = 29+21+141=191 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.18% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 141 (55.47% from 255 or 73.82% from 191); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D158D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D158D is #E2EA72. Grayscale: #242424. Windows color (decimal): -14871155 or 9245981. OLE color: 9245981.
HSL color Cylindrical-coordinate representation of color #1D158D: hue angle of 244º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D158D is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 21 | 141 | - |
| CMYK | 0.79 | 0.85 | 0 | 0.45 |
| HSL | 244º | 0.74% | 0.32% | - |
| HSV(B) | 244º | 0.85% | 0.55% | - |
| XYZ | 5.58 | 2.72 | 25.43 | - |
| YUV | 37.07 | 186.65 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 21 | 141 | 0.79 | 0.85 | 0 | 0.45 | 244 | 0.74 | 0.32 |
| Hex | 1D | 15 | 8D | 4F | 55 | 0 | 2D | F4 | 4A | 20 |
| Octal | 35 | 25 | 215 | 117 | 125 | 0 | 55 | 364 | 112 | 40 |
| Binary | 11101 | 10101 | 10001101 | 1001111 | 1010101 | 0 | 101101 | 11110100 | 1001010 | 100000 |
Color Harmonies of #1D158D
Complementary color
Monochromatic Colors of #1D158D
Black with #1D158D
Text Example
Text Example
White with #1D158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D158D; }
p { color: rgb(29,21,141); }
H1.HeaderClassName
{
color: #1D158D;
}
.AnyTagClassName
{
color: #1D158D;
}
</style>
background-color css
<style>
a { background-color: #1D158D; }
a { background-color: rgb(29,21,141); }
div.DivClassName
{
background-color: #1D158D;
}
.BgClassName
{
background-color: #1D158D;
}
</style>
border-color css
<style>
span { border-color: #1D158D; }
span { border-color: rgb(29,21,141); }
td.TdClassName
{
border-color: #1D158D;
}
.TagClassName
{
border-color: #1D158D;
}
</style>