Shades of Ultramarine #160D89
Tints of Ultramarine #160D89
RGB
CMYK
RGB Variations
Color information
#160D89 (or 0x160D89) is known color: Ultramarine. HEX triplet: 16, 0D and 89. RGB value is (22,13,137). Sum of RGB (Red+Green+Blue) = 22+13+137=172 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.79% from 172); Green value is 13 (5.47% from 255 or 7.56% from 172); Blue value is 137 (53.91% from 255 or 79.65% from 172); Max value from RGB is 137 - color contains mainly: blue. Hex color #160D89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160D89 is #E9F276. Grayscale: #1D1D1D. Windows color (decimal): -15331959 or 8981782. OLE color: 8981782.
HSL color Cylindrical-coordinate representation of color #160D89: hue angle of 244.35º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #160D89 is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 13 | 137 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.46 |
| HSL | 244.35º | 0.83% | 0.29% | - |
| HSV(B) | 244.35º | 0.91% | 0.54% | - |
| XYZ | 4.99 | 2.26 | 23.84 | - |
| YUV | 29.83 | 188.48 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 13 | 137 | 0.84 | 0.91 | 0 | 0.46 | 244.35 | 0.83 | 0.29 |
| Hex | 16 | D | 89 | 54 | 5B | 0 | 2E | F4 | 53 | 1D |
| Octal | 26 | 15 | 211 | 124 | 133 | 0 | 56 | 364 | 123 | 35 |
| Binary | 10110 | 1101 | 10001001 | 1010100 | 1011011 | 0 | 101110 | 11110100 | 1010011 | 11101 |
Color Harmonies of #160D89
Complementary color
Monochromatic Colors of #160D89
Black with #160D89
Text Example
Text Example
White with #160D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160D89; }
p { color: rgb(22,13,137); }
H1.HeaderClassName
{
color: #160D89;
}
.AnyTagClassName
{
color: #160D89;
}
</style>
background-color css
<style>
a { background-color: #160D89; }
a { background-color: rgb(22,13,137); }
div.DivClassName
{
background-color: #160D89;
}
.BgClassName
{
background-color: #160D89;
}
</style>
border-color css
<style>
span { border-color: #160D89; }
span { border-color: rgb(22,13,137); }
td.TdClassName
{
border-color: #160D89;
}
.TagClassName
{
border-color: #160D89;
}
</style>