Shades of Ultramarine #101096
Tints of Ultramarine #101096
RGB
CMYK
RGB Variations
Color information
#101096 (or 0x101096) is known color: Ultramarine. HEX triplet: 10, 10 and 96. RGB value is (16,16,150). Sum of RGB (Red+Green+Blue) = 16+16+150=182 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.79% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 150 (58.98% from 255 or 82.42% from 182); Max value from RGB is 150 - color contains mainly: blue. Hex color #101096 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101096 is #EFEF69. Grayscale: #1E1E1E. Windows color (decimal): -15724394 or 9834512. OLE color: 9834512.
HSL color Cylindrical-coordinate representation of color #101096: hue angle of 240º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #101096 is Cyan = 0.89, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 16 | 16 | 150 | - |
| CMYK | 0.89 | 0.89 | 0 | 0.41 |
| HSL | 240º | 0.81% | 0.33% | - |
| HSV(B) | 240º | 0.89% | 0.59% | - |
| XYZ | 5.9 | 2.68 | 29.06 | - |
| YUV | 31.28 | 195 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 16 | 150 | 0.89 | 0.89 | 0 | 0.41 | 240 | 0.81 | 0.33 |
| Hex | 10 | 10 | 96 | 59 | 59 | 0 | 29 | F0 | 51 | 21 |
| Octal | 20 | 20 | 226 | 131 | 131 | 0 | 51 | 360 | 121 | 41 |
| Binary | 10000 | 10000 | 10010110 | 1011001 | 1011001 | 0 | 101001 | 11110000 | 1010001 | 100001 |
Color Harmonies of #101096
Complementary color
Monochromatic Colors of #101096
Black with #101096
Text Example
Text Example
White with #101096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101096; }
p { color: rgb(16,16,150); }
H1.HeaderClassName
{
color: #101096;
}
.AnyTagClassName
{
color: #101096;
}
</style>
background-color css
<style>
a { background-color: #101096; }
a { background-color: rgb(16,16,150); }
div.DivClassName
{
background-color: #101096;
}
.BgClassName
{
background-color: #101096;
}
</style>
border-color css
<style>
span { border-color: #101096; }
span { border-color: rgb(16,16,150); }
td.TdClassName
{
border-color: #101096;
}
.TagClassName
{
border-color: #101096;
}
</style>