Shades of Ultramarine #16198B
Tints of Ultramarine #16198B
RGB
CMYK
RGB Variations
Color information
#16198B (or 0x16198B) is known color: Ultramarine. HEX triplet: 16, 19 and 8B. RGB value is (22,25,139). Sum of RGB (Red+Green+Blue) = 22+25+139=186 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.83% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 139 (54.69% from 255 or 74.73% from 186); Max value from RGB is 139 - color contains mainly: blue. Hex color #16198B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16198B is #E9E674. Grayscale: #242424. Windows color (decimal): -15328885 or 9115926. OLE color: 9115926.
HSL color Cylindrical-coordinate representation of color #16198B: hue angle of 238.46º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16198B is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 25 | 139 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.45 |
| HSL | 238.46º | 0.73% | 0.32% | - |
| HSV(B) | 238.46º | 0.84% | 0.55% | - |
| XYZ | 5.34 | 2.73 | 24.67 | - |
| YUV | 37.1 | 185.51 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 25 | 139 | 0.84 | 0.82 | 0 | 0.45 | 238.46 | 0.73 | 0.32 |
| Hex | 16 | 19 | 8B | 54 | 52 | 0 | 2D | EE | 49 | 20 |
| Octal | 26 | 31 | 213 | 124 | 122 | 0 | 55 | 356 | 111 | 40 |
| Binary | 10110 | 11001 | 10001011 | 1010100 | 1010010 | 0 | 101101 | 11101110 | 1001001 | 100000 |
Color Harmonies of #16198B
Complementary color
Monochromatic Colors of #16198B
Black with #16198B
Text Example
Text Example
White with #16198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16198B; }
p { color: rgb(22,25,139); }
H1.HeaderClassName
{
color: #16198B;
}
.AnyTagClassName
{
color: #16198B;
}
</style>
background-color css
<style>
a { background-color: #16198B; }
a { background-color: rgb(22,25,139); }
div.DivClassName
{
background-color: #16198B;
}
.BgClassName
{
background-color: #16198B;
}
</style>
border-color css
<style>
span { border-color: #16198B; }
span { border-color: rgb(22,25,139); }
td.TdClassName
{
border-color: #16198B;
}
.TagClassName
{
border-color: #16198B;
}
</style>