Shades of Ultramarine #101193
Tints of Ultramarine #101193
RGB
CMYK
RGB Variations
Color information
#101193 (or 0x101193) is known color: Ultramarine. HEX triplet: 10, 11 and 93. RGB value is (16,17,147). Sum of RGB (Red+Green+Blue) = 16+17+147=180 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.89% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 147 (57.81% from 255 or 81.67% from 180); Max value from RGB is 147 - color contains mainly: blue. Hex color #101193 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101193 is #EFEE6C. Grayscale: #1F1F1F. Windows color (decimal): -15724141 or 9638160. OLE color: 9638160.
HSL color Cylindrical-coordinate representation of color #101193: hue angle of 239.54º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #101193 is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 17 | 147 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.42 |
| HSL | 239.54º | 0.8% | 0.32% | - |
| HSV(B) | 239.54º | 0.89% | 0.58% | - |
| XYZ | 5.68 | 2.62 | 27.81 | - |
| YUV | 31.52 | 193.17 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 17 | 147 | 0.89 | 0.88 | 0 | 0.42 | 239.54 | 0.8 | 0.32 |
| Hex | 10 | 11 | 93 | 59 | 58 | 0 | 2A | F0 | 50 | 20 |
| Octal | 20 | 21 | 223 | 131 | 130 | 0 | 52 | 360 | 120 | 40 |
| Binary | 10000 | 10001 | 10010011 | 1011001 | 1011000 | 0 | 101010 | 11110000 | 1010000 | 100000 |
Color Harmonies of #101193
Complementary color
Monochromatic Colors of #101193
Black with #101193
Text Example
Text Example
White with #101193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101193; }
p { color: rgb(16,17,147); }
H1.HeaderClassName
{
color: #101193;
}
.AnyTagClassName
{
color: #101193;
}
</style>
background-color css
<style>
a { background-color: #101193; }
a { background-color: rgb(16,17,147); }
div.DivClassName
{
background-color: #101193;
}
.BgClassName
{
background-color: #101193;
}
</style>
border-color css
<style>
span { border-color: #101193; }
span { border-color: rgb(16,17,147); }
td.TdClassName
{
border-color: #101193;
}
.TagClassName
{
border-color: #101193;
}
</style>