Shades of Ultramarine #102193
Tints of Ultramarine #102193
RGB
CMYK
RGB Variations
Color information
#102193 (or 0x102193) is known color: Ultramarine. HEX triplet: 10, 21 and 93. RGB value is (16,33,147). Sum of RGB (Red+Green+Blue) = 16+33+147=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 147 (57.81% from 255 or 75% from 196); Max value from RGB is 147 - color contains mainly: blue. Hex color #102193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102193 is #EFDE6C. Grayscale: #282828. Windows color (decimal): -15720045 or 9642256. OLE color: 9642256.
HSL color Cylindrical-coordinate representation of color #102193: hue angle of 232.21º 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 #102193 is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 33 | 147 | - |
| CMYK | 0.89 | 0.78 | 0 | 0.42 |
| HSL | 232.21º | 0.8% | 0.32% | - |
| HSV(B) | 232.21º | 0.89% | 0.58% | - |
| XYZ | 6.02 | 3.3 | 27.92 | - |
| YUV | 40.91 | 187.87 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 33 | 147 | 0.89 | 0.78 | 0 | 0.42 | 232.21 | 0.8 | 0.32 |
| Hex | 10 | 21 | 93 | 59 | 4E | 0 | 2A | E8 | 50 | 20 |
| Octal | 20 | 41 | 223 | 131 | 116 | 0 | 52 | 350 | 120 | 40 |
| Binary | 10000 | 100001 | 10010011 | 1011001 | 1001110 | 0 | 101010 | 11101000 | 1010000 | 100000 |
Color Harmonies of #102193
Complementary color
Monochromatic Colors of #102193
Black with #102193
Text Example
Text Example
White with #102193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102193; }
p { color: rgb(16,33,147); }
H1.HeaderClassName
{
color: #102193;
}
.AnyTagClassName
{
color: #102193;
}
</style>
background-color css
<style>
a { background-color: #102193; }
a { background-color: rgb(16,33,147); }
div.DivClassName
{
background-color: #102193;
}
.BgClassName
{
background-color: #102193;
}
</style>
border-color css
<style>
span { border-color: #102193; }
span { border-color: rgb(16,33,147); }
td.TdClassName
{
border-color: #102193;
}
.TagClassName
{
border-color: #102193;
}
</style>