Shades of Ultramarine #100886
Tints of Ultramarine #100886
RGB
CMYK
RGB Variations
Color information
#100886 (or 0x100886) is known color: Ultramarine. HEX triplet: 10, 08 and 86. RGB value is (16,8,134). Sum of RGB (Red+Green+Blue) = 16+8+134=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 134 (52.73% from 255 or 84.81% from 158); Max value from RGB is 134 - color contains mainly: blue. Hex color #100886 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100886 is #EFF779. Grayscale: #181818. Windows color (decimal): -15726458 or 8783888. OLE color: 8783888.
HSL color Cylindrical-coordinate representation of color #100886: hue angle of 243.81º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100886 is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 8 | 134 | - |
| CMYK | 0.88 | 0.94 | 0 | 0.47 |
| HSL | 243.81º | 0.89% | 0.28% | - |
| HSV(B) | 243.81º | 0.94% | 0.53% | - |
| XYZ | 4.6 | 2.01 | 22.7 | - |
| YUV | 24.76 | 189.65 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 8 | 134 | 0.88 | 0.94 | 0 | 0.47 | 243.81 | 0.89 | 0.28 |
| Hex | 10 | 8 | 86 | 58 | 5E | 0 | 2F | F4 | 59 | 1C |
| Octal | 20 | 10 | 206 | 130 | 136 | 0 | 57 | 364 | 131 | 34 |
| Binary | 10000 | 1000 | 10000110 | 1011000 | 1011110 | 0 | 101111 | 11110100 | 1011001 | 11100 |
Color Harmonies of #100886
Complementary color
Monochromatic Colors of #100886
Black with #100886
Text Example
Text Example
White with #100886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100886; }
p { color: rgb(16,8,134); }
H1.HeaderClassName
{
color: #100886;
}
.AnyTagClassName
{
color: #100886;
}
</style>
background-color css
<style>
a { background-color: #100886; }
a { background-color: rgb(16,8,134); }
div.DivClassName
{
background-color: #100886;
}
.BgClassName
{
background-color: #100886;
}
</style>
border-color css
<style>
span { border-color: #100886; }
span { border-color: rgb(16,8,134); }
td.TdClassName
{
border-color: #100886;
}
.TagClassName
{
border-color: #100886;
}
</style>