Shades of Ultramarine #16099E
Tints of Ultramarine #16099E
RGB
CMYK
RGB Variations
Color information
#16099E (or 0x16099E) is known color: Ultramarine. HEX triplet: 16, 09 and 9E. RGB value is (22,9,158). Sum of RGB (Red+Green+Blue) = 22+9+158=189 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.64% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 158 (62.11% from 255 or 83.60% from 189); Max value from RGB is 158 - color contains mainly: blue. Hex color #16099E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16099E is #E9F661. Grayscale: #1D1D1D. Windows color (decimal): -15332962 or 10357014. OLE color: 10357014.
HSL color Cylindrical-coordinate representation of color #16099E: hue angle of 245.23º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #16099E is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 9 | 158 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.38 |
| HSL | 245.23º | 0.89% | 0.33% | - |
| HSV(B) | 245.23º | 0.94% | 0.62% | - |
| XYZ | 6.6 | 2.83 | 32.55 | - |
| YUV | 29.87 | 200.31 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 9 | 158 | 0.86 | 0.94 | 0 | 0.38 | 245.23 | 0.89 | 0.33 |
| Hex | 16 | 9 | 9E | 56 | 5E | 0 | 26 | F5 | 59 | 21 |
| Octal | 26 | 11 | 236 | 126 | 136 | 0 | 46 | 365 | 131 | 41 |
| Binary | 10110 | 1001 | 10011110 | 1010110 | 1011110 | 0 | 100110 | 11110101 | 1011001 | 100001 |
Color Harmonies of #16099E
Complementary color
Monochromatic Colors of #16099E
Black with #16099E
Text Example
Text Example
White with #16099E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16099E; }
p { color: rgb(22,9,158); }
H1.HeaderClassName
{
color: #16099E;
}
.AnyTagClassName
{
color: #16099E;
}
</style>
background-color css
<style>
a { background-color: #16099E; }
a { background-color: rgb(22,9,158); }
div.DivClassName
{
background-color: #16099E;
}
.BgClassName
{
background-color: #16099E;
}
</style>
border-color css
<style>
span { border-color: #16099E; }
span { border-color: rgb(22,9,158); }
td.TdClassName
{
border-color: #16099E;
}
.TagClassName
{
border-color: #16099E;
}
</style>