Shades of Ultramarine #170D95
Tints of Ultramarine #170D95
RGB
CMYK
RGB Variations
Color information
#170D95 (or 0x170D95) is known color: Ultramarine. HEX triplet: 17, 0D and 95. RGB value is (23,13,149). Sum of RGB (Red+Green+Blue) = 23+13+149=185 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.43% from 185); Green value is 13 (5.47% from 255 or 7.03% from 185); Blue value is 149 (58.59% from 255 or 80.54% from 185); Max value from RGB is 149 - color contains mainly: blue. Hex color #170D95 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170D95 is #E8F26A. Grayscale: #1E1E1E. Windows color (decimal): -15266411 or 9768215. OLE color: 9768215.
HSL color Cylindrical-coordinate representation of color #170D95: hue angle of 244.41º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #170D95 is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 23 | 13 | 149 | - |
| CMYK | 0.85 | 0.91 | 0 | 0.42 |
| HSL | 244.41º | 0.84% | 0.32% | - |
| HSV(B) | 244.41º | 0.91% | 0.58% | - |
| XYZ | 5.92 | 2.64 | 28.63 | - |
| YUV | 31.49 | 194.31 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 13 | 149 | 0.85 | 0.91 | 0 | 0.42 | 244.41 | 0.84 | 0.32 |
| Hex | 17 | D | 95 | 55 | 5B | 0 | 2A | F4 | 54 | 20 |
| Octal | 27 | 15 | 225 | 125 | 133 | 0 | 52 | 364 | 124 | 40 |
| Binary | 10111 | 1101 | 10010101 | 1010101 | 1011011 | 0 | 101010 | 11110100 | 1010100 | 100000 |
Color Harmonies of #170D95
Complementary color
Monochromatic Colors of #170D95
Black with #170D95
Text Example
Text Example
White with #170D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170D95; }
p { color: rgb(23,13,149); }
H1.HeaderClassName
{
color: #170D95;
}
.AnyTagClassName
{
color: #170D95;
}
</style>
background-color css
<style>
a { background-color: #170D95; }
a { background-color: rgb(23,13,149); }
div.DivClassName
{
background-color: #170D95;
}
.BgClassName
{
background-color: #170D95;
}
</style>
border-color css
<style>
span { border-color: #170D95; }
span { border-color: rgb(23,13,149); }
td.TdClassName
{
border-color: #170D95;
}
.TagClassName
{
border-color: #170D95;
}
</style>