Shades of Ultramarine #100786
Tints of Ultramarine #100786
RGB
CMYK
RGB Variations
Color information
#100786 (or 0x100786) is known color: Ultramarine. HEX triplet: 10, 07 and 86. RGB value is (16,7,134). Sum of RGB (Red+Green+Blue) = 16+7+134=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 134 (52.73% from 255 or 85.35% from 157); Max value from RGB is 134 - color contains mainly: blue. Hex color #100786 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100786 is #EFF879. Grayscale: #171717. Windows color (decimal): -15726714 or 8783632. OLE color: 8783632.
HSL color Cylindrical-coordinate representation of color #100786: hue angle of 244.25º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100786 is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 7 | 134 | - |
| CMYK | 0.88 | 0.95 | 0 | 0.47 |
| HSL | 244.25º | 0.9% | 0.28% | - |
| HSV(B) | 244.25º | 0.95% | 0.53% | - |
| XYZ | 4.59 | 1.98 | 22.7 | - |
| YUV | 24.17 | 189.98 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 134 | 0.88 | 0.95 | 0 | 0.47 | 244.25 | 0.9 | 0.28 |
| Hex | 10 | 7 | 86 | 58 | 5F | 0 | 2F | F4 | 5A | 1C |
| Octal | 20 | 7 | 206 | 130 | 137 | 0 | 57 | 364 | 132 | 34 |
| Binary | 10000 | 111 | 10000110 | 1011000 | 1011111 | 0 | 101111 | 11110100 | 1011010 | 11100 |
Color Harmonies of #100786
Complementary color
Monochromatic Colors of #100786
Black with #100786
Text Example
Text Example
White with #100786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100786; }
p { color: rgb(16,7,134); }
H1.HeaderClassName
{
color: #100786;
}
.AnyTagClassName
{
color: #100786;
}
</style>
background-color css
<style>
a { background-color: #100786; }
a { background-color: rgb(16,7,134); }
div.DivClassName
{
background-color: #100786;
}
.BgClassName
{
background-color: #100786;
}
</style>
border-color css
<style>
span { border-color: #100786; }
span { border-color: rgb(16,7,134); }
td.TdClassName
{
border-color: #100786;
}
.TagClassName
{
border-color: #100786;
}
</style>