Shades of Ultramarine #161398
Tints of Ultramarine #161398
RGB
CMYK
RGB Variations
Color information
#161398 (or 0x161398) is known color: Ultramarine. HEX triplet: 16, 13 and 98. RGB value is (22,19,152). Sum of RGB (Red+Green+Blue) = 22+19+152=193 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.40% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 152 (59.77% from 255 or 78.76% from 193); Max value from RGB is 152 - color contains mainly: blue. Hex color #161398 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161398 is #E9EC67. Grayscale: #222222. Windows color (decimal): -15330408 or 9966358. OLE color: 9966358.
HSL color Cylindrical-coordinate representation of color #161398: hue angle of 241.35º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #161398 is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 22 | 19 | 152 | - |
| CMYK | 0.86 | 0.87 | 0 | 0.40 |
| HSL | 241.35º | 0.78% | 0.34% | - |
| HSV(B) | 241.35º | 0.88% | 0.6% | - |
| XYZ | 6.23 | 2.9 | 29.94 | - |
| YUV | 35.06 | 193.99 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 19 | 152 | 0.86 | 0.87 | 0 | 0.40 | 241.35 | 0.78 | 0.34 |
| Hex | 16 | 13 | 98 | 56 | 57 | 0 | 28 | F1 | 4E | 22 |
| Octal | 26 | 23 | 230 | 126 | 127 | 0 | 50 | 361 | 116 | 42 |
| Binary | 10110 | 10011 | 10011000 | 1010110 | 1010111 | 0 | 101000 | 11110001 | 1001110 | 100010 |
Color Harmonies of #161398
Complementary color
Monochromatic Colors of #161398
Black with #161398
Text Example
Text Example
White with #161398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161398; }
p { color: rgb(22,19,152); }
H1.HeaderClassName
{
color: #161398;
}
.AnyTagClassName
{
color: #161398;
}
</style>
background-color css
<style>
a { background-color: #161398; }
a { background-color: rgb(22,19,152); }
div.DivClassName
{
background-color: #161398;
}
.BgClassName
{
background-color: #161398;
}
</style>
border-color css
<style>
span { border-color: #161398; }
span { border-color: rgb(22,19,152); }
td.TdClassName
{
border-color: #161398;
}
.TagClassName
{
border-color: #161398;
}
</style>