Shades of Ultramarine #101087
Tints of Ultramarine #101087
RGB
CMYK
RGB Variations
Color information
#101087 (or 0x101087) is known color: Ultramarine. HEX triplet: 10, 10 and 87. RGB value is (16,16,135). Sum of RGB (Red+Green+Blue) = 16+16+135=167 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.58% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 135 (53.12% from 255 or 80.84% from 167); Max value from RGB is 135 - color contains mainly: blue. Hex color #101087 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101087 is #EFEF78. Grayscale: #1D1D1D. Windows color (decimal): -15724409 or 8851472. OLE color: 8851472.
HSL color Cylindrical-coordinate representation of color #101087: hue angle of 240º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #101087 is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 16 | 135 | - |
| CMYK | 0.88 | 0.88 | 0 | 0.47 |
| HSL | 240º | 0.79% | 0.3% | - |
| HSV(B) | 240º | 0.88% | 0.53% | - |
| XYZ | 4.77 | 2.23 | 23.1 | - |
| YUV | 29.57 | 187.5 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 16 | 135 | 0.88 | 0.88 | 0 | 0.47 | 240 | 0.79 | 0.3 |
| Hex | 10 | 10 | 87 | 58 | 58 | 0 | 2F | F0 | 4F | 1E |
| Octal | 20 | 20 | 207 | 130 | 130 | 0 | 57 | 360 | 117 | 36 |
| Binary | 10000 | 10000 | 10000111 | 1011000 | 1011000 | 0 | 101111 | 11110000 | 1001111 | 11110 |
Color Harmonies of #101087
Complementary color
Monochromatic Colors of #101087
Black with #101087
Text Example
Text Example
White with #101087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101087; }
p { color: rgb(16,16,135); }
H1.HeaderClassName
{
color: #101087;
}
.AnyTagClassName
{
color: #101087;
}
</style>
background-color css
<style>
a { background-color: #101087; }
a { background-color: rgb(16,16,135); }
div.DivClassName
{
background-color: #101087;
}
.BgClassName
{
background-color: #101087;
}
</style>
border-color css
<style>
span { border-color: #101087; }
span { border-color: rgb(16,16,135); }
td.TdClassName
{
border-color: #101087;
}
.TagClassName
{
border-color: #101087;
}
</style>