Shades of Ultramarine #160298
Tints of Ultramarine #160298
RGB
CMYK
RGB Variations
Color information
#160298 (or 0x160298) is known color: Ultramarine. HEX triplet: 16, 02 and 98. RGB value is (22,2,152). Sum of RGB (Red+Green+Blue) = 22+2+152=176 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.5% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 152 (59.77% from 255 or 86.36% from 176); Max value from RGB is 152 - color contains mainly: blue. Hex color #160298 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160298 is #E9FD67. Grayscale: #181818. Windows color (decimal): -15334760 or 9962006. OLE color: 9962006.
HSL color Cylindrical-coordinate representation of color #160298: hue angle of 248º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #160298 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 22 | 2 | 152 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.40 |
| HSL | 248º | 0.97% | 0.3% | - |
| HSV(B) | 248º | 0.99% | 0.6% | - |
| XYZ | 6.02 | 2.48 | 29.87 | - |
| YUV | 25.08 | 199.63 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 2 | 152 | 0.86 | 0.99 | 0 | 0.40 | 248 | 0.97 | 0.3 |
| Hex | 16 | 2 | 98 | 56 | 63 | 0 | 28 | F8 | 61 | 1E |
| Octal | 26 | 2 | 230 | 126 | 143 | 0 | 50 | 370 | 141 | 36 |
| Binary | 10110 | 10 | 10011000 | 1010110 | 1100011 | 0 | 101000 | 11111000 | 1100001 | 11110 |
Color Harmonies of #160298
Complementary color
Monochromatic Colors of #160298
Black with #160298
Text Example
Text Example
White with #160298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160298; }
p { color: rgb(22,2,152); }
H1.HeaderClassName
{
color: #160298;
}
.AnyTagClassName
{
color: #160298;
}
</style>
background-color css
<style>
a { background-color: #160298; }
a { background-color: rgb(22,2,152); }
div.DivClassName
{
background-color: #160298;
}
.BgClassName
{
background-color: #160298;
}
</style>
border-color css
<style>
span { border-color: #160298; }
span { border-color: rgb(22,2,152); }
td.TdClassName
{
border-color: #160298;
}
.TagClassName
{
border-color: #160298;
}
</style>