Shades of Ultramarine #100086
Tints of Ultramarine #100086
RGB
CMYK
RGB Variations
Color information
#100086 (or 0x100086) is known color: Ultramarine. HEX triplet: 10, 00 and 86. RGB value is (16,0,134). Sum of RGB (Red+Green+Blue) = 16+0+134=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 134 (52.73% from 255 or 89.33% from 150); Max value from RGB is 134 - color contains mainly: blue. Hex color #100086 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100086 is #EFFF79. Grayscale: #131313. Windows color (decimal): -15728506 or 8781840. OLE color: 8781840.
HSL color Cylindrical-coordinate representation of color #100086: hue angle of 247.16º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #100086 is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 0 | 134 | - |
| CMYK | 0.88 | 1 | 0 | 0.47 |
| HSL | 247.16º | 1% | 0.26% | - |
| HSV(B) | 247.16º | 1% | 0.53% | - |
| XYZ | 4.52 | 1.83 | 22.67 | - |
| YUV | 20.06 | 192.3 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 0 | 134 | 0.88 | 1 | 0 | 0.47 | 247.16 | 1 | 0.26 |
| Hex | 10 | 0 | 86 | 58 | 64 | 0 | 2F | F7 | 64 | 1A |
| Octal | 20 | 0 | 206 | 130 | 144 | 0 | 57 | 367 | 144 | 32 |
| Binary | 10000 | 0 | 10000110 | 1011000 | 1100100 | 0 | 101111 | 11110111 | 1100100 | 11010 |
Color Harmonies of #100086
Complementary color
Monochromatic Colors of #100086
Black with #100086
Text Example
Text Example
White with #100086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100086; }
p { color: rgb(16,0,134); }
H1.HeaderClassName
{
color: #100086;
}
.AnyTagClassName
{
color: #100086;
}
</style>
background-color css
<style>
a { background-color: #100086; }
a { background-color: rgb(16,0,134); }
div.DivClassName
{
background-color: #100086;
}
.BgClassName
{
background-color: #100086;
}
</style>
border-color css
<style>
span { border-color: #100086; }
span { border-color: rgb(16,0,134); }
td.TdClassName
{
border-color: #100086;
}
.TagClassName
{
border-color: #100086;
}
</style>