Shades of Ultramarine #110A85
Tints of Ultramarine #110A85
RGB
CMYK
RGB Variations
Color information
#110A85 (or 0x110A85) is known color: Ultramarine. HEX triplet: 11, 0A and 85. RGB value is (17,10,133). Sum of RGB (Red+Green+Blue) = 17+10+133=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 10 (4.30% from 255 or 6.25% from 160); Blue value is 133 (52.34% from 255 or 83.12% from 160); Max value from RGB is 133 - color contains mainly: blue. Hex color #110A85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110A85 is #EEF57A. Grayscale: #191919. Windows color (decimal): -15660411 or 8718865. OLE color: 8718865.
HSL color Cylindrical-coordinate representation of color #110A85: hue angle of 243.41º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #110A85 is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 10 | 133 | - |
| CMYK | 0.87 | 0.92 | 0 | 0.48 |
| HSL | 243.41º | 0.86% | 0.28% | - |
| HSV(B) | 243.41º | 0.92% | 0.52% | - |
| XYZ | 4.57 | 2.03 | 22.34 | - |
| YUV | 26.12 | 188.32 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 10 | 133 | 0.87 | 0.92 | 0 | 0.48 | 243.41 | 0.86 | 0.28 |
| Hex | 11 | A | 85 | 57 | 5C | 0 | 30 | F3 | 56 | 1C |
| Octal | 21 | 12 | 205 | 127 | 134 | 0 | 60 | 363 | 126 | 34 |
| Binary | 10001 | 1010 | 10000101 | 1010111 | 1011100 | 0 | 110000 | 11110011 | 1010110 | 11100 |
Color Harmonies of #110A85
Complementary color
Monochromatic Colors of #110A85
Black with #110A85
Text Example
Text Example
White with #110A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110A85; }
p { color: rgb(17,10,133); }
H1.HeaderClassName
{
color: #110A85;
}
.AnyTagClassName
{
color: #110A85;
}
</style>
background-color css
<style>
a { background-color: #110A85; }
a { background-color: rgb(17,10,133); }
div.DivClassName
{
background-color: #110A85;
}
.BgClassName
{
background-color: #110A85;
}
</style>
border-color css
<style>
span { border-color: #110A85; }
span { border-color: rgb(17,10,133); }
td.TdClassName
{
border-color: #110A85;
}
.TagClassName
{
border-color: #110A85;
}
</style>