Shades of Ultramarine #171C86
Tints of Ultramarine #171C86
RGB
CMYK
RGB Variations
Color information
#171C86 (or 0x171C86) is known color: Ultramarine. HEX triplet: 17, 1C and 86. RGB value is (23,28,134). Sum of RGB (Red+Green+Blue) = 23+28+134=185 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.43% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 134 (52.73% from 255 or 72.43% from 185); Max value from RGB is 134 - color contains mainly: blue. Hex color #171C86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #171C86 is #E8E379. Grayscale: #262626. Windows color (decimal): -15262586 or 8789015. OLE color: 8789015.
HSL color Cylindrical-coordinate representation of color #171C86: hue angle of 237.3º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #171C86 is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 23 | 28 | 134 | - |
| CMYK | 0.83 | 0.79 | 0 | 0.47 |
| HSL | 237.3º | 0.71% | 0.31% | - |
| HSV(B) | 237.3º | 0.83% | 0.53% | - |
| XYZ | 5.07 | 2.73 | 22.81 | - |
| YUV | 38.59 | 181.84 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 28 | 134 | 0.83 | 0.79 | 0 | 0.47 | 237.3 | 0.71 | 0.31 |
| Hex | 17 | 1C | 86 | 53 | 4F | 0 | 2F | ED | 47 | 1F |
| Octal | 27 | 34 | 206 | 123 | 117 | 0 | 57 | 355 | 107 | 37 |
| Binary | 10111 | 11100 | 10000110 | 1010011 | 1001111 | 0 | 101111 | 11101101 | 1000111 | 11111 |
Color Harmonies of #171C86
Complementary color
Monochromatic Colors of #171C86
Black with #171C86
Text Example
Text Example
White with #171C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171C86; }
p { color: rgb(23,28,134); }
H1.HeaderClassName
{
color: #171C86;
}
.AnyTagClassName
{
color: #171C86;
}
</style>
background-color css
<style>
a { background-color: #171C86; }
a { background-color: rgb(23,28,134); }
div.DivClassName
{
background-color: #171C86;
}
.BgClassName
{
background-color: #171C86;
}
</style>
border-color css
<style>
span { border-color: #171C86; }
span { border-color: rgb(23,28,134); }
td.TdClassName
{
border-color: #171C86;
}
.TagClassName
{
border-color: #171C86;
}
</style>