Shades of Ultramarine #1D178D
Tints of Ultramarine #1D178D
RGB
CMYK
RGB Variations
Color information
#1D178D (or 0x1D178D) is known color: Ultramarine. HEX triplet: 1D, 17 and 8D. RGB value is (29,23,141). Sum of RGB (Red+Green+Blue) = 29+23+141=193 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.03% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 141 (55.47% from 255 or 73.06% from 193); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D178D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D178D is #E2E872. Grayscale: #252525. Windows color (decimal): -14870643 or 9246493. OLE color: 9246493.
HSL color Cylindrical-coordinate representation of color #1D178D: hue angle of 243.05º degrees, saturation: 0.72, 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 #1D178D is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 23 | 141 | - |
| CMYK | 0.79 | 0.84 | 0 | 0.45 |
| HSL | 243.05º | 0.72% | 0.32% | - |
| HSV(B) | 243.05º | 0.84% | 0.55% | - |
| XYZ | 5.62 | 2.8 | 25.44 | - |
| YUV | 38.25 | 185.99 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 23 | 141 | 0.79 | 0.84 | 0 | 0.45 | 243.05 | 0.72 | 0.32 |
| Hex | 1D | 17 | 8D | 4F | 54 | 0 | 2D | F3 | 48 | 20 |
| Octal | 35 | 27 | 215 | 117 | 124 | 0 | 55 | 363 | 110 | 40 |
| Binary | 11101 | 10111 | 10001101 | 1001111 | 1010100 | 0 | 101101 | 11110011 | 1001000 | 100000 |
Color Harmonies of #1D178D
Complementary color
Monochromatic Colors of #1D178D
Black with #1D178D
Text Example
Text Example
White with #1D178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D178D; }
p { color: rgb(29,23,141); }
H1.HeaderClassName
{
color: #1D178D;
}
.AnyTagClassName
{
color: #1D178D;
}
</style>
background-color css
<style>
a { background-color: #1D178D; }
a { background-color: rgb(29,23,141); }
div.DivClassName
{
background-color: #1D178D;
}
.BgClassName
{
background-color: #1D178D;
}
</style>
border-color css
<style>
span { border-color: #1D178D; }
span { border-color: rgb(29,23,141); }
td.TdClassName
{
border-color: #1D178D;
}
.TagClassName
{
border-color: #1D178D;
}
</style>