Shades of Ultramarine #100890
Tints of Ultramarine #100890
RGB
CMYK
RGB Variations
Color information
#100890 (or 0x100890) is known color: Ultramarine. HEX triplet: 10, 08 and 90. RGB value is (16,8,144). Sum of RGB (Red+Green+Blue) = 16+8+144=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 144 (56.64% from 255 or 85.71% from 168); Max value from RGB is 144 - color contains mainly: blue. Hex color #100890 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100890 is #EFF76F. Grayscale: #191919. Windows color (decimal): -15726448 or 9439248. OLE color: 9439248.
HSL color Cylindrical-coordinate representation of color #100890: hue angle of 243.53º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100890 is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 8 | 144 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.44 |
| HSL | 243.53º | 0.89% | 0.3% | - |
| HSV(B) | 243.53º | 0.94% | 0.56% | - |
| XYZ | 5.33 | 2.3 | 26.55 | - |
| YUV | 25.9 | 194.65 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 8 | 144 | 0.89 | 0.94 | 0 | 0.44 | 243.53 | 0.89 | 0.3 |
| Hex | 10 | 8 | 90 | 59 | 5E | 0 | 2C | F4 | 59 | 1E |
| Octal | 20 | 10 | 220 | 131 | 136 | 0 | 54 | 364 | 131 | 36 |
| Binary | 10000 | 1000 | 10010000 | 1011001 | 1011110 | 0 | 101100 | 11110100 | 1011001 | 11110 |
Color Harmonies of #100890
Complementary color
Monochromatic Colors of #100890
Black with #100890
Text Example
Text Example
White with #100890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100890; }
p { color: rgb(16,8,144); }
H1.HeaderClassName
{
color: #100890;
}
.AnyTagClassName
{
color: #100890;
}
</style>
background-color css
<style>
a { background-color: #100890; }
a { background-color: rgb(16,8,144); }
div.DivClassName
{
background-color: #100890;
}
.BgClassName
{
background-color: #100890;
}
</style>
border-color css
<style>
span { border-color: #100890; }
span { border-color: rgb(16,8,144); }
td.TdClassName
{
border-color: #100890;
}
.TagClassName
{
border-color: #100890;
}
</style>