Shades of Ultramarine #160084
Tints of Ultramarine #160084
RGB
CMYK
RGB Variations
Color information
#160084 (or 0x160084) is known color: Ultramarine. HEX triplet: 16, 00 and 84. RGB value is (22,0,132). Sum of RGB (Red+Green+Blue) = 22+0+132=154 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.29% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 132 (51.95% from 255 or 85.71% from 154); Max value from RGB is 132 - color contains mainly: blue. Hex color #160084 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160084 is #E9FF7B. Grayscale: #151515. Windows color (decimal): -15335292 or 8650774. OLE color: 8650774.
HSL color Cylindrical-coordinate representation of color #160084: hue angle of 250º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #160084 is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 0 | 132 | - |
| CMYK | 0.83 | 1 | 0 | 0.48 |
| HSL | 250º | 1% | 0.26% | - |
| HSV(B) | 250º | 1% | 0.52% | - |
| XYZ | 4.5 | 1.84 | 21.95 | - |
| YUV | 21.63 | 190.29 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 0 | 132 | 0.83 | 1 | 0 | 0.48 | 250 | 1 | 0.26 |
| Hex | 16 | 0 | 84 | 53 | 64 | 0 | 30 | FA | 64 | 1A |
| Octal | 26 | 0 | 204 | 123 | 144 | 0 | 60 | 372 | 144 | 32 |
| Binary | 10110 | 0 | 10000100 | 1010011 | 1100100 | 0 | 110000 | 11111010 | 1100100 | 11010 |
Color Harmonies of #160084
Complementary color
Monochromatic Colors of #160084
Black with #160084
Text Example
Text Example
White with #160084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160084; }
p { color: rgb(22,0,132); }
H1.HeaderClassName
{
color: #160084;
}
.AnyTagClassName
{
color: #160084;
}
</style>
background-color css
<style>
a { background-color: #160084; }
a { background-color: rgb(22,0,132); }
div.DivClassName
{
background-color: #160084;
}
.BgClassName
{
background-color: #160084;
}
</style>
border-color css
<style>
span { border-color: #160084; }
span { border-color: rgb(22,0,132); }
td.TdClassName
{
border-color: #160084;
}
.TagClassName
{
border-color: #160084;
}
</style>