Shades of Ultramarine #160CAA
Tints of Ultramarine #160CAA
RGB
CMYK
RGB Variations
Color information
#160CAA (or 0x160CAA) is known color: Ultramarine. HEX triplet: 16, 0C and AA. RGB value is (22,12,170). Sum of RGB (Red+Green+Blue) = 22+12+170=204 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.78% from 204); Green value is 12 (5.08% from 255 or 5.88% from 204); Blue value is 170 (66.80% from 255 or 83.33% from 204); Max value from RGB is 170 - color contains mainly: blue. Hex color #160CAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160CAA is #E9F355. Grayscale: #202020. Windows color (decimal): -15332182 or 11144214. OLE color: 11144214.
HSL color Cylindrical-coordinate representation of color #160CAA: hue angle of 243.8º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #160CAA is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 12 | 170 | - |
| CMYK | 0.87 | 0.93 | 0 | 0.33 |
| HSL | 243.8º | 0.87% | 0.36% | - |
| HSV(B) | 243.8º | 0.93% | 0.67% | - |
| XYZ | 7.72 | 3.34 | 38.27 | - |
| YUV | 33 | 205.31 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 12 | 170 | 0.87 | 0.93 | 0 | 0.33 | 243.8 | 0.87 | 0.36 |
| Hex | 16 | C | AA | 57 | 5D | 0 | 21 | F4 | 57 | 24 |
| Octal | 26 | 14 | 252 | 127 | 135 | 0 | 41 | 364 | 127 | 44 |
| Binary | 10110 | 1100 | 10101010 | 1010111 | 1011101 | 0 | 100001 | 11110100 | 1010111 | 100100 |
Color Harmonies of #160CAA
Complementary color
Monochromatic Colors of #160CAA
Black with #160CAA
Text Example
Text Example
White with #160CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160CAA; }
p { color: rgb(22,12,170); }
H1.HeaderClassName
{
color: #160CAA;
}
.AnyTagClassName
{
color: #160CAA;
}
</style>
background-color css
<style>
a { background-color: #160CAA; }
a { background-color: rgb(22,12,170); }
div.DivClassName
{
background-color: #160CAA;
}
.BgClassName
{
background-color: #160CAA;
}
</style>
border-color css
<style>
span { border-color: #160CAA; }
span { border-color: rgb(22,12,170); }
td.TdClassName
{
border-color: #160CAA;
}
.TagClassName
{
border-color: #160CAA;
}
</style>