Shades of Ultramarine #16079E
Tints of Ultramarine #16079E
RGB
CMYK
RGB Variations
Color information
#16079E (or 0x16079E) is known color: Ultramarine. HEX triplet: 16, 07 and 9E. RGB value is (22,7,158). Sum of RGB (Red+Green+Blue) = 22+7+158=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 158 (62.11% from 255 or 84.49% from 187); Max value from RGB is 158 - color contains mainly: blue. Hex color #16079E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16079E is #E9F861. Grayscale: #1C1C1C. Windows color (decimal): -15333474 or 10356502. OLE color: 10356502.
HSL color Cylindrical-coordinate representation of color #16079E: hue angle of 245.96º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #16079E is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 7 | 158 | - |
| CMYK | 0.86 | 0.96 | 0 | 0.38 |
| HSL | 245.96º | 0.92% | 0.32% | - |
| HSV(B) | 245.96º | 0.96% | 0.62% | - |
| XYZ | 6.58 | 2.79 | 32.54 | - |
| YUV | 28.7 | 200.97 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 7 | 158 | 0.86 | 0.96 | 0 | 0.38 | 245.96 | 0.92 | 0.32 |
| Hex | 16 | 7 | 9E | 56 | 60 | 0 | 26 | F6 | 5C | 20 |
| Octal | 26 | 7 | 236 | 126 | 140 | 0 | 46 | 366 | 134 | 40 |
| Binary | 10110 | 111 | 10011110 | 1010110 | 1100000 | 0 | 100110 | 11110110 | 1011100 | 100000 |
Color Harmonies of #16079E
Complementary color
Monochromatic Colors of #16079E
Black with #16079E
Text Example
Text Example
White with #16079E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16079E; }
p { color: rgb(22,7,158); }
H1.HeaderClassName
{
color: #16079E;
}
.AnyTagClassName
{
color: #16079E;
}
</style>
background-color css
<style>
a { background-color: #16079E; }
a { background-color: rgb(22,7,158); }
div.DivClassName
{
background-color: #16079E;
}
.BgClassName
{
background-color: #16079E;
}
</style>
border-color css
<style>
span { border-color: #16079E; }
span { border-color: rgb(22,7,158); }
td.TdClassName
{
border-color: #16079E;
}
.TagClassName
{
border-color: #16079E;
}
</style>