Shades of Ultramarine #16149D
Tints of Ultramarine #16149D
RGB
CMYK
RGB Variations
Color information
#16149D (or 0x16149D) is known color: Ultramarine. HEX triplet: 16, 14 and 9D. RGB value is (22,20,157). Sum of RGB (Red+Green+Blue) = 22+20+157=199 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.06% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 157 (61.72% from 255 or 78.89% from 199); Max value from RGB is 157 - color contains mainly: blue. Hex color #16149D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16149D is #E9EB62. Grayscale: #232323. Windows color (decimal): -15330147 or 10294294. OLE color: 10294294.
HSL color Cylindrical-coordinate representation of color #16149D: hue angle of 240.88º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16149D is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 20 | 157 | - |
| CMYK | 0.86 | 0.87 | 0 | 0.38 |
| HSL | 240.88º | 0.77% | 0.35% | - |
| HSV(B) | 240.88º | 0.87% | 0.62% | - |
| XYZ | 6.67 | 3.11 | 32.15 | - |
| YUV | 36.22 | 196.16 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 20 | 157 | 0.86 | 0.87 | 0 | 0.38 | 240.88 | 0.77 | 0.35 |
| Hex | 16 | 14 | 9D | 56 | 57 | 0 | 26 | F1 | 4D | 23 |
| Octal | 26 | 24 | 235 | 126 | 127 | 0 | 46 | 361 | 115 | 43 |
| Binary | 10110 | 10100 | 10011101 | 1010110 | 1010111 | 0 | 100110 | 11110001 | 1001101 | 100011 |
Color Harmonies of #16149D
Complementary color
Monochromatic Colors of #16149D
Black with #16149D
Text Example
Text Example
White with #16149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16149D; }
p { color: rgb(22,20,157); }
H1.HeaderClassName
{
color: #16149D;
}
.AnyTagClassName
{
color: #16149D;
}
</style>
background-color css
<style>
a { background-color: #16149D; }
a { background-color: rgb(22,20,157); }
div.DivClassName
{
background-color: #16149D;
}
.BgClassName
{
background-color: #16149D;
}
</style>
border-color css
<style>
span { border-color: #16149D; }
span { border-color: rgb(22,20,157); }
td.TdClassName
{
border-color: #16149D;
}
.TagClassName
{
border-color: #16149D;
}
</style>