Shades of Ultramarine #161C89
Tints of Ultramarine #161C89
RGB
CMYK
RGB Variations
Color information
#161C89 (or 0x161C89) is known color: Ultramarine. HEX triplet: 16, 1C and 89. RGB value is (22,28,137). Sum of RGB (Red+Green+Blue) = 22+28+137=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 137 (53.91% from 255 or 73.26% from 187); Max value from RGB is 137 - color contains mainly: blue. Hex color #161C89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161C89 is #E9E376. Grayscale: #262626. Windows color (decimal): -15328119 or 8985622. OLE color: 8985622.
HSL color Cylindrical-coordinate representation of color #161C89: hue angle of 236.87º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #161C89 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 28 | 137 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.46 |
| HSL | 236.87º | 0.72% | 0.31% | - |
| HSV(B) | 236.87º | 0.84% | 0.54% | - |
| XYZ | 5.26 | 2.81 | 23.93 | - |
| YUV | 38.63 | 183.51 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 28 | 137 | 0.84 | 0.80 | 0 | 0.46 | 236.87 | 0.72 | 0.31 |
| Hex | 16 | 1C | 89 | 54 | 50 | 0 | 2E | ED | 48 | 1F |
| Octal | 26 | 34 | 211 | 124 | 120 | 0 | 56 | 355 | 110 | 37 |
| Binary | 10110 | 11100 | 10001001 | 1010100 | 1010000 | 0 | 101110 | 11101101 | 1001000 | 11111 |
Color Harmonies of #161C89
Complementary color
Monochromatic Colors of #161C89
Black with #161C89
Text Example
Text Example
White with #161C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161C89; }
p { color: rgb(22,28,137); }
H1.HeaderClassName
{
color: #161C89;
}
.AnyTagClassName
{
color: #161C89;
}
</style>
background-color css
<style>
a { background-color: #161C89; }
a { background-color: rgb(22,28,137); }
div.DivClassName
{
background-color: #161C89;
}
.BgClassName
{
background-color: #161C89;
}
</style>
border-color css
<style>
span { border-color: #161C89; }
span { border-color: rgb(22,28,137); }
td.TdClassName
{
border-color: #161C89;
}
.TagClassName
{
border-color: #161C89;
}
</style>