Shades of Ultramarine #100A96
Tints of Ultramarine #100A96
RGB
CMYK
RGB Variations
Color information
#100A96 (or 0x100A96) is known color: Ultramarine. HEX triplet: 10, 0A and 96. RGB value is (16,10,150). Sum of RGB (Red+Green+Blue) = 16+10+150=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 10 (4.30% from 255 or 5.68% from 176); Blue value is 150 (58.98% from 255 or 85.23% from 176); Max value from RGB is 150 - color contains mainly: blue. Hex color #100A96 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100A96 is #EFF569. Grayscale: #1B1B1B. Windows color (decimal): -15725930 or 9832976. OLE color: 9832976.
HSL color Cylindrical-coordinate representation of color #100A96: hue angle of 242.57º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #100A96 is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 16 | 10 | 150 | - |
| CMYK | 0.89 | 0.93 | 0 | 0.41 |
| HSL | 242.57º | 0.88% | 0.31% | - |
| HSV(B) | 242.57º | 0.93% | 0.59% | - |
| XYZ | 5.83 | 2.53 | 29.04 | - |
| YUV | 27.75 | 196.99 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 10 | 150 | 0.89 | 0.93 | 0 | 0.41 | 242.57 | 0.88 | 0.31 |
| Hex | 10 | A | 96 | 59 | 5D | 0 | 29 | F3 | 58 | 1F |
| Octal | 20 | 12 | 226 | 131 | 135 | 0 | 51 | 363 | 130 | 37 |
| Binary | 10000 | 1010 | 10010110 | 1011001 | 1011101 | 0 | 101001 | 11110011 | 1011000 | 11111 |
Color Harmonies of #100A96
Complementary color
Monochromatic Colors of #100A96
Black with #100A96
Text Example
Text Example
White with #100A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100A96; }
p { color: rgb(16,10,150); }
H1.HeaderClassName
{
color: #100A96;
}
.AnyTagClassName
{
color: #100A96;
}
</style>
background-color css
<style>
a { background-color: #100A96; }
a { background-color: rgb(16,10,150); }
div.DivClassName
{
background-color: #100A96;
}
.BgClassName
{
background-color: #100A96;
}
</style>
border-color css
<style>
span { border-color: #100A96; }
span { border-color: rgb(16,10,150); }
td.TdClassName
{
border-color: #100A96;
}
.TagClassName
{
border-color: #100A96;
}
</style>