Shades of Ultramarine #161289
Tints of Ultramarine #161289
RGB
CMYK
RGB Variations
Color information
#161289 (or 0x161289) is known color: Ultramarine. HEX triplet: 16, 12 and 89. RGB value is (22,18,137). Sum of RGB (Red+Green+Blue) = 22+18+137=177 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.43% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 137 (53.91% from 255 or 77.40% from 177); Max value from RGB is 137 - color contains mainly: blue. Hex color #161289 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161289 is #E9ED76. Grayscale: #202020. Windows color (decimal): -15330679 or 8983062. OLE color: 8983062.
HSL color Cylindrical-coordinate representation of color #161289: hue angle of 242.02º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #161289 is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 18 | 137 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.46 |
| HSL | 242.02º | 0.77% | 0.3% | - |
| HSV(B) | 242.02º | 0.87% | 0.54% | - |
| XYZ | 5.06 | 2.41 | 23.87 | - |
| YUV | 32.76 | 186.83 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 18 | 137 | 0.84 | 0.87 | 0 | 0.46 | 242.02 | 0.77 | 0.3 |
| Hex | 16 | 12 | 89 | 54 | 57 | 0 | 2E | F2 | 4D | 1E |
| Octal | 26 | 22 | 211 | 124 | 127 | 0 | 56 | 362 | 115 | 36 |
| Binary | 10110 | 10010 | 10001001 | 1010100 | 1010111 | 0 | 101110 | 11110010 | 1001101 | 11110 |
Color Harmonies of #161289
Complementary color
Monochromatic Colors of #161289
Black with #161289
Text Example
Text Example
White with #161289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161289; }
p { color: rgb(22,18,137); }
H1.HeaderClassName
{
color: #161289;
}
.AnyTagClassName
{
color: #161289;
}
</style>
background-color css
<style>
a { background-color: #161289; }
a { background-color: rgb(22,18,137); }
div.DivClassName
{
background-color: #161289;
}
.BgClassName
{
background-color: #161289;
}
</style>
border-color css
<style>
span { border-color: #161289; }
span { border-color: rgb(22,18,137); }
td.TdClassName
{
border-color: #161289;
}
.TagClassName
{
border-color: #161289;
}
</style>