Shades of Ultramarine #100587
Tints of Ultramarine #100587
RGB
CMYK
RGB Variations
Color information
#100587 (or 0x100587) is known color: Ultramarine. HEX triplet: 10, 05 and 87. RGB value is (16,5,135). Sum of RGB (Red+Green+Blue) = 16+5+135=156 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.26% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 135 (53.12% from 255 or 86.54% from 156); Max value from RGB is 135 - color contains mainly: blue. Hex color #100587 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100587 is #EFFA78. Grayscale: #161616. Windows color (decimal): -15727225 or 8848656. OLE color: 8848656.
HSL color Cylindrical-coordinate representation of color #100587: hue angle of 245.08º 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 #100587 is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 5 | 135 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.47 |
| HSL | 245.08º | 0.93% | 0.27% | - |
| HSV(B) | 245.08º | 0.96% | 0.53% | - |
| XYZ | 4.64 | 1.97 | 23.06 | - |
| YUV | 23.11 | 191.14 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 5 | 135 | 0.88 | 0.96 | 0 | 0.47 | 245.08 | 0.93 | 0.27 |
| Hex | 10 | 5 | 87 | 58 | 60 | 0 | 2F | F5 | 5D | 1B |
| Octal | 20 | 5 | 207 | 130 | 140 | 0 | 57 | 365 | 135 | 33 |
| Binary | 10000 | 101 | 10000111 | 1011000 | 1100000 | 0 | 101111 | 11110101 | 1011101 | 11011 |
Color Harmonies of #100587
Complementary color
Monochromatic Colors of #100587
Black with #100587
Text Example
Text Example
White with #100587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100587; }
p { color: rgb(16,5,135); }
H1.HeaderClassName
{
color: #100587;
}
.AnyTagClassName
{
color: #100587;
}
</style>
background-color css
<style>
a { background-color: #100587; }
a { background-color: rgb(16,5,135); }
div.DivClassName
{
background-color: #100587;
}
.BgClassName
{
background-color: #100587;
}
</style>
border-color css
<style>
span { border-color: #100587; }
span { border-color: rgb(16,5,135); }
td.TdClassName
{
border-color: #100587;
}
.TagClassName
{
border-color: #100587;
}
</style>