Shades of Ultramarine #160892
Tints of Ultramarine #160892
RGB
CMYK
RGB Variations
Color information
#160892 (or 0x160892) is known color: Ultramarine. HEX triplet: 16, 08 and 92. RGB value is (22,8,146). Sum of RGB (Red+Green+Blue) = 22+8+146=176 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.5% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 146 (57.42% from 255 or 82.95% from 176); Max value from RGB is 146 - color contains mainly: blue. Hex color #160892 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160892 is #E9F76D. Grayscale: #1B1B1B. Windows color (decimal): -15333230 or 9570326. OLE color: 9570326.
HSL color Cylindrical-coordinate representation of color #160892: hue angle of 246.09º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #160892 is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 8 | 146 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.43 |
| HSL | 246.09º | 0.9% | 0.3% | - |
| HSV(B) | 246.09º | 0.95% | 0.57% | - |
| XYZ | 5.61 | 2.42 | 27.37 | - |
| YUV | 27.92 | 194.64 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 8 | 146 | 0.85 | 0.95 | 0 | 0.43 | 246.09 | 0.9 | 0.3 |
| Hex | 16 | 8 | 92 | 55 | 5F | 0 | 2B | F6 | 5A | 1E |
| Octal | 26 | 10 | 222 | 125 | 137 | 0 | 53 | 366 | 132 | 36 |
| Binary | 10110 | 1000 | 10010010 | 1010101 | 1011111 | 0 | 101011 | 11110110 | 1011010 | 11110 |
Color Harmonies of #160892
Complementary color
Monochromatic Colors of #160892
Black with #160892
Text Example
Text Example
White with #160892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160892; }
p { color: rgb(22,8,146); }
H1.HeaderClassName
{
color: #160892;
}
.AnyTagClassName
{
color: #160892;
}
</style>
background-color css
<style>
a { background-color: #160892; }
a { background-color: rgb(22,8,146); }
div.DivClassName
{
background-color: #160892;
}
.BgClassName
{
background-color: #160892;
}
</style>
border-color css
<style>
span { border-color: #160892; }
span { border-color: rgb(22,8,146); }
td.TdClassName
{
border-color: #160892;
}
.TagClassName
{
border-color: #160892;
}
</style>