Shades of Ultramarine #161795
Tints of Ultramarine #161795
RGB
CMYK
RGB Variations
Color information
#161795 (or 0x161795) is known color: Ultramarine. HEX triplet: 16, 17 and 95. RGB value is (22,23,149). Sum of RGB (Red+Green+Blue) = 22+23+149=194 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.34% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 149 (58.59% from 255 or 76.80% from 194); Max value from RGB is 149 - color contains mainly: blue. Hex color #161795 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161795 is #E9E86A. Grayscale: #242424. Windows color (decimal): -15329387 or 9770774. OLE color: 9770774.
HSL color Cylindrical-coordinate representation of color #161795: hue angle of 239.53º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #161795 is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 23 | 149 | - |
| CMYK | 0.85 | 0.85 | 0 | 0.42 |
| HSL | 239.53º | 0.74% | 0.34% | - |
| HSV(B) | 239.53º | 0.85% | 0.58% | - |
| XYZ | 6.06 | 2.95 | 28.68 | - |
| YUV | 37.07 | 191.17 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 23 | 149 | 0.85 | 0.85 | 0 | 0.42 | 239.53 | 0.74 | 0.34 |
| Hex | 16 | 17 | 95 | 55 | 55 | 0 | 2A | F0 | 4A | 22 |
| Octal | 26 | 27 | 225 | 125 | 125 | 0 | 52 | 360 | 112 | 42 |
| Binary | 10110 | 10111 | 10010101 | 1010101 | 1010101 | 0 | 101010 | 11110000 | 1001010 | 100010 |
Color Harmonies of #161795
Complementary color
Monochromatic Colors of #161795
Black with #161795
Text Example
Text Example
White with #161795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161795; }
p { color: rgb(22,23,149); }
H1.HeaderClassName
{
color: #161795;
}
.AnyTagClassName
{
color: #161795;
}
</style>
background-color css
<style>
a { background-color: #161795; }
a { background-color: rgb(22,23,149); }
div.DivClassName
{
background-color: #161795;
}
.BgClassName
{
background-color: #161795;
}
</style>
border-color css
<style>
span { border-color: #161795; }
span { border-color: rgb(22,23,149); }
td.TdClassName
{
border-color: #161795;
}
.TagClassName
{
border-color: #161795;
}
</style>