Shades of Ultramarine #160E7F
Tints of Ultramarine #160E7F
RGB
CMYK
RGB Variations
Color information
#160E7F (or 0x160E7F) is known color: Ultramarine. HEX triplet: 16, 0E and 7F. RGB value is (22,14,127). Sum of RGB (Red+Green+Blue) = 22+14+127=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 14 (5.86% from 255 or 8.59% from 163); Blue value is 127 (50% from 255 or 77.91% from 163); Max value from RGB is 127 - color contains mainly: blue. Hex color #160E7F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160E7F is #E9F180. Grayscale: #1C1C1C. Windows color (decimal): -15331713 or 8326678. OLE color: 8326678.
HSL color Cylindrical-coordinate representation of color #160E7F: hue angle of 244.25º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #160E7F is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 22 | 14 | 127 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.50 |
| HSL | 244.25º | 0.8% | 0.28% | - |
| HSV(B) | 244.25º | 0.89% | 0.5% | - |
| XYZ | 4.32 | 2.02 | 20.24 | - |
| YUV | 29.27 | 183.15 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 14 | 127 | 0.83 | 0.89 | 0 | 0.50 | 244.25 | 0.8 | 0.28 |
| Hex | 16 | E | 7F | 53 | 59 | 0 | 32 | F4 | 50 | 1C |
| Octal | 26 | 16 | 177 | 123 | 131 | 0 | 62 | 364 | 120 | 34 |
| Binary | 10110 | 1110 | 1111111 | 1010011 | 1011001 | 0 | 110010 | 11110100 | 1010000 | 11100 |
Color Harmonies of #160E7F
Complementary color
Monochromatic Colors of #160E7F
Black with #160E7F
Text Example
Text Example
White with #160E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160E7F; }
p { color: rgb(22,14,127); }
H1.HeaderClassName
{
color: #160E7F;
}
.AnyTagClassName
{
color: #160E7F;
}
</style>
background-color css
<style>
a { background-color: #160E7F; }
a { background-color: rgb(22,14,127); }
div.DivClassName
{
background-color: #160E7F;
}
.BgClassName
{
background-color: #160E7F;
}
</style>
border-color css
<style>
span { border-color: #160E7F; }
span { border-color: rgb(22,14,127); }
td.TdClassName
{
border-color: #160E7F;
}
.TagClassName
{
border-color: #160E7F;
}
</style>