Shades of Ultramarine #100586
Tints of Ultramarine #100586
RGB
CMYK
RGB Variations
Color information
#100586 (or 0x100586) is known color: Ultramarine. HEX triplet: 10, 05 and 86. RGB value is (16,5,134). Sum of RGB (Red+Green+Blue) = 16+5+134=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 134 (52.73% from 255 or 86.45% from 155); Max value from RGB is 134 - color contains mainly: blue. Hex color #100586 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100586 is #EFFA79. Grayscale: #161616. Windows color (decimal): -15727226 or 8783120. OLE color: 8783120.
HSL color Cylindrical-coordinate representation of color #100586: hue angle of 245.12º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #100586 is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 5 | 134 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.47 |
| HSL | 245.12º | 0.93% | 0.27% | - |
| HSV(B) | 245.12º | 0.96% | 0.53% | - |
| XYZ | 4.57 | 1.94 | 22.69 | - |
| YUV | 23 | 190.64 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 5 | 134 | 0.88 | 0.96 | 0 | 0.47 | 245.12 | 0.93 | 0.27 |
| Hex | 10 | 5 | 86 | 58 | 60 | 0 | 2F | F5 | 5D | 1B |
| Octal | 20 | 5 | 206 | 130 | 140 | 0 | 57 | 365 | 135 | 33 |
| Binary | 10000 | 101 | 10000110 | 1011000 | 1100000 | 0 | 101111 | 11110101 | 1011101 | 11011 |
Color Harmonies of #100586
Complementary color
Monochromatic Colors of #100586
Black with #100586
Text Example
Text Example
White with #100586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100586; }
p { color: rgb(16,5,134); }
H1.HeaderClassName
{
color: #100586;
}
.AnyTagClassName
{
color: #100586;
}
</style>
background-color css
<style>
a { background-color: #100586; }
a { background-color: rgb(16,5,134); }
div.DivClassName
{
background-color: #100586;
}
.BgClassName
{
background-color: #100586;
}
</style>
border-color css
<style>
span { border-color: #100586; }
span { border-color: rgb(16,5,134); }
td.TdClassName
{
border-color: #100586;
}
.TagClassName
{
border-color: #100586;
}
</style>