Shades of Ultramarine #16109D
Tints of Ultramarine #16109D
RGB
CMYK
RGB Variations
Color information
#16109D (or 0x16109D) is known color: Ultramarine. HEX triplet: 16, 10 and 9D. RGB value is (22,16,157). Sum of RGB (Red+Green+Blue) = 22+16+157=195 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.28% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 157 (61.72% from 255 or 80.51% from 195); Max value from RGB is 157 - color contains mainly: blue. Hex color #16109D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16109D is #E9EF62. Grayscale: #212121. Windows color (decimal): -15331171 or 10293270. OLE color: 10293270.
HSL color Cylindrical-coordinate representation of color #16109D: hue angle of 242.55º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16109D is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 16 | 157 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.38 |
| HSL | 242.55º | 0.82% | 0.34% | - |
| HSV(B) | 242.55º | 0.9% | 0.62% | - |
| XYZ | 6.6 | 2.98 | 32.12 | - |
| YUV | 33.87 | 197.49 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 16 | 157 | 0.86 | 0.90 | 0 | 0.38 | 242.55 | 0.82 | 0.34 |
| Hex | 16 | 10 | 9D | 56 | 5A | 0 | 26 | F3 | 52 | 22 |
| Octal | 26 | 20 | 235 | 126 | 132 | 0 | 46 | 363 | 122 | 42 |
| Binary | 10110 | 10000 | 10011101 | 1010110 | 1011010 | 0 | 100110 | 11110011 | 1010010 | 100010 |
Color Harmonies of #16109D
Complementary color
Monochromatic Colors of #16109D
Black with #16109D
Text Example
Text Example
White with #16109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16109D; }
p { color: rgb(22,16,157); }
H1.HeaderClassName
{
color: #16109D;
}
.AnyTagClassName
{
color: #16109D;
}
</style>
background-color css
<style>
a { background-color: #16109D; }
a { background-color: rgb(22,16,157); }
div.DivClassName
{
background-color: #16109D;
}
.BgClassName
{
background-color: #16109D;
}
</style>
border-color css
<style>
span { border-color: #16109D; }
span { border-color: rgb(22,16,157); }
td.TdClassName
{
border-color: #16109D;
}
.TagClassName
{
border-color: #16109D;
}
</style>