Shades of Ultramarine #1D168D
Tints of Ultramarine #1D168D
RGB
CMYK
RGB Variations
Color information
#1D168D (or 0x1D168D) is known color: Ultramarine. HEX triplet: 1D, 16 and 8D. RGB value is (29,22,141). Sum of RGB (Red+Green+Blue) = 29+22+141=192 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.10% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 141 (55.47% from 255 or 73.44% from 192); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D168D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D168D is #E2E972. Grayscale: #252525. Windows color (decimal): -14870899 or 9246237. OLE color: 9246237.
HSL color Cylindrical-coordinate representation of color #1D168D: hue angle of 243.53º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D168D is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 22 | 141 | - |
| CMYK | 0.79 | 0.84 | 0 | 0.45 |
| HSL | 243.53º | 0.73% | 0.32% | - |
| HSV(B) | 243.53º | 0.84% | 0.55% | - |
| XYZ | 5.6 | 2.76 | 25.44 | - |
| YUV | 37.66 | 186.32 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 22 | 141 | 0.79 | 0.84 | 0 | 0.45 | 243.53 | 0.73 | 0.32 |
| Hex | 1D | 16 | 8D | 4F | 54 | 0 | 2D | F4 | 49 | 20 |
| Octal | 35 | 26 | 215 | 117 | 124 | 0 | 55 | 364 | 111 | 40 |
| Binary | 11101 | 10110 | 10001101 | 1001111 | 1010100 | 0 | 101101 | 11110100 | 1001001 | 100000 |
Color Harmonies of #1D168D
Complementary color
Monochromatic Colors of #1D168D
Black with #1D168D
Text Example
Text Example
White with #1D168D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D168D; }
p { color: rgb(29,22,141); }
H1.HeaderClassName
{
color: #1D168D;
}
.AnyTagClassName
{
color: #1D168D;
}
</style>
background-color css
<style>
a { background-color: #1D168D; }
a { background-color: rgb(29,22,141); }
div.DivClassName
{
background-color: #1D168D;
}
.BgClassName
{
background-color: #1D168D;
}
</style>
border-color css
<style>
span { border-color: #1D168D; }
span { border-color: rgb(29,22,141); }
td.TdClassName
{
border-color: #1D168D;
}
.TagClassName
{
border-color: #1D168D;
}
</style>