Shades of Ultramarine #161294
Tints of Ultramarine #161294
RGB
CMYK
RGB Variations
Color information
#161294 (or 0x161294) is known color: Ultramarine. HEX triplet: 16, 12 and 94. RGB value is (22,18,148). Sum of RGB (Red+Green+Blue) = 22+18+148=188 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.70% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 148 (58.20% from 255 or 78.72% from 188); Max value from RGB is 148 - color contains mainly: blue. Hex color #161294 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161294 is #E9ED6B. Grayscale: #212121. Windows color (decimal): -15330668 or 9703958. OLE color: 9703958.
HSL color Cylindrical-coordinate representation of color #161294: hue angle of 241.85º 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 #161294 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 18 | 148 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.42 |
| HSL | 241.85º | 0.78% | 0.33% | - |
| HSV(B) | 241.85º | 0.88% | 0.58% | - |
| XYZ | 5.89 | 2.74 | 28.24 | - |
| YUV | 34.02 | 192.33 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 18 | 148 | 0.85 | 0.88 | 0 | 0.42 | 241.85 | 0.78 | 0.33 |
| Hex | 16 | 12 | 94 | 55 | 58 | 0 | 2A | F2 | 4E | 21 |
| Octal | 26 | 22 | 224 | 125 | 130 | 0 | 52 | 362 | 116 | 41 |
| Binary | 10110 | 10010 | 10010100 | 1010101 | 1011000 | 0 | 101010 | 11110010 | 1001110 | 100001 |
Color Harmonies of #161294
Complementary color
Monochromatic Colors of #161294
Black with #161294
Text Example
Text Example
White with #161294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161294; }
p { color: rgb(22,18,148); }
H1.HeaderClassName
{
color: #161294;
}
.AnyTagClassName
{
color: #161294;
}
</style>
background-color css
<style>
a { background-color: #161294; }
a { background-color: rgb(22,18,148); }
div.DivClassName
{
background-color: #161294;
}
.BgClassName
{
background-color: #161294;
}
</style>
border-color css
<style>
span { border-color: #161294; }
span { border-color: rgb(22,18,148); }
td.TdClassName
{
border-color: #161294;
}
.TagClassName
{
border-color: #161294;
}
</style>