Shades of Ultramarine #160D85
Tints of Ultramarine #160D85
RGB
CMYK
RGB Variations
Color information
#160D85 (or 0x160D85) is known color: Ultramarine. HEX triplet: 16, 0D and 85. RGB value is (22,13,133). Sum of RGB (Red+Green+Blue) = 22+13+133=168 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.10% from 168); Green value is 13 (5.47% from 255 or 7.74% from 168); Blue value is 133 (52.34% from 255 or 79.17% from 168); Max value from RGB is 133 - color contains mainly: blue. Hex color #160D85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160D85 is #E9F27A. Grayscale: #1C1C1C. Windows color (decimal): -15331963 or 8719638. OLE color: 8719638.
HSL color Cylindrical-coordinate representation of color #160D85: hue angle of 244.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #160D85 is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 13 | 133 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.48 |
| HSL | 244.5º | 0.82% | 0.29% | - |
| HSV(B) | 244.5º | 0.9% | 0.52% | - |
| XYZ | 4.71 | 2.15 | 22.36 | - |
| YUV | 29.37 | 186.48 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 13 | 133 | 0.83 | 0.90 | 0 | 0.48 | 244.5 | 0.82 | 0.29 |
| Hex | 16 | D | 85 | 53 | 5A | 0 | 30 | F4 | 52 | 1D |
| Octal | 26 | 15 | 205 | 123 | 132 | 0 | 60 | 364 | 122 | 35 |
| Binary | 10110 | 1101 | 10000101 | 1010011 | 1011010 | 0 | 110000 | 11110100 | 1010010 | 11101 |
Color Harmonies of #160D85
Complementary color
Monochromatic Colors of #160D85
Black with #160D85
Text Example
Text Example
White with #160D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160D85; }
p { color: rgb(22,13,133); }
H1.HeaderClassName
{
color: #160D85;
}
.AnyTagClassName
{
color: #160D85;
}
</style>
background-color css
<style>
a { background-color: #160D85; }
a { background-color: rgb(22,13,133); }
div.DivClassName
{
background-color: #160D85;
}
.BgClassName
{
background-color: #160D85;
}
</style>
border-color css
<style>
span { border-color: #160D85; }
span { border-color: rgb(22,13,133); }
td.TdClassName
{
border-color: #160D85;
}
.TagClassName
{
border-color: #160D85;
}
</style>