Shades of Ultramarine #16149E
Tints of Ultramarine #16149E
RGB
CMYK
RGB Variations
Color information
#16149E (or 0x16149E) is known color: Ultramarine. HEX triplet: 16, 14 and 9E. RGB value is (22,20,158). Sum of RGB (Red+Green+Blue) = 22+20+158=200 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 158 (62.11% from 255 or 79% from 200); Max value from RGB is 158 - color contains mainly: blue. Hex color #16149E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16149E is #E9EB61. Grayscale: #232323. Windows color (decimal): -15330146 or 10359830. OLE color: 10359830.
HSL color Cylindrical-coordinate representation of color #16149E: hue angle of 240.87º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16149E is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 20 | 158 | - |
| CMYK | 0.86 | 0.87 | 0 | 0.38 |
| HSL | 240.87º | 0.78% | 0.35% | - |
| HSV(B) | 240.87º | 0.87% | 0.62% | - |
| XYZ | 6.75 | 3.14 | 32.6 | - |
| YUV | 36.33 | 196.66 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 20 | 158 | 0.86 | 0.87 | 0 | 0.38 | 240.87 | 0.78 | 0.35 |
| Hex | 16 | 14 | 9E | 56 | 57 | 0 | 26 | F1 | 4E | 23 |
| Octal | 26 | 24 | 236 | 126 | 127 | 0 | 46 | 361 | 116 | 43 |
| Binary | 10110 | 10100 | 10011110 | 1010110 | 1010111 | 0 | 100110 | 11110001 | 1001110 | 100011 |
Color Harmonies of #16149E
Complementary color
Monochromatic Colors of #16149E
Black with #16149E
Text Example
Text Example
White with #16149E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16149E; }
p { color: rgb(22,20,158); }
H1.HeaderClassName
{
color: #16149E;
}
.AnyTagClassName
{
color: #16149E;
}
</style>
background-color css
<style>
a { background-color: #16149E; }
a { background-color: rgb(22,20,158); }
div.DivClassName
{
background-color: #16149E;
}
.BgClassName
{
background-color: #16149E;
}
</style>
border-color css
<style>
span { border-color: #16149E; }
span { border-color: rgb(22,20,158); }
td.TdClassName
{
border-color: #16149E;
}
.TagClassName
{
border-color: #16149E;
}
</style>