Shades of Ultramarine #102191
Tints of Ultramarine #102191
RGB
CMYK
RGB Variations
Color information
#102191 (or 0x102191) is known color: Ultramarine. HEX triplet: 10, 21 and 91. RGB value is (16,33,145). Sum of RGB (Red+Green+Blue) = 16+33+145=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 145 (57.03% from 255 or 74.74% from 194); Max value from RGB is 145 - color contains mainly: blue. Hex color #102191 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102191 is #EFDE6E. Grayscale: #282828. Windows color (decimal): -15720047 or 9511184. OLE color: 9511184.
HSL color Cylindrical-coordinate representation of color #102191: hue angle of 232.09º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #102191 is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 33 | 145 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.43 |
| HSL | 232.09º | 0.8% | 0.32% | - |
| HSV(B) | 232.09º | 0.89% | 0.57% | - |
| XYZ | 5.87 | 3.24 | 27.1 | - |
| YUV | 40.69 | 186.87 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 33 | 145 | 0.89 | 0.77 | 0 | 0.43 | 232.09 | 0.8 | 0.32 |
| Hex | 10 | 21 | 91 | 59 | 4D | 0 | 2B | E8 | 50 | 20 |
| Octal | 20 | 41 | 221 | 131 | 115 | 0 | 53 | 350 | 120 | 40 |
| Binary | 10000 | 100001 | 10010001 | 1011001 | 1001101 | 0 | 101011 | 11101000 | 1010000 | 100000 |
Color Harmonies of #102191
Complementary color
Monochromatic Colors of #102191
Black with #102191
Text Example
Text Example
White with #102191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102191; }
p { color: rgb(16,33,145); }
H1.HeaderClassName
{
color: #102191;
}
.AnyTagClassName
{
color: #102191;
}
</style>
background-color css
<style>
a { background-color: #102191; }
a { background-color: rgb(16,33,145); }
div.DivClassName
{
background-color: #102191;
}
.BgClassName
{
background-color: #102191;
}
</style>
border-color css
<style>
span { border-color: #102191; }
span { border-color: rgb(16,33,145); }
td.TdClassName
{
border-color: #102191;
}
.TagClassName
{
border-color: #102191;
}
</style>