Shades of Ultramarine #160FAE
Tints of Ultramarine #160FAE
RGB
CMYK
RGB Variations
Color information
#160FAE (or 0x160FAE) is known color: Ultramarine. HEX triplet: 16, 0F and AE. RGB value is (22,15,174). Sum of RGB (Red+Green+Blue) = 22+15+174=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 174 (68.36% from 255 or 82.46% from 211); Max value from RGB is 174 - color contains mainly: blue. Hex color #160FAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160FAE is #E9F051. Grayscale: #222222. Windows color (decimal): -15331410 or 11407126. OLE color: 11407126.
HSL color Cylindrical-coordinate representation of color #160FAE: hue angle of 242.64º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #160FAE is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 15 | 174 | - |
| CMYK | 0.87 | 0.91 | 0 | 0.32 |
| HSL | 242.64º | 0.84% | 0.37% | - |
| HSV(B) | 242.64º | 0.91% | 0.68% | - |
| XYZ | 8.14 | 3.57 | 40.3 | - |
| YUV | 35.22 | 206.32 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 15 | 174 | 0.87 | 0.91 | 0 | 0.32 | 242.64 | 0.84 | 0.37 |
| Hex | 16 | F | AE | 57 | 5B | 0 | 20 | F3 | 54 | 25 |
| Octal | 26 | 17 | 256 | 127 | 133 | 0 | 40 | 363 | 124 | 45 |
| Binary | 10110 | 1111 | 10101110 | 1010111 | 1011011 | 0 | 100000 | 11110011 | 1010100 | 100101 |
Color Harmonies of #160FAE
Complementary color
Monochromatic Colors of #160FAE
Black with #160FAE
Text Example
Text Example
White with #160FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160FAE; }
p { color: rgb(22,15,174); }
H1.HeaderClassName
{
color: #160FAE;
}
.AnyTagClassName
{
color: #160FAE;
}
</style>
background-color css
<style>
a { background-color: #160FAE; }
a { background-color: rgb(22,15,174); }
div.DivClassName
{
background-color: #160FAE;
}
.BgClassName
{
background-color: #160FAE;
}
</style>
border-color css
<style>
span { border-color: #160FAE; }
span { border-color: rgb(22,15,174); }
td.TdClassName
{
border-color: #160FAE;
}
.TagClassName
{
border-color: #160FAE;
}
</style>