Shades of Ultramarine #100193
Tints of Ultramarine #100193
RGB
CMYK
RGB Variations
Color information
#100193 (or 0x100193) is known color: Ultramarine. HEX triplet: 10, 01 and 93. RGB value is (16,1,147). Sum of RGB (Red+Green+Blue) = 16+1+147=164 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.76% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 147 (57.81% from 255 or 89.63% from 164); Max value from RGB is 147 - color contains mainly: blue. Hex color #100193 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100193 is #EFFE6C. Grayscale: #151515. Windows color (decimal): -15728237 or 9634064. OLE color: 9634064.
HSL color Cylindrical-coordinate representation of color #100193: hue angle of 246.16º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #100193 is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 1 | 147 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.42 |
| HSL | 246.16º | 0.99% | 0.29% | - |
| HSV(B) | 246.16º | 0.99% | 0.58% | - |
| XYZ | 5.49 | 2.24 | 27.75 | - |
| YUV | 22.13 | 198.47 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 147 | 0.89 | 0.99 | 0 | 0.42 | 246.16 | 0.99 | 0.29 |
| Hex | 10 | 1 | 93 | 59 | 63 | 0 | 2A | F6 | 63 | 1D |
| Octal | 20 | 1 | 223 | 131 | 143 | 0 | 52 | 366 | 143 | 35 |
| Binary | 10000 | 1 | 10010011 | 1011001 | 1100011 | 0 | 101010 | 11110110 | 1100011 | 11101 |
Color Harmonies of #100193
Complementary color
Monochromatic Colors of #100193
Black with #100193
Text Example
Text Example
White with #100193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100193; }
p { color: rgb(16,1,147); }
H1.HeaderClassName
{
color: #100193;
}
.AnyTagClassName
{
color: #100193;
}
</style>
background-color css
<style>
a { background-color: #100193; }
a { background-color: rgb(16,1,147); }
div.DivClassName
{
background-color: #100193;
}
.BgClassName
{
background-color: #100193;
}
</style>
border-color css
<style>
span { border-color: #100193; }
span { border-color: rgb(16,1,147); }
td.TdClassName
{
border-color: #100193;
}
.TagClassName
{
border-color: #100193;
}
</style>