Shades of Ultramarine #161785
Tints of Ultramarine #161785
RGB
CMYK
RGB Variations
Color information
#161785 (or 0x161785) is known color: Ultramarine. HEX triplet: 16, 17 and 85. RGB value is (22,23,133). Sum of RGB (Red+Green+Blue) = 22+23+133=178 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.36% from 178); Green value is 23 (9.38% from 255 or 12.92% from 178); Blue value is 133 (52.34% from 255 or 74.72% from 178); Max value from RGB is 133 - color contains mainly: blue. Hex color #161785 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161785 is #E9E87A. Grayscale: #222222. Windows color (decimal): -15329403 or 8722198. OLE color: 8722198.
HSL color Cylindrical-coordinate representation of color #161785: hue angle of 239.46º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #161785 is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 23 | 133 | - |
| CMYK | 0.83 | 0.83 | 0 | 0.48 |
| HSL | 239.46º | 0.72% | 0.3% | - |
| HSV(B) | 239.46º | 0.83% | 0.52% | - |
| XYZ | 4.87 | 2.48 | 22.41 | - |
| YUV | 35.24 | 183.17 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 23 | 133 | 0.83 | 0.83 | 0 | 0.48 | 239.46 | 0.72 | 0.3 |
| Hex | 16 | 17 | 85 | 53 | 53 | 0 | 30 | EF | 48 | 1E |
| Octal | 26 | 27 | 205 | 123 | 123 | 0 | 60 | 357 | 110 | 36 |
| Binary | 10110 | 10111 | 10000101 | 1010011 | 1010011 | 0 | 110000 | 11101111 | 1001000 | 11110 |
Color Harmonies of #161785
Complementary color
Monochromatic Colors of #161785
Black with #161785
Text Example
Text Example
White with #161785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161785; }
p { color: rgb(22,23,133); }
H1.HeaderClassName
{
color: #161785;
}
.AnyTagClassName
{
color: #161785;
}
</style>
background-color css
<style>
a { background-color: #161785; }
a { background-color: rgb(22,23,133); }
div.DivClassName
{
background-color: #161785;
}
.BgClassName
{
background-color: #161785;
}
</style>
border-color css
<style>
span { border-color: #161785; }
span { border-color: rgb(22,23,133); }
td.TdClassName
{
border-color: #161785;
}
.TagClassName
{
border-color: #161785;
}
</style>