Shades of Ultramarine #160288
Tints of Ultramarine #160288
RGB
CMYK
RGB Variations
Color information
#160288 (or 0x160288) is known color: Ultramarine. HEX triplet: 16, 02 and 88. RGB value is (22,2,136). Sum of RGB (Red+Green+Blue) = 22+2+136=160 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.75% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 136 (53.52% from 255 or 85% from 160); Max value from RGB is 136 - color contains mainly: blue. Hex color #160288 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160288 is #E9FD77. Grayscale: #161616. Windows color (decimal): -15334776 or 8913430. OLE color: 8913430.
HSL color Cylindrical-coordinate representation of color #160288: hue angle of 248.96º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #160288 is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 2 | 136 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.47 |
| HSL | 248.96º | 0.97% | 0.27% | - |
| HSV(B) | 248.96º | 0.99% | 0.53% | - |
| XYZ | 4.8 | 1.99 | 23.42 | - |
| YUV | 23.26 | 191.63 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 2 | 136 | 0.84 | 0.99 | 0 | 0.47 | 248.96 | 0.97 | 0.27 |
| Hex | 16 | 2 | 88 | 54 | 63 | 0 | 2F | F9 | 61 | 1B |
| Octal | 26 | 2 | 210 | 124 | 143 | 0 | 57 | 371 | 141 | 33 |
| Binary | 10110 | 10 | 10001000 | 1010100 | 1100011 | 0 | 101111 | 11111001 | 1100001 | 11011 |
Color Harmonies of #160288
Complementary color
Monochromatic Colors of #160288
Black with #160288
Text Example
Text Example
White with #160288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160288; }
p { color: rgb(22,2,136); }
H1.HeaderClassName
{
color: #160288;
}
.AnyTagClassName
{
color: #160288;
}
</style>
background-color css
<style>
a { background-color: #160288; }
a { background-color: rgb(22,2,136); }
div.DivClassName
{
background-color: #160288;
}
.BgClassName
{
background-color: #160288;
}
</style>
border-color css
<style>
span { border-color: #160288; }
span { border-color: rgb(22,2,136); }
td.TdClassName
{
border-color: #160288;
}
.TagClassName
{
border-color: #160288;
}
</style>