Shades of Ultramarine #161295
Tints of Ultramarine #161295
RGB
CMYK
RGB Variations
Color information
#161295 (or 0x161295) is known color: Ultramarine. HEX triplet: 16, 12 and 95. RGB value is (22,18,149). Sum of RGB (Red+Green+Blue) = 22+18+149=189 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.64% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 149 (58.59% from 255 or 78.84% from 189); Max value from RGB is 149 - color contains mainly: blue. Hex color #161295 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161295 is #E9ED6A. Grayscale: #212121. Windows color (decimal): -15330667 or 9769494. OLE color: 9769494.
HSL color Cylindrical-coordinate representation of color #161295: hue angle of 241.83º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #161295 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 18 | 149 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.42 |
| HSL | 241.83º | 0.78% | 0.33% | - |
| HSV(B) | 241.83º | 0.88% | 0.58% | - |
| XYZ | 5.97 | 2.77 | 28.65 | - |
| YUV | 34.13 | 192.83 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 18 | 149 | 0.85 | 0.88 | 0 | 0.42 | 241.83 | 0.78 | 0.33 |
| Hex | 16 | 12 | 95 | 55 | 58 | 0 | 2A | F2 | 4E | 21 |
| Octal | 26 | 22 | 225 | 125 | 130 | 0 | 52 | 362 | 116 | 41 |
| Binary | 10110 | 10010 | 10010101 | 1010101 | 1011000 | 0 | 101010 | 11110010 | 1001110 | 100001 |
Color Harmonies of #161295
Complementary color
Monochromatic Colors of #161295
Black with #161295
Text Example
Text Example
White with #161295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161295; }
p { color: rgb(22,18,149); }
H1.HeaderClassName
{
color: #161295;
}
.AnyTagClassName
{
color: #161295;
}
</style>
background-color css
<style>
a { background-color: #161295; }
a { background-color: rgb(22,18,149); }
div.DivClassName
{
background-color: #161295;
}
.BgClassName
{
background-color: #161295;
}
</style>
border-color css
<style>
span { border-color: #161295; }
span { border-color: rgb(22,18,149); }
td.TdClassName
{
border-color: #161295;
}
.TagClassName
{
border-color: #161295;
}
</style>