Shades of Ultramarine #101293
Tints of Ultramarine #101293
RGB
CMYK
RGB Variations
Color information
#101293 (or 0x101293) is known color: Ultramarine. HEX triplet: 10, 12 and 93. RGB value is (16,18,147). Sum of RGB (Red+Green+Blue) = 16+18+147=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 147 (57.81% from 255 or 81.22% from 181); Max value from RGB is 147 - color contains mainly: blue. Hex color #101293 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101293 is #EFED6C. Grayscale: #1F1F1F. Windows color (decimal): -15723885 or 9638416. OLE color: 9638416.
HSL color Cylindrical-coordinate representation of color #101293: hue angle of 239.08º 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 #101293 is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 18 | 147 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.42 |
| HSL | 239.08º | 0.8% | 0.32% | - |
| HSV(B) | 239.08º | 0.89% | 0.58% | - |
| XYZ | 5.7 | 2.65 | 27.81 | - |
| YUV | 32.11 | 192.84 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 18 | 147 | 0.89 | 0.88 | 0 | 0.42 | 239.08 | 0.8 | 0.32 |
| Hex | 10 | 12 | 93 | 59 | 58 | 0 | 2A | EF | 50 | 20 |
| Octal | 20 | 22 | 223 | 131 | 130 | 0 | 52 | 357 | 120 | 40 |
| Binary | 10000 | 10010 | 10010011 | 1011001 | 1011000 | 0 | 101010 | 11101111 | 1010000 | 100000 |
Color Harmonies of #101293
Complementary color
Monochromatic Colors of #101293
Black with #101293
Text Example
Text Example
White with #101293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101293; }
p { color: rgb(16,18,147); }
H1.HeaderClassName
{
color: #101293;
}
.AnyTagClassName
{
color: #101293;
}
</style>
background-color css
<style>
a { background-color: #101293; }
a { background-color: rgb(16,18,147); }
div.DivClassName
{
background-color: #101293;
}
.BgClassName
{
background-color: #101293;
}
</style>
border-color css
<style>
span { border-color: #101293; }
span { border-color: rgb(16,18,147); }
td.TdClassName
{
border-color: #101293;
}
.TagClassName
{
border-color: #101293;
}
</style>