Shades of Ultramarine #101493
Tints of Ultramarine #101493
RGB
CMYK
RGB Variations
Color information
#101493 (or 0x101493) is known color: Ultramarine. HEX triplet: 10, 14 and 93. RGB value is (16,20,147). Sum of RGB (Red+Green+Blue) = 16+20+147=183 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.74% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 147 (57.81% from 255 or 80.33% from 183); Max value from RGB is 147 - color contains mainly: blue. Hex color #101493 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101493 is #EFEB6C. Grayscale: #202020. Windows color (decimal): -15723373 or 9638928. OLE color: 9638928.
HSL color Cylindrical-coordinate representation of color #101493: hue angle of 238.17º 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 #101493 is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 20 | 147 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.42 |
| HSL | 238.17º | 0.8% | 0.32% | - |
| HSV(B) | 238.17º | 0.89% | 0.58% | - |
| XYZ | 5.73 | 2.72 | 27.83 | - |
| YUV | 33.28 | 192.17 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 147 | 0.89 | 0.86 | 0 | 0.42 | 238.17 | 0.8 | 0.32 |
| Hex | 10 | 14 | 93 | 59 | 56 | 0 | 2A | EE | 50 | 20 |
| Octal | 20 | 24 | 223 | 131 | 126 | 0 | 52 | 356 | 120 | 40 |
| Binary | 10000 | 10100 | 10010011 | 1011001 | 1010110 | 0 | 101010 | 11101110 | 1010000 | 100000 |
Color Harmonies of #101493
Complementary color
Monochromatic Colors of #101493
Black with #101493
Text Example
Text Example
White with #101493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101493; }
p { color: rgb(16,20,147); }
H1.HeaderClassName
{
color: #101493;
}
.AnyTagClassName
{
color: #101493;
}
</style>
background-color css
<style>
a { background-color: #101493; }
a { background-color: rgb(16,20,147); }
div.DivClassName
{
background-color: #101493;
}
.BgClassName
{
background-color: #101493;
}
</style>
border-color css
<style>
span { border-color: #101493; }
span { border-color: rgb(16,20,147); }
td.TdClassName
{
border-color: #101493;
}
.TagClassName
{
border-color: #101493;
}
</style>