Shades of Ultramarine #100197
Tints of Ultramarine #100197
RGB
CMYK
RGB Variations
Color information
#100197 (or 0x100197) is known color: Ultramarine. HEX triplet: 10, 01 and 97. RGB value is (16,1,151). Sum of RGB (Red+Green+Blue) = 16+1+151=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 151 (59.38% from 255 or 89.88% from 168); Max value from RGB is 151 - color contains mainly: blue. Hex color #100197 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100197 is #EFFE68. Grayscale: #161616. Windows color (decimal): -15728233 or 9896208. OLE color: 9896208.
HSL color Cylindrical-coordinate representation of color #100197: hue angle of 246º 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 #100197 is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 16 | 1 | 151 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.41 |
| HSL | 246º | 0.99% | 0.3% | - |
| HSV(B) | 246º | 0.99% | 0.59% | - |
| XYZ | 5.81 | 2.37 | 29.43 | - |
| YUV | 22.59 | 200.47 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 151 | 0.89 | 0.99 | 0 | 0.41 | 246 | 0.99 | 0.3 |
| Hex | 10 | 1 | 97 | 59 | 63 | 0 | 29 | F6 | 63 | 1E |
| Octal | 20 | 1 | 227 | 131 | 143 | 0 | 51 | 366 | 143 | 36 |
| Binary | 10000 | 1 | 10010111 | 1011001 | 1100011 | 0 | 101001 | 11110110 | 1100011 | 11110 |
Color Harmonies of #100197
Complementary color
Monochromatic Colors of #100197
Black with #100197
Text Example
Text Example
White with #100197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100197; }
p { color: rgb(16,1,151); }
H1.HeaderClassName
{
color: #100197;
}
.AnyTagClassName
{
color: #100197;
}
</style>
background-color css
<style>
a { background-color: #100197; }
a { background-color: rgb(16,1,151); }
div.DivClassName
{
background-color: #100197;
}
.BgClassName
{
background-color: #100197;
}
</style>
border-color css
<style>
span { border-color: #100197; }
span { border-color: rgb(16,1,151); }
td.TdClassName
{
border-color: #100197;
}
.TagClassName
{
border-color: #100197;
}
</style>