Shades of Ultramarine #16158B
Tints of Ultramarine #16158B
RGB
CMYK
RGB Variations
Color information
#16158B (or 0x16158B) is known color: Ultramarine. HEX triplet: 16, 15 and 8B. RGB value is (22,21,139). Sum of RGB (Red+Green+Blue) = 22+21+139=182 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.09% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 139 (54.69% from 255 or 76.37% from 182); Max value from RGB is 139 - color contains mainly: blue. Hex color #16158B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16158B is #E9EA74. Grayscale: #222222. Windows color (decimal): -15329909 or 9114902. OLE color: 9114902.
HSL color Cylindrical-coordinate representation of color #16158B: hue angle of 240.51º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16158B is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 21 | 139 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.45 |
| HSL | 240.51º | 0.74% | 0.31% | - |
| HSV(B) | 240.51º | 0.85% | 0.55% | - |
| XYZ | 5.26 | 2.57 | 24.65 | - |
| YUV | 34.75 | 186.83 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 21 | 139 | 0.84 | 0.85 | 0 | 0.45 | 240.51 | 0.74 | 0.31 |
| Hex | 16 | 15 | 8B | 54 | 55 | 0 | 2D | F1 | 4A | 1F |
| Octal | 26 | 25 | 213 | 124 | 125 | 0 | 55 | 361 | 112 | 37 |
| Binary | 10110 | 10101 | 10001011 | 1010100 | 1010101 | 0 | 101101 | 11110001 | 1001010 | 11111 |
Color Harmonies of #16158B
Complementary color
Monochromatic Colors of #16158B
Black with #16158B
Text Example
Text Example
White with #16158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16158B; }
p { color: rgb(22,21,139); }
H1.HeaderClassName
{
color: #16158B;
}
.AnyTagClassName
{
color: #16158B;
}
</style>
background-color css
<style>
a { background-color: #16158B; }
a { background-color: rgb(22,21,139); }
div.DivClassName
{
background-color: #16158B;
}
.BgClassName
{
background-color: #16158B;
}
</style>
border-color css
<style>
span { border-color: #16158B; }
span { border-color: rgb(22,21,139); }
td.TdClassName
{
border-color: #16158B;
}
.TagClassName
{
border-color: #16158B;
}
</style>