Shades of Ultramarine #170580
Tints of Ultramarine #170580
RGB
CMYK
RGB Variations
Color information
#170580 (or 0x170580) is known color: Ultramarine. HEX triplet: 17, 05 and 80. RGB value is (23,5,128). Sum of RGB (Red+Green+Blue) = 23+5+128=156 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.74% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 128 (50.39% from 255 or 82.05% from 156); Max value from RGB is 128 - color contains mainly: blue. Hex color #170580 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170580 is #E8FA7F. Grayscale: #171717. Windows color (decimal): -15268480 or 8389911. OLE color: 8389911.
HSL color Cylindrical-coordinate representation of color #170580: hue angle of 248.78º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #170580 is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 5 | 128 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.50 |
| HSL | 248.78º | 0.92% | 0.26% | - |
| HSV(B) | 248.78º | 0.96% | 0.5% | - |
| XYZ | 4.3 | 1.85 | 20.55 | - |
| YUV | 24.4 | 186.46 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 5 | 128 | 0.82 | 0.96 | 0 | 0.50 | 248.78 | 0.92 | 0.26 |
| Hex | 17 | 5 | 80 | 52 | 60 | 0 | 32 | F9 | 5C | 1A |
| Octal | 27 | 5 | 200 | 122 | 140 | 0 | 62 | 371 | 134 | 32 |
| Binary | 10111 | 101 | 10000000 | 1010010 | 1100000 | 0 | 110010 | 11111001 | 1011100 | 11010 |
Color Harmonies of #170580
Complementary color
Monochromatic Colors of #170580
Black with #170580
Text Example
Text Example
White with #170580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170580; }
p { color: rgb(23,5,128); }
H1.HeaderClassName
{
color: #170580;
}
.AnyTagClassName
{
color: #170580;
}
</style>
background-color css
<style>
a { background-color: #170580; }
a { background-color: rgb(23,5,128); }
div.DivClassName
{
background-color: #170580;
}
.BgClassName
{
background-color: #170580;
}
</style>
border-color css
<style>
span { border-color: #170580; }
span { border-color: rgb(23,5,128); }
td.TdClassName
{
border-color: #170580;
}
.TagClassName
{
border-color: #170580;
}
</style>