Shades of Ultramarine #16108B
Tints of Ultramarine #16108B
RGB
CMYK
RGB Variations
Color information
#16108B (or 0x16108B) is known color: Ultramarine. HEX triplet: 16, 10 and 8B. RGB value is (22,16,139). Sum of RGB (Red+Green+Blue) = 22+16+139=177 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.43% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 139 (54.69% from 255 or 78.53% from 177); Max value from RGB is 139 - color contains mainly: blue. Hex color #16108B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16108B is #E9EF74. Grayscale: #1F1F1F. Windows color (decimal): -15331189 or 9113622. OLE color: 9113622.
HSL color Cylindrical-coordinate representation of color #16108B: hue angle of 242.93º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16108B is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 16 | 139 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.45 |
| HSL | 242.93º | 0.79% | 0.3% | - |
| HSV(B) | 242.93º | 0.88% | 0.55% | - |
| XYZ | 5.18 | 2.41 | 24.62 | - |
| YUV | 31.82 | 188.49 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 16 | 139 | 0.84 | 0.88 | 0 | 0.45 | 242.93 | 0.79 | 0.3 |
| Hex | 16 | 10 | 8B | 54 | 58 | 0 | 2D | F3 | 4F | 1E |
| Octal | 26 | 20 | 213 | 124 | 130 | 0 | 55 | 363 | 117 | 36 |
| Binary | 10110 | 10000 | 10001011 | 1010100 | 1011000 | 0 | 101101 | 11110011 | 1001111 | 11110 |
Color Harmonies of #16108B
Complementary color
Monochromatic Colors of #16108B
Black with #16108B
Text Example
Text Example
White with #16108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16108B; }
p { color: rgb(22,16,139); }
H1.HeaderClassName
{
color: #16108B;
}
.AnyTagClassName
{
color: #16108B;
}
</style>
background-color css
<style>
a { background-color: #16108B; }
a { background-color: rgb(22,16,139); }
div.DivClassName
{
background-color: #16108B;
}
.BgClassName
{
background-color: #16108B;
}
</style>
border-color css
<style>
span { border-color: #16108B; }
span { border-color: rgb(22,16,139); }
td.TdClassName
{
border-color: #16108B;
}
.TagClassName
{
border-color: #16108B;
}
</style>