Shades of Ultramarine #16049D
Tints of Ultramarine #16049D
RGB
CMYK
RGB Variations
Color information
#16049D (or 0x16049D) is known color: Ultramarine. HEX triplet: 16, 04 and 9D. RGB value is (22,4,157). Sum of RGB (Red+Green+Blue) = 22+4+157=183 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.02% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 157 (61.72% from 255 or 85.79% from 183); Max value from RGB is 157 - color contains mainly: blue. Hex color #16049D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16049D is #E9FB62. Grayscale: #1A1A1A. Windows color (decimal): -15334243 or 10290198. OLE color: 10290198.
HSL color Cylindrical-coordinate representation of color #16049D: hue angle of 247.06º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #16049D is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 4 | 157 | - |
| CMYK | 0.86 | 0.97 | 0 | 0.38 |
| HSL | 247.06º | 0.95% | 0.32% | - |
| HSV(B) | 247.06º | 0.97% | 0.62% | - |
| XYZ | 6.46 | 2.69 | 32.08 | - |
| YUV | 26.82 | 201.46 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 4 | 157 | 0.86 | 0.97 | 0 | 0.38 | 247.06 | 0.95 | 0.32 |
| Hex | 16 | 4 | 9D | 56 | 61 | 0 | 26 | F7 | 5F | 20 |
| Octal | 26 | 4 | 235 | 126 | 141 | 0 | 46 | 367 | 137 | 40 |
| Binary | 10110 | 100 | 10011101 | 1010110 | 1100001 | 0 | 100110 | 11110111 | 1011111 | 100000 |
Color Harmonies of #16049D
Complementary color
Monochromatic Colors of #16049D
Black with #16049D
Text Example
Text Example
White with #16049D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16049D; }
p { color: rgb(22,4,157); }
H1.HeaderClassName
{
color: #16049D;
}
.AnyTagClassName
{
color: #16049D;
}
</style>
background-color css
<style>
a { background-color: #16049D; }
a { background-color: rgb(22,4,157); }
div.DivClassName
{
background-color: #16049D;
}
.BgClassName
{
background-color: #16049D;
}
</style>
border-color css
<style>
span { border-color: #16049D; }
span { border-color: rgb(22,4,157); }
td.TdClassName
{
border-color: #16049D;
}
.TagClassName
{
border-color: #16049D;
}
</style>