Shades of Ultramarine #160094
Tints of Ultramarine #160094
RGB
CMYK
RGB Variations
Color information
#160094 (or 0x160094) is known color: Ultramarine. HEX triplet: 16, 00 and 94. RGB value is (22,0,148). Sum of RGB (Red+Green+Blue) = 22+0+148=170 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.94% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 148 (58.20% from 255 or 87.06% from 170); Max value from RGB is 148 - color contains mainly: blue. Hex color #160094 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160094 is #E9FF6B. Grayscale: #161616. Windows color (decimal): -15335276 or 9699350. OLE color: 9699350.
HSL color Cylindrical-coordinate representation of color #160094: hue angle of 248.92º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #160094 is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 0 | 148 | - |
| CMYK | 0.85 | 1 | 0 | 0.42 |
| HSL | 248.92º | 1% | 0.29% | - |
| HSV(B) | 248.92º | 1% | 0.58% | - |
| XYZ | 5.68 | 2.31 | 28.16 | - |
| YUV | 23.45 | 198.29 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 0 | 148 | 0.85 | 1 | 0 | 0.42 | 248.92 | 1 | 0.29 |
| Hex | 16 | 0 | 94 | 55 | 64 | 0 | 2A | F9 | 64 | 1D |
| Octal | 26 | 0 | 224 | 125 | 144 | 0 | 52 | 371 | 144 | 35 |
| Binary | 10110 | 0 | 10010100 | 1010101 | 1100100 | 0 | 101010 | 11111001 | 1100100 | 11101 |
Color Harmonies of #160094
Complementary color
Monochromatic Colors of #160094
Black with #160094
Text Example
Text Example
White with #160094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160094; }
p { color: rgb(22,0,148); }
H1.HeaderClassName
{
color: #160094;
}
.AnyTagClassName
{
color: #160094;
}
</style>
background-color css
<style>
a { background-color: #160094; }
a { background-color: rgb(22,0,148); }
div.DivClassName
{
background-color: #160094;
}
.BgClassName
{
background-color: #160094;
}
</style>
border-color css
<style>
span { border-color: #160094; }
span { border-color: rgb(22,0,148); }
td.TdClassName
{
border-color: #160094;
}
.TagClassName
{
border-color: #160094;
}
</style>