Shades of Ultramarine #16129B
Tints of Ultramarine #16129B
RGB
CMYK
RGB Variations
Color information
#16129B (or 0x16129B) is known color: Ultramarine. HEX triplet: 16, 12 and 9B. RGB value is (22,18,155). Sum of RGB (Red+Green+Blue) = 22+18+155=195 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.28% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 155 (60.94% from 255 or 79.49% from 195); Max value from RGB is 155 - color contains mainly: blue. Hex color #16129B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16129B is #E9ED64. Grayscale: #222222. Windows color (decimal): -15330661 or 10162710. OLE color: 10162710.
HSL color Cylindrical-coordinate representation of color #16129B: hue angle of 241.75º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16129B is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 22 | 18 | 155 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.39 |
| HSL | 241.75º | 0.79% | 0.34% | - |
| HSV(B) | 241.75º | 0.88% | 0.61% | - |
| XYZ | 6.46 | 2.97 | 31.24 | - |
| YUV | 34.81 | 195.83 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 18 | 155 | 0.86 | 0.88 | 0 | 0.39 | 241.75 | 0.79 | 0.34 |
| Hex | 16 | 12 | 9B | 56 | 58 | 0 | 27 | F2 | 4F | 22 |
| Octal | 26 | 22 | 233 | 126 | 130 | 0 | 47 | 362 | 117 | 42 |
| Binary | 10110 | 10010 | 10011011 | 1010110 | 1011000 | 0 | 100111 | 11110010 | 1001111 | 100010 |
Color Harmonies of #16129B
Complementary color
Monochromatic Colors of #16129B
Black with #16129B
Text Example
Text Example
White with #16129B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16129B; }
p { color: rgb(22,18,155); }
H1.HeaderClassName
{
color: #16129B;
}
.AnyTagClassName
{
color: #16129B;
}
</style>
background-color css
<style>
a { background-color: #16129B; }
a { background-color: rgb(22,18,155); }
div.DivClassName
{
background-color: #16129B;
}
.BgClassName
{
background-color: #16129B;
}
</style>
border-color css
<style>
span { border-color: #16129B; }
span { border-color: rgb(22,18,155); }
td.TdClassName
{
border-color: #16129B;
}
.TagClassName
{
border-color: #16129B;
}
</style>