Shades of Ultramarine #1107A1
Tints of Ultramarine #1107A1
RGB
CMYK
RGB Variations
Color information
#1107A1 (or 0x1107A1) is known color: Ultramarine. HEX triplet: 11, 07 and A1. RGB value is (17,7,161). Sum of RGB (Red+Green+Blue) = 17+7+161=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 161 (63.28% from 255 or 87.03% from 185); Max value from RGB is 161 - color contains mainly: blue. Hex color #1107A1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1107A1 is #EEF85E. Grayscale: #1A1A1A. Windows color (decimal): -15661151 or 10553105. OLE color: 10553105.
HSL color Cylindrical-coordinate representation of color #1107A1: hue angle of 243.9º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1107A1 is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 17 | 7 | 161 | - |
| CMYK | 0.89 | 0.96 | 0 | 0.37 |
| HSL | 243.9º | 0.92% | 0.33% | - |
| HSV(B) | 243.9º | 0.96% | 0.63% | - |
| XYZ | 6.74 | 2.84 | 33.91 | - |
| YUV | 27.55 | 203.31 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 7 | 161 | 0.89 | 0.96 | 0 | 0.37 | 243.9 | 0.92 | 0.33 |
| Hex | 11 | 7 | A1 | 59 | 60 | 0 | 25 | F4 | 5C | 21 |
| Octal | 21 | 7 | 241 | 131 | 140 | 0 | 45 | 364 | 134 | 41 |
| Binary | 10001 | 111 | 10100001 | 1011001 | 1100000 | 0 | 100101 | 11110100 | 1011100 | 100001 |
Color Harmonies of #1107A1
Complementary color
Monochromatic Colors of #1107A1
Black with #1107A1
Text Example
Text Example
White with #1107A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1107A1; }
p { color: rgb(17,7,161); }
H1.HeaderClassName
{
color: #1107A1;
}
.AnyTagClassName
{
color: #1107A1;
}
</style>
background-color css
<style>
a { background-color: #1107A1; }
a { background-color: rgb(17,7,161); }
div.DivClassName
{
background-color: #1107A1;
}
.BgClassName
{
background-color: #1107A1;
}
</style>
border-color css
<style>
span { border-color: #1107A1; }
span { border-color: rgb(17,7,161); }
td.TdClassName
{
border-color: #1107A1;
}
.TagClassName
{
border-color: #1107A1;
}
</style>