Shades of Ultramarine #110580
Tints of Ultramarine #110580
RGB
CMYK
RGB Variations
Color information
#110580 (or 0x110580) is known color: Ultramarine. HEX triplet: 11, 05 and 80. RGB value is (17,5,128). Sum of RGB (Red+Green+Blue) = 17+5+128=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 128 (50.39% from 255 or 85.33% from 150); Max value from RGB is 128 - color contains mainly: blue. Hex color #110580 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110580 is #EEFA7F. Grayscale: #161616. Windows color (decimal): -15661696 or 8389905. OLE color: 8389905.
HSL color Cylindrical-coordinate representation of color #110580: hue angle of 245.85º 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 #110580 is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 17 | 5 | 128 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.50 |
| HSL | 245.85º | 0.92% | 0.26% | - |
| HSV(B) | 245.85º | 0.96% | 0.5% | - |
| XYZ | 4.18 | 1.79 | 20.55 | - |
| YUV | 22.61 | 187.48 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 5 | 128 | 0.87 | 0.96 | 0 | 0.50 | 245.85 | 0.92 | 0.26 |
| Hex | 11 | 5 | 80 | 57 | 60 | 0 | 32 | F6 | 5C | 1A |
| Octal | 21 | 5 | 200 | 127 | 140 | 0 | 62 | 366 | 134 | 32 |
| Binary | 10001 | 101 | 10000000 | 1010111 | 1100000 | 0 | 110010 | 11110110 | 1011100 | 11010 |
Color Harmonies of #110580
Complementary color
Monochromatic Colors of #110580
Black with #110580
Text Example
Text Example
White with #110580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110580; }
p { color: rgb(17,5,128); }
H1.HeaderClassName
{
color: #110580;
}
.AnyTagClassName
{
color: #110580;
}
</style>
background-color css
<style>
a { background-color: #110580; }
a { background-color: rgb(17,5,128); }
div.DivClassName
{
background-color: #110580;
}
.BgClassName
{
background-color: #110580;
}
</style>
border-color css
<style>
span { border-color: #110580; }
span { border-color: rgb(17,5,128); }
td.TdClassName
{
border-color: #110580;
}
.TagClassName
{
border-color: #110580;
}
</style>