Shades of Ultramarine #171D8D
Tints of Ultramarine #171D8D
RGB
CMYK
RGB Variations
Color information
#171D8D (or 0x171D8D) is known color: Ultramarine. HEX triplet: 17, 1D and 8D. RGB value is (23,29,141). Sum of RGB (Red+Green+Blue) = 23+29+141=193 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.92% from 193); Green value is 29 (11.72% from 255 or 15.03% 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 #171D8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #171D8D is #E8E272. Grayscale: #272727. Windows color (decimal): -15262323 or 9248023. OLE color: 9248023.
HSL color Cylindrical-coordinate representation of color #171D8D: hue angle of 236.95º 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 #171D8D is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 29 | 141 | - |
| CMYK | 0.84 | 0.79 | 0 | 0.45 |
| HSL | 236.95º | 0.72% | 0.32% | - |
| HSV(B) | 236.95º | 0.84% | 0.55% | - |
| XYZ | 5.6 | 2.98 | 25.48 | - |
| YUV | 39.97 | 185.01 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 29 | 141 | 0.84 | 0.79 | 0 | 0.45 | 236.95 | 0.72 | 0.32 |
| Hex | 17 | 1D | 8D | 54 | 4F | 0 | 2D | ED | 48 | 20 |
| Octal | 27 | 35 | 215 | 124 | 117 | 0 | 55 | 355 | 110 | 40 |
| Binary | 10111 | 11101 | 10001101 | 1010100 | 1001111 | 0 | 101101 | 11101101 | 1001000 | 100000 |
Color Harmonies of #171D8D
Complementary color
Monochromatic Colors of #171D8D
Black with #171D8D
Text Example
Text Example
White with #171D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171D8D; }
p { color: rgb(23,29,141); }
H1.HeaderClassName
{
color: #171D8D;
}
.AnyTagClassName
{
color: #171D8D;
}
</style>
background-color css
<style>
a { background-color: #171D8D; }
a { background-color: rgb(23,29,141); }
div.DivClassName
{
background-color: #171D8D;
}
.BgClassName
{
background-color: #171D8D;
}
</style>
border-color css
<style>
span { border-color: #171D8D; }
span { border-color: rgb(23,29,141); }
td.TdClassName
{
border-color: #171D8D;
}
.TagClassName
{
border-color: #171D8D;
}
</style>