Shades of Ultramarine #16129D
Tints of Ultramarine #16129D
RGB
CMYK
RGB Variations
Color information
#16129D (or 0x16129D) is known color: Ultramarine. HEX triplet: 16, 12 and 9D. RGB value is (22,18,157). Sum of RGB (Red+Green+Blue) = 22+18+157=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 157 (61.72% from 255 or 79.70% from 197); Max value from RGB is 157 - color contains mainly: blue. Hex color #16129D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16129D is #E9ED62. Grayscale: #222222. Windows color (decimal): -15330659 or 10293782. OLE color: 10293782.
HSL color Cylindrical-coordinate representation of color #16129D: hue angle of 241.73º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16129D is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 18 | 157 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.38 |
| HSL | 241.73º | 0.79% | 0.34% | - |
| HSV(B) | 241.73º | 0.89% | 0.62% | - |
| XYZ | 6.63 | 3.04 | 32.13 | - |
| YUV | 35.04 | 196.83 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 18 | 157 | 0.86 | 0.89 | 0 | 0.38 | 241.73 | 0.79 | 0.34 |
| Hex | 16 | 12 | 9D | 56 | 59 | 0 | 26 | F2 | 4F | 22 |
| Octal | 26 | 22 | 235 | 126 | 131 | 0 | 46 | 362 | 117 | 42 |
| Binary | 10110 | 10010 | 10011101 | 1010110 | 1011001 | 0 | 100110 | 11110010 | 1001111 | 100010 |
Color Harmonies of #16129D
Complementary color
Monochromatic Colors of #16129D
Black with #16129D
Text Example
Text Example
White with #16129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16129D; }
p { color: rgb(22,18,157); }
H1.HeaderClassName
{
color: #16129D;
}
.AnyTagClassName
{
color: #16129D;
}
</style>
background-color css
<style>
a { background-color: #16129D; }
a { background-color: rgb(22,18,157); }
div.DivClassName
{
background-color: #16129D;
}
.BgClassName
{
background-color: #16129D;
}
</style>
border-color css
<style>
span { border-color: #16129D; }
span { border-color: rgb(22,18,157); }
td.TdClassName
{
border-color: #16129D;
}
.TagClassName
{
border-color: #16129D;
}
</style>