Shades of Ultramarine #170A87
Tints of Ultramarine #170A87
RGB
CMYK
RGB Variations
Color information
#170A87 (or 0x170A87) is known color: Ultramarine. HEX triplet: 17, 0A and 87. RGB value is (23,10,135). Sum of RGB (Red+Green+Blue) = 23+10+135=168 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.69% from 168); Green value is 10 (4.30% from 255 or 5.95% from 168); Blue value is 135 (53.12% from 255 or 80.36% from 168); Max value from RGB is 135 - color contains mainly: blue. Hex color #170A87 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170A87 is #E8F578. Grayscale: #1B1B1B. Windows color (decimal): -15267193 or 8849943. OLE color: 8849943.
HSL color Cylindrical-coordinate representation of color #170A87: hue angle of 246.24º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #170A87 is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 23 | 10 | 135 | - |
| CMYK | 0.83 | 0.93 | 0 | 0.47 |
| HSL | 246.24º | 0.86% | 0.28% | - |
| HSV(B) | 246.24º | 0.93% | 0.53% | - |
| XYZ | 4.84 | 2.15 | 23.08 | - |
| YUV | 28.14 | 188.31 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 10 | 135 | 0.83 | 0.93 | 0 | 0.47 | 246.24 | 0.86 | 0.28 |
| Hex | 17 | A | 87 | 53 | 5D | 0 | 2F | F6 | 56 | 1C |
| Octal | 27 | 12 | 207 | 123 | 135 | 0 | 57 | 366 | 126 | 34 |
| Binary | 10111 | 1010 | 10000111 | 1010011 | 1011101 | 0 | 101111 | 11110110 | 1010110 | 11100 |
Color Harmonies of #170A87
Complementary color
Monochromatic Colors of #170A87
Black with #170A87
Text Example
Text Example
White with #170A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170A87; }
p { color: rgb(23,10,135); }
H1.HeaderClassName
{
color: #170A87;
}
.AnyTagClassName
{
color: #170A87;
}
</style>
background-color css
<style>
a { background-color: #170A87; }
a { background-color: rgb(23,10,135); }
div.DivClassName
{
background-color: #170A87;
}
.BgClassName
{
background-color: #170A87;
}
</style>
border-color css
<style>
span { border-color: #170A87; }
span { border-color: rgb(23,10,135); }
td.TdClassName
{
border-color: #170A87;
}
.TagClassName
{
border-color: #170A87;
}
</style>