Shades of Ultramarine #160A88
Tints of Ultramarine #160A88
RGB
CMYK
RGB Variations
Color information
#160A88 (or 0x160A88) is known color: Ultramarine. HEX triplet: 16, 0A and 88. RGB value is (22,10,136). Sum of RGB (Red+Green+Blue) = 22+10+136=168 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.10% from 168); Green value is 10 (4.30% from 255 or 5.95% from 168); Blue value is 136 (53.52% from 255 or 80.95% from 168); Max value from RGB is 136 - color contains mainly: blue. Hex color #160A88 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160A88 is #E9F577. Grayscale: #1B1B1B. Windows color (decimal): -15332728 or 8915478. OLE color: 8915478.
HSL color Cylindrical-coordinate representation of color #160A88: hue angle of 245.71º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #160A88 is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 10 | 136 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.47 |
| HSL | 245.71º | 0.86% | 0.29% | - |
| HSV(B) | 245.71º | 0.93% | 0.53% | - |
| XYZ | 4.88 | 2.17 | 23.45 | - |
| YUV | 27.95 | 188.98 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 10 | 136 | 0.84 | 0.93 | 0 | 0.47 | 245.71 | 0.86 | 0.29 |
| Hex | 16 | A | 88 | 54 | 5D | 0 | 2F | F6 | 56 | 1D |
| Octal | 26 | 12 | 210 | 124 | 135 | 0 | 57 | 366 | 126 | 35 |
| Binary | 10110 | 1010 | 10001000 | 1010100 | 1011101 | 0 | 101111 | 11110110 | 1010110 | 11101 |
Color Harmonies of #160A88
Complementary color
Monochromatic Colors of #160A88
Black with #160A88
Text Example
Text Example
White with #160A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160A88; }
p { color: rgb(22,10,136); }
H1.HeaderClassName
{
color: #160A88;
}
.AnyTagClassName
{
color: #160A88;
}
</style>
background-color css
<style>
a { background-color: #160A88; }
a { background-color: rgb(22,10,136); }
div.DivClassName
{
background-color: #160A88;
}
.BgClassName
{
background-color: #160A88;
}
</style>
border-color css
<style>
span { border-color: #160A88; }
span { border-color: rgb(22,10,136); }
td.TdClassName
{
border-color: #160A88;
}
.TagClassName
{
border-color: #160A88;
}
</style>