Shades of Ultramarine #100196
Tints of Ultramarine #100196
RGB
CMYK
RGB Variations
Color information
#100196 (or 0x100196) is known color: Ultramarine. HEX triplet: 10, 01 and 96. RGB value is (16,1,150). Sum of RGB (Red+Green+Blue) = 16+1+150=167 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.58% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 150 (58.98% from 255 or 89.82% from 167); Max value from RGB is 150 - color contains mainly: blue. Hex color #100196 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100196 is #EFFE69. Grayscale: #151515. Windows color (decimal): -15728234 or 9830672. OLE color: 9830672.
HSL color Cylindrical-coordinate representation of color #100196: hue angle of 246.04º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #100196 is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 16 | 1 | 150 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.41 |
| HSL | 246.04º | 0.99% | 0.3% | - |
| HSV(B) | 246.04º | 0.99% | 0.59% | - |
| XYZ | 5.73 | 2.33 | 29 | - |
| YUV | 22.47 | 199.97 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 150 | 0.89 | 0.99 | 0 | 0.41 | 246.04 | 0.99 | 0.3 |
| Hex | 10 | 1 | 96 | 59 | 63 | 0 | 29 | F6 | 63 | 1E |
| Octal | 20 | 1 | 226 | 131 | 143 | 0 | 51 | 366 | 143 | 36 |
| Binary | 10000 | 1 | 10010110 | 1011001 | 1100011 | 0 | 101001 | 11110110 | 1100011 | 11110 |
Color Harmonies of #100196
Complementary color
Monochromatic Colors of #100196
Black with #100196
Text Example
Text Example
White with #100196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100196; }
p { color: rgb(16,1,150); }
H1.HeaderClassName
{
color: #100196;
}
.AnyTagClassName
{
color: #100196;
}
</style>
background-color css
<style>
a { background-color: #100196; }
a { background-color: rgb(16,1,150); }
div.DivClassName
{
background-color: #100196;
}
.BgClassName
{
background-color: #100196;
}
</style>
border-color css
<style>
span { border-color: #100196; }
span { border-color: rgb(16,1,150); }
td.TdClassName
{
border-color: #100196;
}
.TagClassName
{
border-color: #100196;
}
</style>