Shades of Ultramarine #110497
Tints of Ultramarine #110497
RGB
CMYK
RGB Variations
Color information
#110497 (or 0x110497) is known color: Ultramarine. HEX triplet: 11, 04 and 97. RGB value is (17,4,151). Sum of RGB (Red+Green+Blue) = 17+4+151=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 151 (59.38% from 255 or 87.79% from 172); Max value from RGB is 151 - color contains mainly: blue. Hex color #110497 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110497 is #EEFB68. Grayscale: #181818. Windows color (decimal): -15661929 or 9896977. OLE color: 9896977.
HSL color Cylindrical-coordinate representation of color #110497: hue angle of 245.31º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #110497 is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 4 | 151 | - |
| CMYK | 0.89 | 0.97 | 0 | 0.41 |
| HSL | 245.31º | 0.95% | 0.3% | - |
| HSV(B) | 245.31º | 0.97% | 0.59% | - |
| XYZ | 5.86 | 2.44 | 29.44 | - |
| YUV | 24.65 | 199.31 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 4 | 151 | 0.89 | 0.97 | 0 | 0.41 | 245.31 | 0.95 | 0.3 |
| Hex | 11 | 4 | 97 | 59 | 61 | 0 | 29 | F5 | 5F | 1E |
| Octal | 21 | 4 | 227 | 131 | 141 | 0 | 51 | 365 | 137 | 36 |
| Binary | 10001 | 100 | 10010111 | 1011001 | 1100001 | 0 | 101001 | 11110101 | 1011111 | 11110 |
Color Harmonies of #110497
Complementary color
Monochromatic Colors of #110497
Black with #110497
Text Example
Text Example
White with #110497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110497; }
p { color: rgb(17,4,151); }
H1.HeaderClassName
{
color: #110497;
}
.AnyTagClassName
{
color: #110497;
}
</style>
background-color css
<style>
a { background-color: #110497; }
a { background-color: rgb(17,4,151); }
div.DivClassName
{
background-color: #110497;
}
.BgClassName
{
background-color: #110497;
}
</style>
border-color css
<style>
span { border-color: #110497; }
span { border-color: rgb(17,4,151); }
td.TdClassName
{
border-color: #110497;
}
.TagClassName
{
border-color: #110497;
}
</style>